|
Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Member Functions | |
| bool | computeCellTensor (metric33 &theCellTensor, Fiber::CreativeArrayBase &FragmentData, const Fiber::SkeletonID &SId, const RefPtr< Eagle::BoundingBox > &BBox, const WeakPtr< Fiber::Grid > &myCurrentGrid, const WeakPtr< Fiber::Chart > &myCurrentChart, const RefPtr< Fiber::Field > &ContainingField) const override |
| CellTensorFunctor * | copy () const override |
| Public Member Functions inherited from Wizt::CellTensorFunctor | |
| bool | getCellTensor (metric33 &theCellTensor, Fiber::CreativeArrayBase &FragmentData, const Fiber::SkeletonID &SId, const RefPtr< Eagle::BoundingBox > &BBox, const WeakPtr< Fiber::Grid > &myCurrentGrid, const WeakPtr< Fiber::Chart > &myCurrentChart, const RefPtr< Fiber::Field > &ContainingField) const |
| Public Member Functions inherited from MemCore::ReferenceBase< CellTensorFunctor > | |
| 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 Wizt::CellTensorFunctor | |
| using | metric33 = Eagle::metric33 |
| Public Types inherited from MemCore::ReferenceBase< CellTensorFunctor > | |
| typedef Object | reference_domain_t |
| typedef WeakPtr< Object, Object > | SelfPtr_t |
| Protected Member Functions inherited from MemCore::ReferenceBase< CellTensorFunctor > | |
| virtual void | extremeUnction () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |
|
overridevirtual |
| myCurrentGrid | Optional context information - the Grid for which this cell tensor is requested, so the function may take into consideration information such as the maximal refinement level and / or globally known cell size. |
| myCurrentChart | The chart relative to which the cell tensor is to be computed. |
Implements Wizt::CellTensorFunctor.
References computeCellTensor(), and MemCore::Attributes::getAttribute().
Referenced by computeCellTensor().
|
overridevirtual |
Implements Wizt::CellTensorFunctor.