Go to the documentation of this file.
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
virtual vtkAbstractTransform * GetTransform()
Return the projection transformation used by this source.
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
A 2D geographic geometry source.
mutual exclusion locking class
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Stores data for a patch of the globe.
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
vtkAbstractTransform * Transform
a simple class to control print indentation
vtkMutexLock * TransformLock
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A multi-resolution geographic data source.