35 #ifndef __vtkGeoTerrain_h
36 #define __vtkGeoTerrain_h
38 #include "vtkGeovisCoreModule.h"
39 #include "vtkObject.h"
55 virtual void PrintSelf(ostream& os, vtkIndent indent);
60 {
return this->GeoSource; }
65 void SaveDatabase(
const char* path,
int depth);
74 vtkAssembly* assembly,
75 vtkCollection* imageReps);
81 vtkSetVector3Macro(Origin,
double);
82 vtkGetVector3Macro(Origin,
double);
87 vtkSetClampMacro(MaxLevel,
int, 0, VTK_INT_MAX);
88 vtkGetMacro(MaxLevel,
int);
104 virtual void InitializeNodeAnalysis(vtkRenderer* ren);
A 3D terrain model for the globe.
A multi-resolution geographic data source.
virtual vtkGeoSource * GetSource()
vtkGeoTreeNodeCache * Cache
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkExtractSelectedFrustum * Extractor
Manages a list of vtkGeoTreeNodes.
Geo interface to a camera.