|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Virtual base class of skeleton operators. More...
#include <SkeletonOperator.hpp>
Public Member Functions | |
| virtual RefPtr< Fiber::Skeleton > | getSkeleton (const Fiber::Grid &) const =0 |
| virtual RefPtr< Fiber::Skeleton > | getRefinedSkeleton (const Fiber::Grid &G, int i) const =0 |
Virtual base class of skeleton operators.
Allows to overload the virtual getSkeleton() function in base class. This cannot be done in the SkeletonOperatorBase itself because it would mess up the inheritance order of VObject initializations, in particular the VSkale class which is used by Fish<> objects.