|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
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. | |
Predefined field names on linesets.
The energy of the curve, which is the square of the speed.
This is a scalar field.
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.
The magnitude of the velocity field.
This is a scalar field.
The distance between adjacent vertices of the line.
This is a scalar field.
The torsion of the curve.
This is a scalar field.