VMTK
|
Extract boundary edges as poly lines. More...
#include <vtkvmtkPolyDataBoundaryExtractor.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkPolyDataBoundaryExtractor * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
virtual int | IsA (const char *type) |
vtkvmtkPolyDataBoundaryExtractor * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkvmtkPolyDataBoundaryExtractor * | SafeDownCast (vtkObjectBase *o) |
static vtkvmtkPolyDataBoundaryExtractor * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkPolyDataBoundaryExtractor * | SafeDownCast (vtkObjectBase *o) |
static vtkvmtkPolyDataBoundaryExtractor * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkPolyDataBoundaryExtractor () | |
~vtkvmtkPolyDataBoundaryExtractor () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkPolyDataBoundaryExtractor () | |
~vtkvmtkPolyDataBoundaryExtractor () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
Extract boundary edges as poly lines.
This class identifies boundary edges and organizes them into poly lines based on connectivity. It also provides the output with a point data vtkIntArray (set as active scalars) in which the ids of boundary points in the input dataset are stored.
This class identifies boundary edges and organizes them into poly lines based on connectivity. It also provides the output with a point data vtkIdTypeArray (set as active scalars) in which the ids of boundary points in the input dataset are stored.
Definition at line 35 of file ComputationalGeometry/vtkvmtkPolyDataBoundaryExtractor.h.
typedef vtkPolyDataAlgorithm vtkvmtkPolyDataBoundaryExtractor::Superclass |
Definition at line 38 of file ComputationalGeometry/vtkvmtkPolyDataBoundaryExtractor.h.
typedef vtkPolyDataAlgorithm vtkvmtkPolyDataBoundaryExtractor::Superclass |
Definition at line 37 of file Misc/vtkvmtkPolyDataBoundaryExtractor.h.
|
protected |
|
inlineprotected |
Definition at line 45 of file ComputationalGeometry/vtkvmtkPolyDataBoundaryExtractor.h.
|
protected |
|
inlineprotected |
Definition at line 44 of file Misc/vtkvmtkPolyDataBoundaryExtractor.h.
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkPolyDataBoundaryExtractor* vtkvmtkPolyDataBoundaryExtractor::NewInstance | ( | ) | const |
void vtkvmtkPolyDataBoundaryExtractor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
protectedvirtual |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkPolyDataBoundaryExtractor* vtkvmtkPolyDataBoundaryExtractor::NewInstance | ( | ) | const |
void vtkvmtkPolyDataBoundaryExtractor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
protectedvirtual |