![]() |
VR-Forces 4.3.1 Class Documentation
|
Abstract creator base class. More...

Public Member Functions | |
| virtual DtIntersector * | create (DtDe &de, int modelSet)=0 |
| Create a DtRenderer. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtIntersectorCreator & | instance (DtDe &de) |
| Get the creator instance for this IG object. | |
| static void | registerInstance (DtDe &de, DtIntersectorCreator *anInstance) |
| Register the creator instance with an IG. | |
Abstract creator base class.
|
static |
Get the creator instance for this IG object.
| DtCorruptedState | if it is unable to get the instance. |
|
static |
Register the creator instance with an IG.
|
pure virtual |
Create a DtRenderer.
Implemented in makVrv::DtOsgIntersectorCreator, and makVrv::DtTritonIntersectorCreator.