![]() |
VR-Forces 5.0.2 Developer's Guide
|
A connector class to listen in on signal_terrainPatchCreated and install the DtIndirectGeometryCallback for that terrain patch.

Public Member Functions | |
| virtual | ~DtIndirectGeometryCallbackConnector () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtIndirectGeometryCallbackConnector & | instance (DtDe &de) |
Protected Member Functions | |
| DtIndirectGeometryCallbackConnector (DtDe &de) | |
| virtual void | slot_terrainPatchCreated (DtTerrainPatchObject &patch) |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
Private Member Functions | |
| DtIndirectGeometryCallbackConnector (const DtIndirectGeometryCallbackConnector &other) | |
| DtIndirectGeometryCallbackConnector & | operator= (const DtIndirectGeometryCallbackConnector &other) |
| DtIndirectGeometryCallbackConnector () | |
Friends | |
| class | DtIndirectGeometryCallbackConnectorCreator |
|
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 |