Documentation for vtkExtractEdges

vtkExtractEdges - extract cell edges from any type of data

Super Class: vtkDataSetToPolyDataFilter

Description:

vtkExtractEdges is a filter to extract edges from a dataset. Edges are extracted as lines or polylines.

 

See Also:

vtkFeatureEdges

 

Methods:

void vtkExtractEdges ()
void vtkExtractEdges ()
static vtkExtractEdges *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetLocator (vtkPointLocator *)
vtkPointLocator *GetLocator ()
void CreateDefaultLocator ()
unsigned long GetMTime ()
void SetLocator (vtkPointLocator &)
void Execute ()

 

Detailed Method Descriptions:

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

void SetLocator (vtkPointLocator *)
vtkPointLocator *GetLocator ()

Create default locator. Used to create one when none is specified.

void CreateDefaultLocator ()

Return MTime also considering the locator.

unsigned long GetMTime ()

For legacy compatibility. Do not use.

void SetLocator (vtkPointLocator &)