|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Member Functions | |
| HDF5Saver (const RefPtr< H5File > &theFile, const RefPtr< Bundle > &B, ParameterSet &P, double T, const Occurrence< Bundle > &pOB, const RefPtr< Fiber::Binder > &theBinder, const RefPtr< StorageTransformations > &theST) | |
| bool | apply (GridID &id, Grid &g) override |
| Virtual callback function. | |
| void | renameGridSkeletons (GridID &id, Grid &g) const |
Public Member Functions inherited from Fiber::GridIterator | |
| virtual | ~GridIterator () |
| Destructor. | |
Public Member Functions inherited from Fiber::Occurrence< Slice > | |
| Occurrence (double t=0) | |
Public Attributes | |
| double | time |
| const ParameterSet & | Params |
| RefPtr< H5File > | myFile |
| RefPtr< Bundle > | myBundle |
| const Occurrence< Bundle > & | OB |
| const RefPtr< Fiber::Binder > | myBinder |
| const RefPtr< StorageTransformations > | myST |
Public Attributes inherited from Fiber::Occurrence< Slice > | |
| double | time |
|
overridevirtual |