|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Member Functions | |
| HDF5BindingIndicator (const RefPtr< BundleLoaderProgress > &BP) | |
| bool | OpenFile (const string &fname) override |
| Callback when opening a file; if return value is false, the load process is terminated. | |
| bool | CreateSlice (double t) override |
| Callback when a new time slice is created; if return value is false, the load process is terminated. | |
| bool | CreateGrid (const RefPtr< GridID > &gname, Grid &G, double t) override |
| Callback when a new Grid object is created; if return value is false, the load process is terminated. | |
| bool | CreateField (const RefPtr< GridID > &gname, Grid &G, double t, const string &fieldname) override |
| Callback when a new field object is created on a Grid; if return value is false, the load process is terminated. | |
Public Member Functions inherited from MemCore::LoaderProgress | |
| virtual bool | abort_on_issue (const string &what) |
| virtual bool | OpenFile (const string &fname) |
| virtual bool | tryLoader (const WeakPtrLoaderBase &WhichLoader, const type_info &LoadWhat, int loadernumber, int howmanyloaders) |
Public Member Functions inherited from MemCore::Interface< LoaderProgress > | |
| const type_info & | getInterfaceDomain () const |
Public Member Functions inherited from MemCore::InterfaceBase | |
| virtual bool | apply (Intercube &I, const RefPtr< InterfaceIterationParameter > &) |
| virtual bool | apply_const (const Intercube &I, const RefPtr< InterfaceIterationParameter > &) |
Public Member Functions inherited from MemCore::ReferenceBase< InterfaceBase > | |
| auto | getObjectCountID () const noexcept |
| bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| void | mkAutoDestructive () |
| refcount_t | refcount () const noexcept |
| ReferenceBase (Object *that) noexcept | |
| const auto & | self () const |
| refcount_t | wrefcount () const noexcept |
Additional Inherited Members | |
Public Types inherited from MemCore::Interface< LoaderProgress > | |
| typedef Domain | InterfaceDomain_t |
Public Types inherited from MemCore::ReferenceBase< InterfaceBase > | |
| typedef Object | reference_domain_t |
| typedef WeakPtr< Object, Object > | SelfPtr_t |
Protected Member Functions inherited from MemCore::ReferenceBase< InterfaceBase > | |
| virtual void | extremeUnction () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |
|
inlineoverridevirtual |
Callback when a new field object is created on a Grid; if return value is false, the load process is terminated.
Reimplemented from Fiber::BundleLoaderProgress.
|
inlineoverridevirtual |
Callback when a new Grid object is created; if return value is false, the load process is terminated.
Reimplemented from Fiber::BundleLoaderProgress.
Callback when a new time slice is created; if return value is false, the load process is terminated.
Reimplemented from Fiber::BundleLoaderProgress.
Callback when opening a file; if return value is false, the load process is terminated.
Reimplemented from Fiber::BundleLoaderProgress.