20 namespace osg {
class CullStack; }
21 namespace osgGeo {
class LayeredTexture; }
28 class HorizonSectionTile;
38 void updateTilesAutoResolution(
const osg::CullStack* cs);
39 void updateTilesPrimitiveSets();
40 void setFixedResolution(
char res,
TaskRunner* tskr);
Definition: vishorizonsection.h:45
A collection of geoscientific extensions to OpenSceneGraph.
Definition: visannot.h:35
Definition: vishortilescreatorandupdator.h:31
Class that can execute a task.
Definition: task.h:193
Is an alternative to Mutex. It is a lock which causes a thread trying to acquire it to simply wait in...
Definition: atomic.h:130
Threads::Mutex updatelock_
Definition: vishortilescreatorandupdator.h:54
Threads::SpinLock spinlock_
Definition: vishortilescreatorandupdator.h:53
Definition: vishorizonsectiontile.h:49
HorizonSection * horsection_
Definition: vishortilescreatorandupdator.h:52
Definition: visannot.h:40
Is a lock that allows a thread to have exlusive rights to something.
Definition: thread.h:43
Open Scene Graph.
Definition: visannot.h:26