31 #ifndef vtkGeoProjectionSource_h 32 #define vtkGeoProjectionSource_h 34 #include "vtkGeovisCoreModule.h" 41 #if !defined(VTK_LEGACY_REMOVE) 64 vtkGetMacro(Projection,
int);
65 virtual void SetProjection(
int projection);
72 vtkGetMacro(MinCellsPerNode,
int);
73 vtkSetMacro(MinCellsPerNode,
int);
95 #endif //VTK_LEGACY_REMOVE void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkAbstractTransform * GetTransform()
Return the projection transformation used by this source.
A multi-resolution geographic data source.
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
Blocking access methods to be implemented in subclasses.
a simple class to control print indentation
Stores data for a patch of the globe.
vtkAbstractTransform * Transform
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
mutual exclusion locking class
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
A 2D geographic geometry source.
vtkMutexLock * TransformLock