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 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 ordered lists of objects
implementation * Implementation
vtkMutexLock * InputSetLock
Locks the set for reading or writing.
mutual exclusion locking class
vtkMultiThreader * Threader