NAMD
|
#include <CollectionMgr.h>
Public Member Functions | |
CollectVectorInstance (void) | |
void | free () |
int | notfree () |
void | reset (int s, int p) |
int | append (AtomIDList &a, ResizeArray< Vector > &d) |
Public Attributes | |
int | seq |
AtomIDList | aid |
int | precisions |
ResizeArray< Vector > | data |
ResizeArray< FloatVector > | fdata |
Definition at line 43 of file CollectionMgr.h.
|
inline |
Definition at line 47 of file CollectionMgr.h.
|
inline |
Definition at line 69 of file CollectionMgr.h.
References ResizeArray< T >::add(), aid, data, fdata, precisions, and ResizeArray< T >::size().
|
inline |
Definition at line 49 of file CollectionMgr.h.
References seq.
Referenced by CollectionMgr::submitForces(), CollectionMgr::submitPositions(), and CollectionMgr::submitVelocities().
|
inline |
Definition at line 50 of file CollectionMgr.h.
References seq.
Referenced by CollectionMgr::CollectVectorSequence::submitData().
|
inline |
Definition at line 52 of file CollectionMgr.h.
References aid, data, fdata, NAMD_bug(), PatchMap::numHomePatches(), PatchMap::Object(), precisions, ResizeArray< T >::resize(), and seq.
AtomIDList CollectionMgr::CollectVectorInstance::aid |
Definition at line 86 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), CollectionMgr::submitPositions(), and CollectionMgr::submitVelocities().
ResizeArray<Vector> CollectionMgr::CollectVectorInstance::data |
Definition at line 92 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), CollectionMgr::submitPositions(), and CollectionMgr::submitVelocities().
ResizeArray<FloatVector> CollectionMgr::CollectVectorInstance::fdata |
Definition at line 93 of file CollectionMgr.h.
Referenced by append(), reset(), and CollectionMgr::submitPositions().
int CollectionMgr::CollectVectorInstance::precisions |
Definition at line 91 of file CollectionMgr.h.
int CollectionMgr::CollectVectorInstance::seq |
Definition at line 85 of file CollectionMgr.h.
Referenced by free(), notfree(), reset(), CollectionMgr::CollectVectorSequence::submitData(), CollectionMgr::submitForces(), CollectionMgr::submitPositions(), and CollectionMgr::submitVelocities().