![]() |
VR-Forces 4.8 Class Documentation
|
DtOsgEarthDataRequestQueue. More...
Public Types | |
| typedef std::vector < DtOsgEarthDataRequest * > | RequestQueue |
Public Member Functions | |
| DtOsgEarthDataRequestQueue () | |
| Default Constructor. More... | |
| virtual | ~DtOsgEarthDataRequestQueue () |
| Default destructor. More... | |
| virtual void | addRequest (DtOsgEarthDataRequest *request) |
| Add a request to the end of the queue. More... | |
| virtual void | clearQueue () |
| Add a request to the end of the queue. More... | |
| void | processAllRequests (osgEarth::Map *map) |
| Process all the requests, add the data to the map. More... | |
Protected Attributes | |
| RequestQueue | myRequestQueue |
Private Member Functions | |
| DtOsgEarthDataRequestQueue (const DtOsgEarthDataRequestQueue &) | |
| Copy Constructor not implemented – Copy not allowed. More... | |
| DtOsgEarthDataRequestQueue & | operator= (const DtOsgEarthDataRequestQueue &) |
| Assignment Operator not implemented – Copy not allowed. More... | |
A queue for adding the DtOsgEarthDataRequest to process together.
| typedef std::vector<DtOsgEarthDataRequest*> makVrv::DtOsgEarthDataRequestQueue::RequestQueue |
| makVrv::DtOsgEarthDataRequestQueue::DtOsgEarthDataRequestQueue | ( | ) |
Default Constructor.
|
virtual |
Default destructor.
|
private |
Copy Constructor not implemented – Copy not allowed.
|
virtual |
Add a request to the end of the queue.
| request | The request to add. |
|
virtual |
Add a request to the end of the queue.
| void makVrv::DtOsgEarthDataRequestQueue::processAllRequests | ( | osgEarth::Map * | map | ) |
Process all the requests, add the data to the map.
|
private |
Assignment Operator not implemented – Copy not allowed.
|
protected |