Section: Visualization Toolkit Geo Vis Classes
To create an instance of class vtkGeoTerrain2D, simply invoke its constructor as follows
obj = vtkGeoTerrain2D
obj
is an instance of the vtkGeoTerrain2D class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGeoTerrain2D = obj.NewInstance ()
vtkGeoTerrain2D = obj.SafeDownCast (vtkObject o)
obj.SetTextureTolerance (double )
- The maximum size of a single texel in pixels.
Images will be refined if a texel becomes larger than the tolerance.
double = obj.GetTextureTolerance ()
- The maximum size of a single texel in pixels.
Images will be refined if a texel becomes larger than the tolerance.
obj.SetLocationTolerance (double )
- The maximum allowed deviation of geometry in pixels.
Geometry will be refined if the deviation is larger than the tolerance.
double = obj.GetLocationTolerance ()
- The maximum allowed deviation of geometry in pixels.
Geometry will be refined if the deviation is larger than the tolerance.
vtkAbstractTransform = obj.GetTransform ()
- Return the projection transformation used by this 2D terrain.