osgEarth 2.1.1
|
#include <osgEarth/Common>
#include <osgEarth/HTTPClient>
#include <osgEarth/ThreadingUtils>
#include <osg/Referenced>
#include <osg/Timer>
#include <queue>
#include <list>
#include <string>
#include <map>
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 OSGEARTH_TASK_SERVICE 1 |
Definition at line 20 of file TaskService.