FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Static Public Attributes | List of all members
Fiber::LineSet::PredefinedFieldNames Struct Reference

Predefined field names on linesets. More...

#include <LineSet.hpp>

Static Public Attributes

static const char ProperTime [] = "ProperTime"
 The proper time of a particle passing through this line, which defines the parameterization of this line as a specific curve.
 
static const char StepSize [] = "ds"
 The distance between adjacent vertices of the line.
 
static const char Velocity [] = "Velocity"
 The velocity with which particles pass through this line.
 
static const char Speed [] = "Speed"
 The magnitude of the velocity field.
 
static const char Energy [] = "Energy"
 The energy of the curve, which is the square of the speed.
 
static const char Curvature [] = "Curvature"
 The curvature of the curve.
 
static const char Torsion [] = "Torsion"
 The torsion of the curve.
 

Detailed Description

Predefined field names on linesets.

Member Data Documentation

◆ Energy

const char Fiber::LineSet::PredefinedFieldNames::Energy = "Energy"
static

The energy of the curve, which is the square of the speed.

This is a scalar field.

◆ ProperTime

const char Fiber::LineSet::PredefinedFieldNames::ProperTime = "ProperTime"
static

The proper time of a particle passing through this line, which defines the parameterization of this line as a specific curve.

This is a scalar field.

◆ Speed

const char Fiber::LineSet::PredefinedFieldNames::Speed = "Speed"
static

The magnitude of the velocity field.

This is a scalar field.

◆ StepSize

const char Fiber::LineSet::PredefinedFieldNames::StepSize = "ds"
static

The distance between adjacent vertices of the line.

This is a scalar field.

◆ Torsion

const char Fiber::LineSet::PredefinedFieldNames::Torsion = "Torsion"
static

The torsion of the curve.

This is a scalar field.

◆ Velocity

const char Fiber::LineSet::PredefinedFieldNames::Velocity = "Velocity"
static

The velocity with which particles pass through this line.

This is a vector field.