|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Classes | |
| struct | Fiber::LineSet::PredefinedFieldNames |
| Predefined field names on linesets. More... | |
Variables | |
| static const char | Fiber::LineSet::TangentialVectorFieldName [] = "Tangents" |
| A default name for the field that holds the tangential vectors of a grid describing lines. | |
| static const char | Fiber::LineSet::NormalVectorFieldName [] = "NormalVectors" |
| A default name for the field that holds the normal vectors of a grid describing lines. | |
| static const char | Fiber::LineSet::ArcLengthFieldName [] = "ArcLength" |
| A default name for the field that holds the respective values of a curve parameter. | |
A default name for the field that holds the respective values of a curve parameter.
It will just be "ArcLength".
A default name for the field that holds the normal vectors of a grid describing lines.
It will just be "NormalVectors";
A default name for the field that holds the tangential vectors of a grid describing lines.
It will just be "Tangents";
Referenced by Fiber::LineSet::LineSet().