Go to the documentation of this file.
41 #ifndef vtkGeoSource_h
42 #define vtkGeoSource_h
44 #include "vtkGeovisCoreModule.h"
54 #if !defined(VTK_LEGACY_REMOVE)
88 void Initialize(
int numThreads = 1);
124 class implementation;
132 #endif //VTK_LEGACY_REMOVE
133 #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 ordered 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