MercuryDPM
Trunk
|
Contains base classes of CGPoint; CGPoint is always templated with one of these classes; these classes contain the position of the CGPoint and the parameters of the coarse-graining function (width, cutoff, ...). More...
Classes | |
class | Gauss |
Defines the position of the CGPoint (e.g. x, y, z) and the parameters of the Gauss coarse-graining function (width and cutoff). More... | |
class | Heaviside |
A specialisation of Polynomials for PolynomialType::Heaviside. See Polynomial for details. More... | |
class | Linear |
A specialisation of Polynomials for PolynomialType::Linear. See Polynomial for details. More... | |
class | Lucy |
A specialisation of Polynomials for PolynomialType::Lucy. See Polynomial for details. More... | |
class | Polynomial |
Defines the position of the CGPoint (e.g. x, y, z) and the parameters of a polynomial coarse-graining function (width and cutoff). More... | |
Enumerations | |
enum | PolynomialType : unsigned char { PolynomialType::HEAVISIDE = 0, PolynomialType::LINEAR = 1, PolynomialType::LUCY = 2 } |
PolynomialType is used to define how files are opened random fixed-particle bottom. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, PolynomialType type) |
std::istream & | operator>> (std::istream &is, PolynomialType &type) |
Contains base classes of CGPoint; CGPoint is always templated with one of these classes; these classes contain the position of the CGPoint and the parameters of the coarse-graining function (width, cutoff, ...).
See member class Gauss for more details.
Definition at line 51 of file Heaviside.h.
Definition at line 52 of file Heaviside.h.
Definition at line 57 of file Heaviside.h.
Definition at line 58 of file Heaviside.h.
Definition at line 56 of file Heaviside.h.
Definition at line 53 of file Heaviside.h.
Definition at line 55 of file Heaviside.h.
Definition at line 54 of file Heaviside.h.
|
strong |
PolynomialType is used to define how files are opened random fixed-particle bottom.
Enumerator | |
---|---|
HEAVISIDE | |
LINEAR | |
LUCY |
Definition at line 48 of file Polynomial.h.
std::ostream& CGFunctions::operator<< | ( | std::ostream & | os, |
PolynomialType | type | ||
) |
std::istream& CGFunctions::operator>> | ( | std::istream & | is, |
PolynomialType & | type | ||
) |