|
VMTK
|
Add annular caps between the boundaries of a walled surface. More...
#include <vtkvmtkAnnularCapPolyData.h>
Public Types | |
| typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkvmtkAnnularCapPolyData * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
| virtual void | SetBoundaryIds (vtkIdList *) |
| virtual vtkIdList * | GetBoundaryIds () |
| virtual void | SetCellEntityIdsArrayName (const char *) |
| virtual char * | GetCellEntityIdsArrayName () |
| virtual void | SetCellEntityIdOffset (int) |
| virtual int | GetCellEntityIdOffset () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkAnnularCapPolyData * | SafeDownCast (vtkObjectBase *o) |
| static vtkvmtkAnnularCapPolyData * | New () |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkvmtkAnnularCapPolyData () | |
| ~vtkvmtkAnnularCapPolyData () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
Protected Attributes | |
| vtkIdList * | BoundaryIds |
| char * | CellEntityIdsArrayName |
| int | CellEntityIdOffset |
Add annular caps between the boundaries of a walled surface.
This class closes the boundaries between the surfaces of a walled surface with caps. The surfaces are required to be dense for the algorithm to produce legal caps.
Definition at line 35 of file vtkvmtkAnnularCapPolyData.h.
| typedef vtkPolyDataAlgorithm vtkvmtkAnnularCapPolyData::Superclass |
Definition at line 38 of file vtkvmtkAnnularCapPolyData.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkvmtkAnnularCapPolyData* vtkvmtkAnnularCapPolyData::NewInstance | ( | ) | const |
| void vtkvmtkAnnularCapPolyData::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
Definition at line 58 of file vtkvmtkAnnularCapPolyData.h.
|
protected |
Definition at line 59 of file vtkvmtkAnnularCapPolyData.h.
|
protected |
Definition at line 60 of file vtkvmtkAnnularCapPolyData.h.
1.8.14