Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkSubPixelPositionEdgels, simply invoke its constructor as follows
obj = vtkSubPixelPositionEdgels
obj
is an instance of the vtkSubPixelPositionEdgels class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSubPixelPositionEdgels = obj.NewInstance ()
vtkSubPixelPositionEdgels = obj.SafeDownCast (vtkObject o)
obj.SetGradMaps (vtkStructuredPoints gm)
- Set/Get the gradient data for doing the position adjustments.
vtkStructuredPoints = obj.GetGradMaps ()
- Set/Get the gradient data for doing the position adjustments.
obj.SetTargetFlag (int )
- These methods can make the positioning look for a target scalar value
instead of looking for a maximum.
int = obj.GetTargetFlag ()
- These methods can make the positioning look for a target scalar value
instead of looking for a maximum.
obj.TargetFlagOn ()
- These methods can make the positioning look for a target scalar value
instead of looking for a maximum.
obj.TargetFlagOff ()
- These methods can make the positioning look for a target scalar value
instead of looking for a maximum.
obj.SetTargetValue (double )
- These methods can make the positioning look for a target scalar value
instead of looking for a maximum.
double = obj.GetTargetValue ()
- These methods can make the positioning look for a target scalar value
instead of looking for a maximum.