Wrapper class around itk::MorphologicalContourInterpolator.
More...
#include <Libs/vtkITK/vtkITKMorphologicalContourInterpolator.h>
Wrapper class around itk::MorphologicalContourInterpolator.
Definition at line 17 of file vtkITKMorphologicalContourInterpolator.h.
◆ Superclass
◆ vtkITKMorphologicalContourInterpolator()
| vtkITKMorphologicalContourInterpolator::vtkITKMorphologicalContourInterpolator |
( |
| ) |
|
|
protected |
◆ ~vtkITKMorphologicalContourInterpolator()
| vtkITKMorphologicalContourInterpolator::~vtkITKMorphologicalContourInterpolator |
( |
| ) |
|
|
overrideprotected |
◆ GetAxis()
| virtual int vtkITKMorphologicalContourInterpolator::GetAxis |
( |
| ) |
|
|
virtual |
Interpolate only along this axis. Interpolates along all axes if set to -1 (default).
◆ GetClassName()
| virtual const char * vtkITKMorphologicalContourInterpolator::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetHeuristicAlignment()
| virtual bool vtkITKMorphologicalContourInterpolator::GetHeuristicAlignment |
( |
| ) |
|
|
virtual |
Heuristic alignment of regions for interpolation is faster than optimal alignment. Default is heuristic.
◆ GetLabel()
| virtual long vtkITKMorphologicalContourInterpolator::GetLabel |
( |
| ) |
|
|
virtual |
Interpolate only this label. Interpolates all labels if set to 0 (default).
◆ GetUseBallStructuringElement()
| virtual bool vtkITKMorphologicalContourInterpolator::GetUseBallStructuringElement |
( |
| ) |
|
|
virtual |
Use ball instead of default cross structuring element for repeated dilations.
◆ GetUseDistanceTransform()
| virtual bool vtkITKMorphologicalContourInterpolator::GetUseDistanceTransform |
( |
| ) |
|
|
virtual |
Using distance transform instead of repeated dilations to calculate the median contour is slightly faster, but produces lower quality interpolations. Default is OFF(that is, use repeated dilations).
◆ IsA()
| virtual int vtkITKMorphologicalContourInterpolator::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ IsTypeOf()
| static int vtkITKMorphologicalContourInterpolator::IsTypeOf |
( |
const char * | type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
| void vtkITKMorphologicalContourInterpolator::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ SafeDownCast()
◆ SetAxis()
| virtual void vtkITKMorphologicalContourInterpolator::SetAxis |
( |
int | | ) |
|
|
virtual |
◆ SetHeuristicAlignment()
| virtual void vtkITKMorphologicalContourInterpolator::SetHeuristicAlignment |
( |
bool | | ) |
|
|
virtual |
◆ SetLabel()
| virtual void vtkITKMorphologicalContourInterpolator::SetLabel |
( |
long | | ) |
|
|
virtual |
◆ SetUseBallStructuringElement()
| virtual void vtkITKMorphologicalContourInterpolator::SetUseBallStructuringElement |
( |
bool | | ) |
|
|
virtual |
◆ SetUseDistanceTransform()
| virtual void vtkITKMorphologicalContourInterpolator::SetUseDistanceTransform |
( |
bool | | ) |
|
|
virtual |
◆ SimpleExecute()
| void vtkITKMorphologicalContourInterpolator::SimpleExecute |
( |
vtkImageData * | input, |
|
|
vtkImageData * | output ) |
|
overrideprotected |
◆ Axis
| int vtkITKMorphologicalContourInterpolator::Axis { -1 } |
|
protected |
◆ HeuristicAlignment
| bool vtkITKMorphologicalContourInterpolator::HeuristicAlignment { true } |
|
protected |
◆ Label
| long vtkITKMorphologicalContourInterpolator::Label { 0 } |
|
protected |
◆ UseBallStructuringElement
| bool vtkITKMorphologicalContourInterpolator::UseBallStructuringElement { false } |
|
protected |
◆ UseDistanceTransform
| bool vtkITKMorphologicalContourInterpolator::UseDistanceTransform { false } |
|
protected |
The documentation for this class was generated from the following file: