Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkExtractEdges, simply invoke its constructor as follows
obj = vtkExtractEdges
obj is an instance of the vtkExtractEdges class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkExtractEdges = obj.NewInstance ()
vtkExtractEdges = obj.SafeDownCast (vtkObject o)
obj.SetLocator (vtkIncrementalPointLocator locator) - Set / get a spatial locator for merging points. By
default an instance of vtkMergePoints is used.
vtkIncrementalPointLocator = obj.GetLocator () - Set / get a spatial locator for merging points. By
default an instance of vtkMergePoints is used.
obj.CreateDefaultLocator () - Create default locator. Used to create one when none is specified.
long = obj.GetMTime () - Return MTime also considering the locator.