Static Public Attributes

Fiber::LineSet::PredefinedFieldNames Struct Reference

Predefined field names on linesets. More...

#include <LineSet.hpp>

List of all members.

Static Public Attributes


Detailed Description

Predefined field names on linesets.


Member Data Documentation

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.

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.

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

The magnitude of the velocity field.

This is a scalar field.

The distance between adjacent vertices of the line.

This is a scalar field.

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

The torsion of the curve.

This is a scalar field.

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

The velocity with which particles pass through this line.

This is a vector field.