![]() |
VR-Forces 4.8 Class Documentation
|
A generic structure to hold data for a job for use with DtJobSplitter. More...
Public Member Functions | |
| DtJobSplitterJob () | |
Public Attributes | |
| void * | myData |
| void(* | jobFunction )(void *data) |
A generic structure to hold data for a job for use with DtJobSplitter.
The user defines a job function that will be called when the job is called to run and data (myData) that is passed to the job function for processing.
|
inline |
| void* makVrv::DtJobSplitterJob::myData |
| void(* makVrv::DtJobSplitterJob::jobFunction)(void *data) |