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 49 of file CollectionMgr.h.
|
inline |
Definition at line 53 of file CollectionMgr.h.
|
inline |
Definition at line 75 of file CollectionMgr.h.
References ResizeArray< Elem >::add(), aid, data, fdata, precisions, and ResizeArray< Elem >::size().
|
inline |
Definition at line 55 of file CollectionMgr.h.
References seq.
Referenced by CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().
|
inline |
Definition at line 56 of file CollectionMgr.h.
References seq.
Referenced by CollectionMgr::CollectVectorSequence::submitData().
|
inline |
Definition at line 58 of file CollectionMgr.h.
References aid, data, fdata, NAMD_bug(), PatchMap::numHomePatches(), PatchMap::Object(), precisions, ResizeArray< Elem >::resize(), and seq.
AtomIDList CollectionMgr::CollectVectorInstance::aid |
Definition at line 92 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), CollectionMgr::submitPositions(), and CollectionMgr::submitVelocities().
ResizeArray<Vector> CollectionMgr::CollectVectorInstance::data |
Definition at line 98 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().
ResizeArray<FloatVector> CollectionMgr::CollectVectorInstance::fdata |
Definition at line 99 of file CollectionMgr.h.
int CollectionMgr::CollectVectorInstance::precisions |
Definition at line 97 of file CollectionMgr.h.
int CollectionMgr::CollectVectorInstance::seq |
Definition at line 91 of file CollectionMgr.h.
Referenced by free(), notfree(), reset(), CollectionMgr::CollectVectorSequence::submitData(), CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().