Go to the documentation of this file.
31 #ifndef vtkGeoFileTerrainSource_h
32 #define vtkGeoFileTerrainSource_h
34 #include "vtkGeovisCoreModule.h"
41 #if !defined(VTK_LEGACY_REMOVE)
66 vtkSetStringMacro(Path);
67 vtkGetStringMacro(Path);
81 #endif //VTK_LEGACY_REMOVE
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
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
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A source for tiled geometry on disk.
A multi-resolution geographic data source.