#include <SIM_GuideStatic.h>

Public Member Functions | |
| SIM_GuideStatic (const SIM_Data *owner, bool displayonly) | |
| Constructor which takes a const SIM_Data as our owner. | |
| virtual | ~SIM_GuideStatic () |
| Destructor for this class. | |
Protected Member Functions | |
| virtual GU_ConstDetailHandle | getGuideGeometrySubclass (const SIM_RootData &root, UT_DMatrix4 &xform, const SIM_Time &t) |
| virtual void | clearSubclass () |
| Override this function to clear any data create by this class. | |
Definition at line 26 of file SIM_GuideStatic.h.
| SIM_GuideStatic::SIM_GuideStatic | ( | const SIM_Data * | owner, | |
| bool | displayonly | |||
| ) | [explicit] |
Constructor which takes a const SIM_Data as our owner.
| virtual SIM_GuideStatic::~SIM_GuideStatic | ( | ) | [virtual] |
Destructor for this class.
| virtual void SIM_GuideStatic::clearSubclass | ( | ) | [protected, virtual] |
| virtual GU_ConstDetailHandle SIM_GuideStatic::getGuideGeometrySubclass | ( | const SIM_RootData & | root, | |
| UT_DMatrix4 & | xform, | |||
| const SIM_Time & | t | |||
| ) | [protected, virtual] |
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 from SIM_Guide.
1.5.9