Go to the documentation of this file.
31 #ifndef vtkGeoFileImageSource_h
32 #define vtkGeoFileImageSource_h
34 #include "vtkGeovisCoreModule.h"
41 #if !defined(VTK_LEGACY_REMOVE)
66 vtkSetStringMacro(Path);
67 vtkGetStringMacro(Path);
81 #endif //VTK_LEGACY_REMOVE
static vtkGeoFileImageSource * New()
Stores data for a patch of the globe.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A node in a multi-resolution image tree.
bool ReadImage(int level, int id, vtkGeoImageNode *node)
bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child) override
Fetches the child image of a parent from disk.
a simple class to control print indentation
A tiled image source on disk.
bool FetchRoot(vtkGeoTreeNode *root) override
Fetches the root image representing the whole globe.
A multi-resolution geographic data source.
~vtkGeoFileImageSource() override