extract cell edges from any type of data
More...
#include <vtkExtractEdges.h>
Inherits vtkPolyDataAlgorithm.
|
vtkIncrementalPointLocator * | Locator |
|
extract cell edges from any type of data
vtkExtractEdges is a filter to extract edges from a dataset. Edges are extracted as lines or polylines.
- See Also
- vtkFeatureEdges
- Examples:
- vtkExtractEdges (Examples)
- Tests:
- vtkExtractEdges (Tests)
Definition at line 39 of file vtkExtractEdges.h.
vtkExtractEdges::vtkExtractEdges |
( |
| ) |
|
|
protected |
vtkExtractEdges::~vtkExtractEdges |
( |
| ) |
|
|
protected |
static int vtkExtractEdges::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractEdges::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractEdges::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkExtractEdges::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkExtractEdges::SetLocator |
( |
vtkIncrementalPointLocator * |
locator | ) |
|
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual vtkIncrementalPointLocator* vtkExtractEdges::GetLocator |
( |
| ) |
|
|
virtual |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
void vtkExtractEdges::CreateDefaultLocator |
( |
| ) |
|
Create default locator. Used to create one when none is specified.
unsigned long vtkExtractEdges::GetMTime |
( |
| ) |
|
Return MTime also considering the locator.
virtual int vtkExtractEdges::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkExtractEdges::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
vtkIncrementalPointLocator* vtkExtractEdges::Locator |
|
protected |
The documentation for this class was generated from the following file: