![]() |
VR-Forces 4.8 Class Documentation
|
A connector class to listen in on signal_terrainPatchCreated and install the DtIndirectGeometryCallback for that terrain patch. More...

Public Member Functions | |
| virtual | ~DtIndirectGeometryCallbackConnector () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtIndirectGeometryCallbackConnector & | instance (DtDe &de) |
| Get the instance for the DtIndirectGeometryCallbackConnector. More... | |
Protected Member Functions | |
| DtIndirectGeometryCallbackConnector (DtDe &de) | |
| CTOR (protected, only created through creator function) More... | |
| virtual void | slot_terrainPatchCreated (DtTerrainPatchObject &patch) |
| Find out when the terrain patch is ready to accept DtOsgEarthFeatureDataBroker callbacks. More... | |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
Private Member Functions | |
| DtIndirectGeometryCallbackConnector (const DtIndirectGeometryCallbackConnector &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtIndirectGeometryCallbackConnector & | operator= (const DtIndirectGeometryCallbackConnector &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
| DtIndirectGeometryCallbackConnector () | |
| CTOR (unimplemented default CTOR) More... | |
Friends | |
| class | DtIndirectGeometryCallbackConnectorCreator |
| Friended with creator so that it can use our constructor. More... | |
A connector class to listen in on signal_terrainPatchCreated and install the DtIndirectGeometryCallback for that terrain patch.
|
virtual |
DTOR.
|
protected |
CTOR (protected, only created through creator function)
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
CTOR (unimplemented default CTOR)
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
static |
Get the instance for the DtIndirectGeometryCallbackConnector.
| DtCorruptedState | if it is unable to get the instance. |
|
protectedvirtual |
Find out when the terrain patch is ready to accept DtOsgEarthFeatureDataBroker callbacks.
When this signal fires, the manager looks up a terrain patch and installs the DtIndirectGeometryCallback
|
friend |
Friended with creator so that it can use our constructor.
|
protected |
|
protected |