|
VMTK
|
Create a single instance wrapping a harmonic function over a cylinder so that mapping can be applied with stretching of the longitudinal metric. More...
#include <vtkvmtkPolyDataCylinderHarmonicMappingFilter.h>
Public Types | |
| typedef vtkvmtkPolyDataHarmonicMappingFilter | Superclass |
Public Types inherited from vtkvmtkPolyDataHarmonicMappingFilter | |
| enum | { VTK_VMTK_ASSEMBLY_STENCILS, VTK_VMTK_ASSEMBLY_FINITEELEMENTS } |
| typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkvmtkPolyDataCylinderHarmonicMappingFilter * | NewInstance () const |
Public Member Functions inherited from vtkvmtkPolyDataHarmonicMappingFilter | |
| vtkvmtkPolyDataHarmonicMappingFilter * | NewInstance () const |
| virtual void | SetBoundaryPointIds (vtkIdList *) |
| virtual vtkIdList * | GetBoundaryPointIds () |
| virtual void | SetBoundaryValues (vtkDoubleArray *) |
| virtual vtkDoubleArray * | GetBoundaryValues () |
| virtual void | SetHarmonicMappingArrayName (const char *) |
| virtual char * | GetHarmonicMappingArrayName () |
| virtual void | SetConvergenceTolerance (double) |
| virtual double | GetConvergenceTolerance () |
| virtual void | SetAssemblyMode (int) |
| virtual int | GetAssemblyMode () |
| void | SetAssemblyModeToStencils () |
| void | SetAssemblyModeToFiniteElements () |
| virtual void | SetQuadratureOrder (int) |
| virtual int | GetQuadratureOrder () |
Static Public Member Functions | |
| static vtkvmtkPolyDataCylinderHarmonicMappingFilter * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkPolyDataCylinderHarmonicMappingFilter * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkPolyDataHarmonicMappingFilter | |
| static vtkvmtkPolyDataHarmonicMappingFilter * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkPolyDataHarmonicMappingFilter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkvmtkPolyDataCylinderHarmonicMappingFilter () | |
| ~vtkvmtkPolyDataCylinderHarmonicMappingFilter () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
Protected Member Functions inherited from vtkvmtkPolyDataHarmonicMappingFilter | |
| vtkvmtkPolyDataHarmonicMappingFilter () | |
| ~vtkvmtkPolyDataHarmonicMappingFilter () | |
Additional Inherited Members | |
Protected Attributes inherited from vtkvmtkPolyDataHarmonicMappingFilter | |
| vtkIdList * | BoundaryPointIds |
| vtkDoubleArray * | BoundaryValues |
| char * | HarmonicMappingArrayName |
| double | ConvergenceTolerance |
| int | AssemblyMode |
| int | QuadratureOrder |
Create a single instance wrapping a harmonic function over a cylinder so that mapping can be applied with stretching of the longitudinal metric.
..
Definition at line 34 of file vtkvmtkPolyDataCylinderHarmonicMappingFilter.h.
| typedef vtkvmtkPolyDataHarmonicMappingFilter vtkvmtkPolyDataCylinderHarmonicMappingFilter::Superclass |
Definition at line 38 of file vtkvmtkPolyDataCylinderHarmonicMappingFilter.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkvmtkPolyDataHarmonicMappingFilter.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkPolyDataHarmonicMappingFilter.
| vtkvmtkPolyDataCylinderHarmonicMappingFilter* vtkvmtkPolyDataCylinderHarmonicMappingFilter::NewInstance | ( | ) | const |
|
protectedvirtual |
Reimplemented from vtkvmtkPolyDataHarmonicMappingFilter.
1.8.14