|
VMTK
|
Converts linear surface elements to quadratic surface elements via either linear subdivision of laplacian (butterfly) subdivision. More...
#include <vtkvmtkLinearToQuadraticSurfaceMeshFilter.h>
Public Types | |
| typedef vtkUnstructuredGridAlgorithm | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkvmtkLinearToQuadraticSurfaceMeshFilter * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
| virtual void | SetSubdivisionMethod (int) |
| virtual int | GetSubdivisionMethod () |
| void | SetSubdivisionMethodToLinear () |
| void | SetSubdivisionMethodToButterfly () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkLinearToQuadraticSurfaceMeshFilter * | SafeDownCast (vtkObjectBase *o) |
| static vtkvmtkLinearToQuadraticSurfaceMeshFilter * | New () |
Protected Types | |
| enum | { LINEAR_SUBDIVISION, BUTTERFLY_SUBDIVISION } |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkvmtkLinearToQuadraticSurfaceMeshFilter () | |
| ~vtkvmtkLinearToQuadraticSurfaceMeshFilter () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
Protected Attributes | |
| int | SubdivisionMethod |
Converts linear surface elements to quadratic surface elements via either linear subdivision of laplacian (butterfly) subdivision.
...
Definition at line 34 of file vtkvmtkLinearToQuadraticSurfaceMeshFilter.h.
| typedef vtkUnstructuredGridAlgorithm vtkvmtkLinearToQuadraticSurfaceMeshFilter::Superclass |
Definition at line 37 of file vtkvmtkLinearToQuadraticSurfaceMeshFilter.h.
|
protected |
| Enumerator | |
|---|---|
| LINEAR_SUBDIVISION | |
| BUTTERFLY_SUBDIVISION | |
Definition at line 58 of file vtkvmtkLinearToQuadraticSurfaceMeshFilter.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkvmtkLinearToQuadraticSurfaceMeshFilter* vtkvmtkLinearToQuadraticSurfaceMeshFilter::NewInstance | ( | ) | const |
| void vtkvmtkLinearToQuadraticSurfaceMeshFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
|
virtual |
|
virtual |
|
inline |
Definition at line 44 of file vtkvmtkLinearToQuadraticSurfaceMeshFilter.h.
|
inline |
Definition at line 46 of file vtkvmtkLinearToQuadraticSurfaceMeshFilter.h.
|
protectedvirtual |
|
protected |
Definition at line 55 of file vtkvmtkLinearToQuadraticSurfaceMeshFilter.h.
1.8.14