42 template<
class Coordinates,
class Fields=CGFields::StandardFields>
58 void write(std::ostream& os)
const
Combines the position of the CGPoint (e.g. x, y, z), the parameters of the coarse-graining function (...
Definition: CGPoint.h:44
void write(std::ostream &os) const
Combines the write functions of the two base classes Coordinates and Fields.
Definition: CGPoint.h:58
Coordinates CoordinatesType
Definition: CGPoint.h:47
CGPoint(const CGPoint &orig)=default
Coordinates coordinates
Definition: CGPoint.h:66
virtual ~CGPoint()=default
Template argument; use a member class of CGCoordinates to instantiate.