NAMD
|
#include <CollectionMaster.h>
Public Member Functions | |
CollectVectorInstance (void) | |
CollectVectorInstance (int s) | |
void | free () |
int | notfree () |
void | reset (int s) |
void | append (CollectVectorMsg *msg, int max_index) |
int | ready (void) |
Public Attributes | |
int | seq |
Lattice | lattice |
ResizeArray< Vector > | data |
ResizeArray< FloatVector > | fdata |
int | remaining |
Definition at line 194 of file CollectionMaster.h.
|
inline |
Definition at line 198 of file CollectionMaster.h.
|
inline |
|
inline |
Definition at line 214 of file CollectionMaster.h.
References CollectVectorMsg::aid, CollectVectorMsg::aid_size, ResizeArray< Elem >::begin(), CollectVectorMsg::data, data, CollectVectorMsg::data_size, CollectVectorMsg::fdata, fdata, CollectVectorMsg::fdata_size, remaining, and ResizeArray< Elem >::resize().
|
inline |
Definition at line 202 of file CollectionMaster.h.
References seq.
Referenced by CollectionMaster::disposeForces(), CollectionMaster::disposePositions(), CollectionMaster::disposeVelocities(), CollectionMaster::startNextRoundOutputForce(), CollectionMaster::startNextRoundOutputPos(), and CollectionMaster::startNextRoundOutputVel().
|
inline |
Definition at line 203 of file CollectionMaster.h.
References seq.
Referenced by CollectionMaster::CollectVectorSequenceDcdSelection::submitData().
|
inline |
Definition at line 234 of file CollectionMaster.h.
References remaining.
Referenced by CollectionMaster::CollectVectorSequenceDcdSelection::removeReady().
|
inline |
Definition at line 205 of file CollectionMaster.h.
References data, fdata, NAMD_bug(), PatchMap::Object(), remaining, ResizeArray< Elem >::resize(), and seq.
Referenced by CollectVectorInstance(), and CollectionMaster::CollectVectorInstanceDcdSelection::CollectVectorInstanceDcdSelection().
ResizeArray<Vector> CollectionMaster::CollectVectorInstance::data |
Definition at line 239 of file CollectionMaster.h.
Referenced by append(), CollectionMaster::CollectVectorInstanceDcdSelection::append(), CollectionMaster::disposeForces(), CollectionMaster::disposePositions(), CollectionMaster::disposeVelocities(), and reset().
ResizeArray<FloatVector> CollectionMaster::CollectVectorInstance::fdata |
Definition at line 240 of file CollectionMaster.h.
Referenced by append(), CollectionMaster::CollectVectorInstanceDcdSelection::append(), CollectionMaster::disposePositions(), and reset().
Lattice CollectionMaster::CollectVectorInstance::lattice |
Definition at line 237 of file CollectionMaster.h.
Referenced by CollectionMaster::disposePositions(), and CollectionMaster::CollectVectorSequenceDcdSelection::removeReady().
int CollectionMaster::CollectVectorInstance::remaining |
Definition at line 242 of file CollectionMaster.h.
Referenced by append(), CollectionMaster::CollectVectorInstanceDcdSelection::append(), ready(), and reset().
int CollectionMaster::CollectVectorInstance::seq |
Definition at line 236 of file CollectionMaster.h.
Referenced by CollectionMaster::disposeForces(), CollectionMaster::disposePositions(), CollectionMaster::disposeVelocities(), free(), notfree(), CollectionMaster::CollectVectorSequenceDcdSelection::removeReady(), reset(), CollectionMaster::startNextRoundOutputForce(), CollectionMaster::startNextRoundOutputPos(), CollectionMaster::startNextRoundOutputVel(), CollectionMaster::CollectVectorSequenceDcdSelection::submitData(), and CollectionMaster::wrapCoorFinished().