Go to the documentation of this file.
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
virtual vtkAbstractTransform * GetTransform()
Return the projection transformation used by this source.
vtkConditionVariable * Condition
mutual exclusion locking class
Stores data for a patch of the globe.
abstract base class for most VTK objects
vtkCollection * ProcessingSet
A class for performing multithreaded execution.
create and manipulate unsorted lists of objects
vtkMutexLock * InputSetLock
Locks the set for reading or writing.
vtkMutexLock * ProcessingSetLock
vtkMutexLock * OutputSetLock
mutual exclusion locking class
implementation * Implementation
A multi-resolution geographic data source.
vtkMultiThreader * Threader