LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Class for managing periodic box information. More...
#include <PeriodicBox.hpp>
Public Member Functions | |
PeriodicBox (const GCoord &c) | |
GCoord | box (void) const |
void | box (const GCoord &c) |
bool | isPeriodic (void) const |
void | setPeriodic (const bool b) |
Class for managing periodic box information.
This is the fundamental object that gets shared amongst related groups. It contains the GCoord representing the box size and a flag that indicates whether or not the box has actually been set. The client will not interact with this class/object directly, but will use the SharedPeriodicBox instead.