#include <vtkFeatureEdges.h>
Inheritance diagram for vtkFeatureEdges:
vtkFeatureEdges is a filter to extract special types of edges from input polygonal data. These edges are either 1) boundary (used by one polygon) or a line cell; 2) non-manifold (used by three or more polygons); 3) feature edges (edges used by two triangles and whose dihedral angle > FeatureAngle); or 4) manifold edges (edges used by exactly two polygons). These edges may be extracted in any combination. Edges may also be "colored" (i.e., scalar values assigned) based on edge type. The cell coloring is assigned to the cell data of the extracted edges.
Definition at line 50 of file vtkFeatureEdges.h.
virtual void | SetBoundaryEdges (int) |
virtual int | GetBoundaryEdges () |
virtual void | BoundaryEdgesOn () |
virtual void | BoundaryEdgesOff () |
static vtkFeatureEdges * | New () |
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | CreateDefaultLocator () |
unsigned long | GetMTime () |
virtual void | SetFeatureEdges (int) |
virtual int | GetFeatureEdges () |
virtual void | FeatureEdgesOn () |
virtual void | FeatureEdgesOff () |
virtual void | SetFeatureAngle (double) |
virtual double | GetFeatureAngle () |
virtual void | SetNonManifoldEdges (int) |
virtual int | GetNonManifoldEdges () |
virtual void | NonManifoldEdgesOn () |
virtual void | NonManifoldEdgesOff () |
virtual void | SetManifoldEdges (int) |
virtual int | GetManifoldEdges () |
virtual void | ManifoldEdgesOn () |
virtual void | ManifoldEdgesOff () |
virtual void | SetColoring (int) |
virtual int | GetColoring () |
virtual void | ColoringOn () |
virtual void | ColoringOff () |
void | SetLocator (vtkPointLocator *locator) |
virtual vtkPointLocator * | GetLocator () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkFeatureEdges * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkFeatureEdges () | |
~vtkFeatureEdges () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | FeatureAngle |
int | BoundaryEdges |
int | FeatureEdges |
int | NonManifoldEdges |
int | ManifoldEdges |
int | Coloring |
vtkPointLocator * | Locator |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 53 of file vtkFeatureEdges.h. |
|
|
|
|
|
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. |
|
Construct object with feature angle = 30; all types of edges extracted and colored. Reimplemented from vtkPolyDataAlgorithm. |
|
Turn on/off the extraction of boundary edges. |
|
Turn on/off the extraction of boundary edges. |
|
Turn on/off the extraction of boundary edges. |
|
Turn on/off the extraction of boundary edges. |
|
Turn on/off the extraction of feature edges. |
|
Turn on/off the extraction of feature edges. |
|
Turn on/off the extraction of feature edges. |
|
Turn on/off the extraction of feature edges. |
|
Specify the feature angle for extracting feature edges. |
|
Specify the feature angle for extracting feature edges. |
|
Turn on/off the extraction of non-manifold edges. |
|
Turn on/off the extraction of non-manifold edges. |
|
Turn on/off the extraction of non-manifold edges. |
|
Turn on/off the extraction of non-manifold edges. |
|
Turn on/off the extraction of manifold edges. |
|
Turn on/off the extraction of manifold edges. |
|
Turn on/off the extraction of manifold edges. |
|
Turn on/off the extraction of manifold edges. |
|
Turn on/off the coloring of edges by type. |
|
Turn on/off the coloring of edges by type. |
|
Turn on/off the coloring of edges by type. |
|
Turn on/off the coloring of edges by type. |
|
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. |
|
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. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 122 of file vtkFeatureEdges.h. |
|
Definition at line 123 of file vtkFeatureEdges.h. |
|
Definition at line 124 of file vtkFeatureEdges.h. |
|
Definition at line 125 of file vtkFeatureEdges.h. |
|
Definition at line 126 of file vtkFeatureEdges.h. |
|
Definition at line 127 of file vtkFeatureEdges.h. |
|
Definition at line 128 of file vtkFeatureEdges.h. |