|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Abstract base class for objects that allow saving of their fiber bundle data. More...
#include <FishSaver.hpp>
Public Member Functions | |
| FishSavable (VSaveable *what) | |
| Constructor creates its own FishWharf and registers a FishSaver on the provided VSaveable. | |
| virtual FishBait | getBait () const =0 |
| The Bait retrieval function that must be implemented by the child class. | |
Friends | |
| class | FishSaver |
Abstract base class for objects that allow saving of their fiber bundle data.
Child classes must provide a function to retrieve the Bundle that is to be saved.
@relates FishSaver, FishWharf, FishBait
The Bait retrieval function that must be implemented by the child class.
Implemented in Wizt::FishGridSavable, and Wizt::FishBundleSavable.
Referenced by Wizt::FishWharf::getBait().