|
| | VisualScalarPlane (std::string SimObjectName, ISimObjectCreator *Creator) |
| |
|
| ~VisualScalarPlane () override |
| | Releases the plane geometry; the base releases the material and the textures.
|
| |
| void | FinalSetup (const double T, const double *const X, ISimObjectCreator *Creator) override |
| |
|
void | OdeFcn (const double T, const double *const X, double *const XDot) const override |
| | No state; the ODE function is a no-op.
|
| |
|
| | VisualBakedScalarField (std::string SimObjectName, ISimObjectCreator *Creator, int numAxes) |
| |
|
| ~VisualBakedScalarField () override |
| | Releases the cloned material and the baked textures.
|
| |
| void | ResolveCounts (const double extent[3], std::size_t budget, int counts[3]) const |
| |
| void | ValidateGridCounts (ISimObjectCreator *Creator, const int counts[3], const std::string &extentParameterName) const |
| |
| bool | MaskInaccurate () const |
| |
| environment::field::ScalarField & | Field () const |
| |
◆ VisualScalarPlane()
| environmentmodels::VisualScalarPlane::VisualScalarPlane |
( |
std::string |
SimObjectName, |
|
|
ISimObjectCreator * |
Creator |
|
) |
| |
Construct a scalar field plane.
- Parameters
-
| [in] | SimObjectName | Unique name for this simulation object. |
| [in] | Creator | Object creator/registry. |
- Exceptions
-
| std::runtime_error | when a parameter is missing, contradictory, names a degenerate plane frame, or asks for a grid the render system could not hold. |
The documentation for this class was generated from the following file: