Section: Visualization Toolkit Geo Vis Classes
To create an instance of class vtkGeoGlobeSource, simply invoke its constructor as follows
obj = vtkGeoGlobeSource
obj
is an instance of the vtkGeoGlobeSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGeoGlobeSource = obj.NewInstance ()
vtkGeoGlobeSource = obj.SafeDownCast (vtkObject o)
bool = obj.FetchRoot (vtkGeoTreeNode root)
- Fetches a low-resolution sphere for the entire globe.
bool = obj.FetchChild (vtkGeoTreeNode node, int index, vtkGeoTreeNode child)
- Fetches a refined geometry patch, a section of a sphere.