Predefined field names on linesets. More...
#include <LineSet.hpp>
Predefined field names on linesets.
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.
const char Fiber::LineSet::PredefinedFieldNames::StepSize = "ds" [static] |
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.