![]() |
|
#include <GeneralDefine.h>#include <iostream>#include "IntegralType.h"#include "CG/Coordinates/R.h"#include "CG/Coordinates/X.h"#include "CG/Coordinates/Y.h"#include "CG/Coordinates/Z.h"#include "CG/Coordinates/RZ.h"#include "CG/Coordinates/XY.h"#include "CG/Coordinates/XZ.h"#include "CG/Coordinates/YZ.h"#include "CG/Coordinates/XYZ.h"#include "CG/Coordinates/O.h"#include "Gauss.hcc"Go to the source code of this file.
Classes | |
| class | CGFunctions::Gauss< Coordinates > |
| Defines the position of the CGPoint (e.g. x, y, z) and the parameters of the Gauss coarse-graining function (width and cutoff). More... | |
Namespaces | |
| CGFunctions | |
| 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, ...). | |
Typedefs | |
| typedef CGFunctions::Gauss< CGCoordinates::O > | CGFunctions::GaussO |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::X > | CGFunctions::GaussX |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::Y > | CGFunctions::GaussY |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::Z > | CGFunctions::GaussZ |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::YZ > | CGFunctions::GaussYZ |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::XZ > | CGFunctions::GaussXZ |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::XY > | CGFunctions::GaussXY |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::XYZ > | CGFunctions::GaussXYZ |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::Gauss< CGCoordinates::R > | CGFunctions::GaussR |
| Defines a short notation for the Gaussian CGFunction templated with a certain CGCoordinate. More... | |