#include <CoorPluginData.h>
Inheritance diagram for CoorPluginData:
Public Methods | |
CoorPluginData (const char *nm, Molecule *m, MolFilePlugin *, int is_input, int firstframe=-1, int framestride=-1, int lastframe=-1, const int *sel=NULL) | |
~CoorPluginData () | |
virtual CoorDataState | next (Molecule *m) |
read/write next coordinate set. Return state. More... | |
Protected Attributes | |
MolFilePlugin * | plugin |
int | is_input |
int | ts_page_align_sz |
int | begFrame |
int | frameSkip |
int | endFrame |
int | recentFrame |
wkf_timerhandle | tm |
long | kbytesperframe |
long | totalframes |
int * | selection |
If non-NULL, an array of atom indices to be written. More... |
Definition at line 31 of file CoorPluginData.h.
|
|
Definition at line 141 of file CoorPluginData.C. References NULL, plugin, selection, tm, and wkf_timer_destroy. |
|
read/write next coordinate set. Return state.
Implements CoorData. Definition at line 153 of file CoorPluginData.C. References DrawMolecule::append_frame, begFrame, CoorData::CoorDataState, CoorData::DONE, endFrame, frameSkip, DrawMolecule::get_frame, kbytesperframe, MolFilePlugin::next, CoorData::NOTDONE, NULL, DrawMolecule::numframes, plugin, recentFrame, selection, MolFilePlugin::skip, tm, totalframes, ts_page_align_sz, wkf_timer_timenow, and MolFilePlugin::write_timestep. |
|
Definition at line 36 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |
|
Definition at line 36 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |
|
Definition at line 36 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |
|
Definition at line 34 of file CoorPluginData.h. Referenced by CoorPluginData. |
|
Definition at line 38 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |
|
Definition at line 33 of file CoorPluginData.h. Referenced by CoorPluginData, next, and ~CoorPluginData. |
|
Definition at line 36 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |
|
If non-NULL, an array of atom indices to be written.
Definition at line 39 of file CoorPluginData.h. Referenced by CoorPluginData, next, and ~CoorPluginData. |
|
Definition at line 37 of file CoorPluginData.h. Referenced by CoorPluginData, next, and ~CoorPluginData. |
|
Definition at line 38 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |
|
Definition at line 35 of file CoorPluginData.h. Referenced by CoorPluginData, and next. |