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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkGeoFileTerrainSource * New()
~vtkGeoFileTerrainSource() override
Stores data for a patch of the globe.
bool ReadModel(int level, int id, vtkGeoTerrainNode *node)
vtkGeoFileTerrainSource()
bool FetchRoot(vtkGeoTreeNode *root) override
Retrieve the root geometry representing the entire globe.
bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child) override
Retrieve the child's geometry from disk.
a simple class to control print indentation
A source for tiled geometry on disk.
A multi-resolution geographic data source.