FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Classes | Variables
A set of pre-defined names used for standard fields on lines

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.
 

Detailed Description

Variable Documentation

◆ ArcLengthFieldName

const char Fiber::LineSet::ArcLengthFieldName = "ArcLength"
static

A default name for the field that holds the respective values of a curve parameter.

It will just be "ArcLength".

http://en.wikipedia.org/wiki/Arc_length

◆ NormalVectorFieldName

const char Fiber::LineSet::NormalVectorFieldName = "NormalVectors"
static

A default name for the field that holds the normal vectors of a grid describing lines.

It will just be "NormalVectors";

◆ TangentialVectorFieldName

const char Fiber::LineSet::TangentialVectorFieldName = "Tangents"
static

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().