![]() |
|
#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 "ExactOverlap.hcc"Go to the source code of this file.
Classes | |
| class | CGFunctions::ExactOverlap< Coordinates > |
| Defines the position of the CGPoint (e.g. x, y, z) and the parameters of the ExactOverlap 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::ExactOverlap< CGCoordinates::O > | CGFunctions::ExactOverlapO |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::X > | CGFunctions::ExactOverlapX |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::Y > | CGFunctions::ExactOverlapY |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::Z > | CGFunctions::ExactOverlapZ |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::YZ > | CGFunctions::ExactOverlapYZ |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::XZ > | CGFunctions::ExactOverlapXZ |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::XY > | CGFunctions::ExactOverlapXY |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::XYZ > | CGFunctions::ExactOverlapXYZ |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |
| typedef CGFunctions::ExactOverlap< CGCoordinates::R > | CGFunctions::ExactOverlapR |
| Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate. More... | |