|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Types | |
| using | pGridAnemone_t = WeakPtr< GridAnemone > |
| using | SkeletonSet = map< SkeletonID, WeakPtr< Fiber::Skeleton > > |
Static Public Member Functions | |
| static double | invApparentCellSize2 (metric33 &theCellTensor, CreativeArrayBase &FragmentData, const RefPtr< BoundingBox > &BBox, const VCamera &CurrentCameraSettings, const CellTensorFunctor &myCellTensorFunctor, const SkeletonID &SId, const WeakPtr< Fiber::Grid > &myCurrentGrid, const WeakPtr< Fiber::Chart > &myCurrentChart, const RefPtr< Fiber::Field > &ContainingField) |
Static Public Member Functions inherited from MemCore::Timer | |
| static void | sleep (double seconds) |
Public Attributes | |
| pGridAnemone_t | myGridAnemone |
| SkeletonSet | myVertexSkeletons |
| double | RenderTimeFactor = 0.5 |
| int | MinNumberOfElementsPerFragments = 0 |
| int | MaxNumberOfElementsPerFragments = 0 |
| bool | timeout = false |
| const GridAnemone::FieldHierarchy & | myRenderFields |
| RefPtr< Lanternfish > | myLanternfish |
| AnemoneRenderFields | myRenderFieldDependencies |
| Copy of the renderfields from the status during construction of the SeaBed. | |
| string | ErrorMessage |
| A human-readable message that is supposed to provide some idea what went wrong if something goes wrong. | |
Public Attributes inherited from Wizt::ContextEssence | |
| RefPtr< ValuePool > | myContext |
| RefPtr< Seagrass > | mySeagrass |
| bool | AsyncLoading |
Public Attributes inherited from Wizt::LanternFestivalParameters | |
| Ageable | myRegionOfInterestAge |
| PhysicalSpace::Frustum | myFrustum |
| VCamera | myCamera |
| double | Threshold = 400.0 |
| WeakPtr< Chart > | myChart |
| WeakPtr< CellTensorFunctor > | myCellTensor |
| RenderFields | myFields |
Public Attributes inherited from Wizt::LevelDisplayConstraints | |
| unsigned | DisplayMinLevel = 0 |
| unsigned | DisplayMaxLevel = 0 |
| string Wizt::SeaBed::ErrorMessage |
A human-readable message that is supposed to provide some idea what went wrong if something goes wrong.
Used by RecursiveSeaBed::renderConnectivity() et al.
| AnemoneRenderFields Wizt::SeaBed::myRenderFieldDependencies |
Copy of the renderfields from the status during construction of the SeaBed.
In the status this list of render fields may change during traversion, so we keep a copy.