|
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 class | PolynomialType : unsigned char { HEAVISIDE = 0 , LINEAR = 1 , 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.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate.
|
strong |
PolynomialType is used to define how files are opened random fixed-particle bottom.
Enumerator | |
---|---|
HEAVISIDE | |
LINEAR | |
LUCY |
std::ostream& CGFunctions::operator<< | ( | std::ostream & | os, |
PolynomialType | type | ||
) |
std::istream& CGFunctions::operator>> | ( | std::istream & | is, |
PolynomialType & | type | ||
) |