#include <PeriodicBoundary.h>

Public Member Functions | |
| PeriodicBoundary () | |
| PeriodicBoundary (gvector) | |
| PeriodicBoundary (gfloat, gfloat, gfloat) | |
| PeriodicBoundary (gfloat) | |
| ~PeriodicBoundary () | |
| BoundaryConditions * | Clone () |
| void | ApplyTo (Bead &) |
| void | ApplyTo (Bead *) |
| void | ApplyTo (gvector &) |
| bool | IsPeriodicX () |
| bool | IsPeriodicY () |
| bool | IsPeriodicZ () |
| void | ScanRestartData (std::istream &) |
| void | PrintRestartData (std::ostream &) |
| glotzmc::PeriodicBoundary::PeriodicBoundary | ( | ) |
| glotzmc::PeriodicBoundary::PeriodicBoundary | ( | gvector | ) |
| glotzmc::PeriodicBoundary::PeriodicBoundary | ( | gfloat | , | |
| gfloat | , | |||
| gfloat | ||||
| ) |
| glotzmc::PeriodicBoundary::PeriodicBoundary | ( | gfloat | ) |
| glotzmc::PeriodicBoundary::~PeriodicBoundary | ( | ) |
| BoundaryConditions* glotzmc::PeriodicBoundary::Clone | ( | ) | [virtual] |
Implements glotzmc::BoundaryConditions.
| void glotzmc::PeriodicBoundary::ApplyTo | ( | Bead & | bead | ) | [inline, virtual] |
Implements glotzmc::BoundaryConditions.
| void glotzmc::PeriodicBoundary::ApplyTo | ( | Bead * | bead | ) | [inline, virtual] |
Implements glotzmc::BoundaryConditions.
| void glotzmc::PeriodicBoundary::ApplyTo | ( | gvector & | r | ) | [inline, virtual] |
Implements glotzmc::BoundaryConditions.
| bool glotzmc::PeriodicBoundary::IsPeriodicX | ( | ) | [virtual] |
Reimplemented from glotzmc::BoundaryConditions.
| bool glotzmc::PeriodicBoundary::IsPeriodicY | ( | ) | [virtual] |
Reimplemented from glotzmc::BoundaryConditions.
| bool glotzmc::PeriodicBoundary::IsPeriodicZ | ( | ) | [virtual] |
Reimplemented from glotzmc::BoundaryConditions.
| void glotzmc::PeriodicBoundary::ScanRestartData | ( | std::istream & | ) | [virtual] |
Reimplemented from glotzmc::BoundaryConditions.
| void glotzmc::PeriodicBoundary::PrintRestartData | ( | std::ostream & | ) | [virtual] |
Reimplemented from glotzmc::BoundaryConditions.
1.5.3