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);
72 vtkGetMacro(MinCellsPerNode,
int);
73 vtkSetMacro(MinCellsPerNode,
int);
95 #endif //VTK_LEGACY_REMOVE
virtual void SetProjection(int projection)
A 2D geographic geometry source.
mutual exclusion locking class
vtkAbstractTransform * GetTransform() override
Return the projection transformation used by this 2D terrain.
Stores data for a patch of the globe.
~vtkGeoProjectionSource() override
void RefineAndComputeError(vtkGeoTerrainNode *node)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAbstractTransform * Transform
bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child) override
static vtkGeoProjectionSource * New()
a simple class to control print indentation
vtkMutexLock * TransformLock
A multi-resolution geographic data source.
virtual void SetTransform(vtkAbstractTransform *transform)
bool FetchRoot(vtkGeoTreeNode *root) override
Blocking methods for sources with low latency.