osgEarth 2.1.1
Classes | Namespaces | Defines | Typedefs

/home/cube/sources/osgearth/src/osgEarth/TaskService File Reference

#include <osgEarth/Common>
#include <osgEarth/HTTPClient>
#include <osgEarth/ThreadingUtils>
#include <osg/Referenced>
#include <osg/Timer>
#include <queue>
#include <list>
#include <string>
#include <map>
Include dependency graph for TaskService:

Go to the source code of this file.

Classes

class  osgEarth::TaskRequest
struct  osgEarth::ParallelTask< T >
class  osgEarth::TaskRequestQueue
struct  osgEarth::TaskThread
class  osgEarth::TaskService
class  osgEarth::TaskServiceManager

Namespaces

namespace  osgEarth

Defines

#define OSGEARTH_TASK_SERVICE   1

Typedefs

typedef std::list
< osg::ref_ptr< TaskRequest > > 
osgEarth::TaskRequestList
typedef std::vector
< osg::ref_ptr< TaskRequest > > 
osgEarth::TaskRequestVector
typedef std::multimap< float,
osg::ref_ptr< TaskRequest > > 
osgEarth::TaskRequestPriorityMap

Define Documentation

#define OSGEARTH_TASK_SERVICE   1

Definition at line 20 of file TaskService.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines