Go to the documentation of this file.
44 #ifndef vtkGeoSource_h
45 #define vtkGeoSource_h
47 #include "vtkGeovisCoreModule.h"
126 class implementation;
131 void operator=(
const vtkGeoSource&) VTK_DELETE_FUNCTION;
134 #endif // vtkGeoSource_h
virtual vtkAbstractTransform * GetTransform()
Return the projection transformation used by this source.
vtkConditionVariable * Condition
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
mutual exclusion locking class
Stores data for a patch of the globe.
abstract base class for most VTK objects
vtkCollection * ProcessingSet
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
virtual void RequestChildren(vtkGeoTreeNode *node)
Non-blocking methods for to use from the main application.
A class for performing multithreaded execution.
create and manipulate unsorted lists of objects
vtkMutexLock * InputSetLock
Locks the set for reading or writing.
void ShutDown()
Shut down the source.
vtkMutexLock * ProcessingSetLock
vtkMutexLock * OutputSetLock
mutual exclusion locking class
implementation * Implementation
void Initialize(int numThreads=1)
Spawn worker threads.
virtual vtkCollection * GetRequestedNodes(vtkGeoTreeNode *node)
A multi-resolution geographic data source.
vtkMultiThreader * Threader