#include <SIM_Guide.h>
This class provides an interface between a SIM_Data and its guide geometry. It decides when it is necessary to actually build the geometry.
- Examples:
- SIM/SIM_ForceOrbit.C, SIM/SIM_ForceOrbit.h, SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.
Definition at line 25 of file SIM_Guide.h.
SIM_Guide::SIM_Guide |
( |
const SIM_Data * |
owner | ) |
|
|
explicit |
Constructor which takes a const SIM_Data as our owner.
virtual SIM_Guide::~SIM_Guide |
( |
| ) |
|
|
virtual |
Destructor for this class.
Calls SIM_Data::buildGuideGeometry() on the owner data.
void SIM_Guide::clear |
( |
| ) |
|
This function clears all guide geometry information. It calls clearSubclass() to do the actual work.
virtual void SIM_Guide::clearSubclass |
( |
| ) |
|
|
protectedvirtual |
Override this function to customize how guide geometry is created or retrieved. Implementing this function is the whole point of this class. This function may build geometry, fetch existing geometry, modify existing geometry, or whatever else it sees fit.
Reimplemented in SIM_GuideShared, and SIM_GuidePerObject.
int64 SIM_Guide::getMemorySize |
( |
| ) |
const |
virtual int64 SIM_Guide::getMemorySizeSubclass |
( |
| ) |
const |
|
protectedvirtual |
Override this to report the amount of memory used by this object. Call the base class implementation as well and add that to the subclass-specific memory size.
Reimplemented in SIM_GuideShared, and SIM_GuidePerObject.
const SIM_Data& SIM_Guide::getOwner |
( |
| ) |
const |
|
protected |
long SIM_Guide::getParmVersion |
( |
| ) |
const |
Gets the version parms value that was set when this object was created.
const SIM_Time& SIM_Guide::getSimulationTime |
( |
| ) |
const |
|
protected |
Returns the current simulation time.
void SIM_Guide::setParmVersion |
( |
long |
version | ) |
|
Sets the version parms value of our creator node at the time the guide geometry was created.
The documentation for this class was generated from the following file: