|
OpenMD 3.2
Molecular Dynamics in the Open
|
Public Member Functions | |
| XYZVisitor (SimInfo *info) | |
| XYZVisitor (SimInfo *info, const std::string &script) | |
| virtual void | visit (Atom *atom) |
| virtual void | visit (DirectionalAtom *datom) |
| virtual void | visit (RigidBody *rb) |
| virtual void | update () |
| virtual const std::string | toString () |
| void | writeFrame (std::ostream &outStream) |
| void | clear () |
| void | doPositions (bool pos) |
| void | doVelocities (bool vel) |
| void | doForces (bool frc) |
| void | doVectors (bool vec) |
| void | doCharges (bool chg) |
| void | doElectricFields (bool efl) |
| void | doGlobalIDs (bool gid) |
| virtual void | visit (Bond *) |
| virtual void | visit (Bend *) |
| virtual void | visit (Torsion *) |
| virtual void | visit (Inversion *) |
| Public Member Functions inherited from OpenMD::BaseVisitor | |
| const std::string & | getVisitorName () |
Protected Member Functions | |
| void | internalVisit (StuntDouble *sd) |
| bool | isSelected (StuntDouble *sd) |
Additional Inherited Members | |
| Protected Attributes inherited from OpenMD::BaseVisitor | |
| std::string | visitorName |
Definition at line 110 of file OtherVisitor.hpp.
| OpenMD::XYZVisitor::XYZVisitor | ( | SimInfo * | info | ) |
Definition at line 228 of file OtherVisitor.cpp.
| OpenMD::XYZVisitor::XYZVisitor | ( | SimInfo * | info, |
| const std::string & | script ) |
Definition at line 242 of file OtherVisitor.cpp.
|
inline |
Definition at line 127 of file OtherVisitor.hpp.
|
inline |
Definition at line 132 of file OtherVisitor.hpp.
|
inline |
Definition at line 133 of file OtherVisitor.hpp.
|
inline |
Definition at line 130 of file OtherVisitor.hpp.
|
inline |
Definition at line 134 of file OtherVisitor.hpp.
|
inline |
Definition at line 128 of file OtherVisitor.hpp.
|
inline |
Definition at line 131 of file OtherVisitor.hpp.
|
inline |
Definition at line 129 of file OtherVisitor.hpp.
|
protected |
Definition at line 275 of file OtherVisitor.cpp.
|
protected |
Definition at line 336 of file OtherVisitor.cpp.
|
virtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 369 of file OtherVisitor.cpp.
|
virtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 268 of file OtherVisitor.cpp.
|
virtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 256 of file OtherVisitor.cpp.
|
inlinevirtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 73 of file BaseVisitor.hpp.
|
inlinevirtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 72 of file BaseVisitor.hpp.
|
virtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 260 of file OtherVisitor.cpp.
|
inlinevirtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 75 of file BaseVisitor.hpp.
|
virtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 264 of file OtherVisitor.cpp.
|
inlinevirtual |
Reimplemented from OpenMD::BaseVisitor.
Definition at line 74 of file BaseVisitor.hpp.
| void OpenMD::XYZVisitor::writeFrame | ( | std::ostream & | outStream | ) |
Definition at line 340 of file OtherVisitor.cpp.