|
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 45 of file CollectionMgr.h.
|
inline |
Definition at line 49 of file CollectionMgr.h.
|
inline |
Definition at line 71 of file CollectionMgr.h.
References ResizeArray< Elem >::add(), aid, data, fdata, precisions, and ResizeArray< Elem >::size().
|
inline |
Definition at line 51 of file CollectionMgr.h.
References seq.
Referenced by CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().
|
inline |
Definition at line 52 of file CollectionMgr.h.
References seq.
Referenced by CollectionMgr::CollectVectorSequence::submitData().
|
inline |
Definition at line 54 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 88 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), CollectionMgr::submitPositions(), and CollectionMgr::submitVelocities().
| ResizeArray<Vector> CollectionMgr::CollectVectorInstance::data |
Definition at line 95 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().
| ResizeArray<FloatVector> CollectionMgr::CollectVectorInstance::fdata |
Definition at line 96 of file CollectionMgr.h.
Referenced by append(), reset(), CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().
| int CollectionMgr::CollectVectorInstance::precisions |
Definition at line 94 of file CollectionMgr.h.
| int CollectionMgr::CollectVectorInstance::seq |
Definition at line 87 of file CollectionMgr.h.
Referenced by free(), notfree(), reset(), CollectionMgr::CollectVectorSequence::submitData(), CollectionMgr::submitForces(), and CollectionMgr::submitVelocities().
1.8.14