![]() |
VR-Forces 4.8 Class Documentation
|
responsible for starting culling code off in a seperate thread when culling starts More...

Public Member Functions | |
| DtDiguyPreCullJob (DtDiGuyScenario &scenario, DtDiGuyOctreeCullGroup &group) | |
| constructor More... | |
| virtual void | operator() (osg::Object *sv) |
| main thread operation that starts the DtDiGuyCullAsyncTask More... | |
Protected Attributes | |
| DtDiGuyOctreeCullGroup & | myGroup |
| DtDiGuyScenario & | myScenario |
| int | myMaxThreadCount |
Private Member Functions | |
| DtDiguyPreCullJob () | |
| Default Constructor not implemented. More... | |
| DtDiguyPreCullJob (const DtDiguyPreCullJob &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtDiguyPreCullJob & | operator= (const DtDiguyPreCullJob &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
responsible for starting culling code off in a seperate thread when culling starts
| makVrv::DtDiguyPreCullJob::DtDiguyPreCullJob | ( | DtDiGuyScenario & | scenario, |
| DtDiGuyOctreeCullGroup & | group | ||
| ) |
constructor
|
private |
Default Constructor not implemented.
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
main thread operation that starts the DtDiGuyCullAsyncTask
|
protected |
|
protected |
|
protected |