#include <vtkExtractEdges.h>
Inheritance diagram for vtkExtractEdges:
vtkExtractEdges is a filter to extract edges from a dataset. Edges are extracted as lines or polylines.
Definition at line 38 of file vtkExtractEdges.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | CreateDefaultLocator () |
unsigned long | GetMTime () |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetLocator (vtkPointLocator *locator) |
virtual vtkPointLocator * | GetLocator () |
Static Public Member Functions | |
static vtkExtractEdges * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractEdges * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkExtractEdges () | |
~vtkExtractEdges () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
vtkPointLocator * | Locator |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 42 of file vtkExtractEdges.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataAlgorithm. |
|
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. |
|
|
|
Create default locator. Used to create one when none is specified. |
|
Return MTime also considering the locator. Reimplemented from vtkObject. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 67 of file vtkExtractEdges.h. |