44 #ifndef vtkGeoSource_h
45 #define vtkGeoSource_h
47 #include "vtkGeovisCoreModule.h"
90 void Initialize(
int numThreads = 1);
126 class implementation;
131 void operator=(const
vtkGeoSource&) VTK_DELETE_FUNCTION;
134 #endif // vtkGeoSource_h
mutual exclusion locking class
vtkMutexLock * OutputSetLock
Locks the set for reading or writing.
abstract base class for most VTK objects
virtual vtkAbstractTransform * GetTransform()
Return the projection transformation used by this source.
A class for performing multithreaded execution.
vtkMutexLock * ProcessingSetLock
Locks the set for reading or writing.
A multi-resolution geographic data source.
vtkCollection * ProcessingSet
Stores data for a patch of the globe.
vtkConditionVariable * Condition
create and manipulate unsorted lists of objects
implementation * Implementation
vtkMutexLock * InputSetLock
Locks the set for reading or writing.
mutual exclusion locking class
vtkMultiThreader * Threader