41 #ifndef vtkGeoSource_h
42 #define vtkGeoSource_h
44 #include "vtkGeovisCoreModule.h"
87 void Initialize(
int numThreads = 1);
123 class implementation;
128 void operator=(const
vtkGeoSource&) VTK_DELETE_FUNCTION;
131 #endif // vtkGeoSource_h
mutual exclusion locking class
vtkMutexLock * OutputSetLock
Locks the set for reading or writing.
abstract base class for most VTK objects
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