VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Attributes | Private Member Functions
makVrv::DtOsgEarthDataRequestQueue Class Reference

DtOsgEarthDataRequestQueue.

A queue for adding the DtOsgEarthDataRequest to process together.

Public Types

typedef std::vector
< DtOsgEarthDataRequest * > 
RequestQueue
 

Public Member Functions

 DtOsgEarthDataRequestQueue ()
 
virtual ~DtOsgEarthDataRequestQueue ()
 
virtual void addRequest (DtOsgEarthDataRequest *request)
 
virtual void clearQueue ()
 
void processAllRequests (osgEarth::Map *map)
 

Protected Attributes

RequestQueue myRequestQueue
 

Private Member Functions

 DtOsgEarthDataRequestQueue (const DtOsgEarthDataRequestQueue &)
 
DtOsgEarthDataRequestQueueoperator= (const DtOsgEarthDataRequestQueue &)
 

Member Typedef Documentation

Constructor & Destructor Documentation

makVrv::DtOsgEarthDataRequestQueue::DtOsgEarthDataRequestQueue ( )

Default Constructor.

virtual makVrv::DtOsgEarthDataRequestQueue::~DtOsgEarthDataRequestQueue ( )
virtual

Default destructor.

makVrv::DtOsgEarthDataRequestQueue::DtOsgEarthDataRequestQueue ( const DtOsgEarthDataRequestQueue )
private

Copy Constructor not implemented – Copy not allowed.

Member Function Documentation

virtual void makVrv::DtOsgEarthDataRequestQueue::addRequest ( DtOsgEarthDataRequest request)
virtual

Add a request to the end of the queue.

Parameters
requestThe request to add.
virtual void makVrv::DtOsgEarthDataRequestQueue::clearQueue ( )
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.

DtOsgEarthDataRequestQueue& makVrv::DtOsgEarthDataRequestQueue::operator= ( const DtOsgEarthDataRequestQueue )
private

Assignment Operator not implemented – Copy not allowed.

Member Data Documentation

RequestQueue makVrv::DtOsgEarthDataRequestQueue::myRequestQueue
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)