|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Types | |
| typedef CartesianFragmentCoordinates | Base_t |
| typedef MemArray< 1, RefPtr< Eagle::BoundingBox > > | BoundingBoxMemArray_t |
| typedef MultiArray< 1, RefPtr< Eagle::BoundingBox > > | BoundingBoxArray_t |
Public Types inherited from Fiber::FragmentCoordinates< Coordinates > | |
| typedef MemArray< 1, Coordinates > | PointMemArray_t |
| typedef MultiArray< 1, Coordinates > | PointArray_t |
Public Types inherited from Fiber::FragmentSkeleton | |
| typedef MemArray< 1, std::string > | FragmentNamesMemArray_t |
| typedef MultiArray< 1, std::string > | FragmentNamesArray_t |
Public Member Functions | |
| CartesianFragments (const RefPtr< Grid > &g) | |
| bool | buildFragmentCoordinates () |
| Representation & | makeFragmentCoordinates () |
| std::pair< RefPtr< Field >, RefPtr< Field > > | makeFragmentCoordinatesMinMax () |
| RefPtr< Eagle::BoundingBox > | getBBox (index_t FragmentID) |
| RefPtr< FragmentID > | getFragmentID (index_t I) const |
Public Member Functions inherited from Fiber::FragmentCoordinates< Coordinates > | |
| FragmentCoordinates (const RefPtr< Grid > &g) | |
Public Member Functions inherited from Fiber::FragmentSkeleton | |
| FragmentSkeleton (const RefPtr< Grid > &g) | |
| Skeleton & | makeFragments () |
| RefPtr< Field > | makeFragmentNames () const |
| std::string | getFragmentName (index_t i) const |
Additional Inherited Members | |
Static Public Member Functions inherited from Fiber::FragmentSkeleton | |
| static const char * | MinFieldName () |
| static const char * | MaxFieldName () |
| static SkeletonID | ID (int VertexDims) |
| static SkeletonID | ID (const Grid &G) |
| Return the skeleton ID which is used to store fragment information. | |
| static RefPtr< Skeleton > | getFragments (const Grid &G) |
| static Skeleton & | makeFragments (Grid &G) |
| static RefPtr< Representation > | getFragmentsAsVertices (const Grid &G) |
| static Representation & | makeFragmentsAsVertices (Grid &G) |
| static RefPtr< Field > | makeFragmentNames (Grid &G) |
| static Representation & | makeFragmentCoordinates (Grid &G, const RefPtr< Chart > &C) |
| static RefPtr< Field > | makeFragmentCoordinatesCenter (Grid &G, const RefPtr< Chart > &C) |
| static RefPtr< Field > | makeFragmentCoordinatesMin (Grid &G, const RefPtr< Chart > &C) |
| static RefPtr< Field > | makeFragmentCoordinatesMax (Grid &G, const RefPtr< Chart > &C) |
Public Attributes inherited from Fiber::FragmentSkeleton | |
| RefPtr< Grid > | TheGrid |