Base class for volume resampler.
More...
#include <Modules/Loadable/GeneralizedReformat/MRML/vtkMRMLAbstractVolumeResampler.h>
Base class for volume resampler.
Sub-classes must implement actual resampling.
Definition at line 38 of file vtkMRMLAbstractVolumeResampler.h.
◆ ResamplingParameters
◆ Superclass
◆ anonymous enum
Enumerator |
---|
InterpolationTypeUndefined | |
InterpolationTypeNearestNeighbor | |
InterpolationTypeLinear | |
InterpolationTypeWindowedSinc | |
InterpolationTypeBSpline | |
InterpolationType_Last | |
Definition at line 44 of file vtkMRMLAbstractVolumeResampler.h.
◆ vtkMRMLAbstractVolumeResampler() [1/2]
vtkMRMLAbstractVolumeResampler::vtkMRMLAbstractVolumeResampler |
( |
| ) |
|
|
protecteddefault |
◆ ~vtkMRMLAbstractVolumeResampler()
vtkMRMLAbstractVolumeResampler::~vtkMRMLAbstractVolumeResampler |
( |
| ) |
|
|
overrideprotecteddefault |
◆ vtkMRMLAbstractVolumeResampler() [2/2]
◆ GetClassName()
virtual const char * vtkMRMLAbstractVolumeResampler::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetMRMLApplicationLogic()
◆ GetParameterValue()
static std::string vtkMRMLAbstractVolumeResampler::GetParameterValue |
( |
const ResamplingParameters & | parameters, |
|
|
const std::string & | name ) |
|
static |
Get resampling parameter value
◆ GetParameterValueAsDouble()
static double vtkMRMLAbstractVolumeResampler::GetParameterValueAsDouble |
( |
const ResamplingParameters & | parameters, |
|
|
const std::string & | name ) |
|
static |
◆ GetParameterValueAsInt()
static int vtkMRMLAbstractVolumeResampler::GetParameterValueAsInt |
( |
const ResamplingParameters & | parameters, |
|
|
const std::string & | name ) |
|
static |
◆ IsA()
virtual int vtkMRMLAbstractVolumeResampler::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkMRMLAbstractVolumeResampler::IsTypeOf |
( |
const char * | type | ) |
|
|
static |
◆ operator=()
◆ PrintSelf()
void vtkMRMLAbstractVolumeResampler::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ Resample()
◆ SafeDownCast()
◆ SetMRMLApplicationLogic()
}@
Set/Get MRML application logic to access the overall application state.
◆ SetParameterValue()
static void vtkMRMLAbstractVolumeResampler::SetParameterValue |
( |
ResamplingParameters & | parameters, |
|
|
const std::string & | name, |
|
|
const std::string & | value ) |
|
static |
}@
Set resampling parameter value
◆ SetParameterValueAsDouble()
static void vtkMRMLAbstractVolumeResampler::SetParameterValueAsDouble |
( |
ResamplingParameters & | parameters, |
|
|
const std::string & | name, |
|
|
double | value ) |
|
static |
◆ SetParameterValueAsInt()
static void vtkMRMLAbstractVolumeResampler::SetParameterValueAsInt |
( |
ResamplingParameters & | parameters, |
|
|
const std::string & | name, |
|
|
int | value ) |
|
static |
◆ MRMLApplicationLogic
The documentation for this class was generated from the following file: