#include <McBead.h>

Public Member Functions | |
| McBead () | |
| ~McBead () | |
| McBead * | Clone () |
| Clone constructor. | |
| McBead & | operator= (const McBead &rhs) |
| virtual void | Save () |
| virtual void | Restore () |
| void | Reset () |
| virtual void | PrintVisual (std::ostream &) |
| virtual void | PrintVisualTemplate (std::ostream &) |
| virtual void | PrintRestartData (std::ostream &) |
| virtual void | ScanRestartData (std::istream &) |
| McBead () | |
| ~McBead () | |
| McBead * | Clone () |
| Clone constructor. | |
| McBead & | operator= (const McBead &rhs) |
| virtual void | Save () |
| virtual void | Restore () |
| void | Reset () |
| virtual void | PrintVisual (std::ostream &) |
| virtual void | PrintVisualTemplate (std::ostream &) |
| virtual void | PrintRestartData (std::ostream &) |
| virtual void | ScanRestartData (std::istream &) |
Static Public Member Functions | |
| static void | InitializeRestartMap () |
| static McBead * | ParseRestartData (std::istream &) |
| static void | InitializeMap () |
| static McBead * | ParseRestartData (std::istream &) |
Public Attributes | |
| int | xCellIndex |
| int | xCellNumber |
Protected Types | |
| enum | { CUSTOM = 1, INIT_VEC = 11, DELTA = 12, RADIUS = 13, MASS = 14, TYPE = 15, DOUBLE_SLASH = 51, COLON = 52 } |
| enum | { CUSTOM = 1, INIT_VEC = 11, DELTA = 12, RADIUS = 13, MASS = 14, TYPE = 15, DOUBLE_SLASH = 51, COLON = 52 } |
Protected Attributes | |
| double | mOldPotentialEnergy |
| gfloat | mOldPotentialEnergy |
Static Protected Attributes | |
| static std::map < std::string, int > | mMap |
| static std::map < std::string, int > | mMap |
Friends | |
| std::ostream & | operator<< (std::ostream &, McBead &) |
| std::istream & | operator>> (std::istream &, McBead &) |
| std::ostream & | operator<< (std::ostream &, McBead &) |
| std::istream & | operator>> (std::istream &, McBead &) |
| glotzmc::McBead::McBead | ( | ) |
| glotzmc::McBead::~McBead | ( | ) |
| glotzmc::McBead::McBead | ( | ) |
| glotzmc::McBead::~McBead | ( | ) |
| McBead * glotzmc::McBead::Clone | ( | ) | [virtual] |
Clone constructor.
Reimplemented from glotzopt::PositionedObject.
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::Save | ( | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::Restore | ( | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::Reset | ( | ) |
| void glotzmc::McBead::PrintVisual | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from glotzmc::Bead.
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::PrintVisualTemplate | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from glotzmc::Bead.
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::InitializeRestartMap | ( | ) | [static] |
Reimplemented in glotzmc::McPatchyBead.
| McBead * glotzmc::McBead::ParseRestartData | ( | std::istream & | is | ) | [static] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::PrintRestartData | ( | std::ostream & | os | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::ScanRestartData | ( | std::istream & | is | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| McBead* glotzmc::McBead::Clone | ( | ) | [virtual] |
Clone constructor.
Reimplemented from glotzopt::PositionedObject.
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| virtual void glotzmc::McBead::Save | ( | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| virtual void glotzmc::McBead::Restore | ( | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| void glotzmc::McBead::Reset | ( | ) |
| virtual void glotzmc::McBead::PrintVisual | ( | std::ostream & | ) | [virtual] |
Reimplemented from glotzmc::Bead.
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| virtual void glotzmc::McBead::PrintVisualTemplate | ( | std::ostream & | ) | [virtual] |
Reimplemented from glotzmc::Bead.
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| static void glotzmc::McBead::InitializeMap | ( | ) | [static] |
Reimplemented in glotzmc::McPatchyBead.
| static McBead* glotzmc::McBead::ParseRestartData | ( | std::istream & | ) | [static] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| virtual void glotzmc::McBead::PrintRestartData | ( | std::ostream & | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| virtual void glotzmc::McBead::ScanRestartData | ( | std::istream & | ) | [virtual] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
| std::ostream& operator<< | ( | std::ostream & | os, | |
| McBead & | bead | |||
| ) | [friend] |
| std::istream& operator>> | ( | std::istream & | is, | |
| McBead & | bead | |||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| McBead & | bead | |||
| ) | [friend] |
| std::istream& operator>> | ( | std::istream & | is, | |
| McBead & | bead | |||
| ) | [friend] |
std::map< std::string, int > glotzmc::McBead::mMap [static, protected] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
double glotzmc::McBead::mOldPotentialEnergy [protected] |
std::map<std::string,int> glotzmc::McBead::mMap [static, protected] |
Reimplemented in glotzmc::McPatchyBead, and glotzmc::McPatchyBead.
gfloat glotzmc::McBead::mOldPotentialEnergy [protected] |
1.5.3