Wrapper class around itk::VesselEnhancingDiffusion3DImageFilter.
More...
#include <vtkvmtkVesselEnhancingDiffusion3DImageFilter.h>
|
typedef itk::VesselEnhancingDiffusion3DImageFilter< Superclass::InputImageType::PixelType > | ImageFilterType |
|
Wrapper class around itk::VesselEnhancingDiffusion3DImageFilter.
- Date
- 2006/04/06 16:48:25
- Revision
- 1.2
vtkvmtkVesselEnhancingDiffusion3DImageFilter
Definition at line 42 of file vtkvmtkVesselEnhancingDiffusion3DImageFilter.h.
◆ Superclass
◆ ImageFilterType
◆ anonymous enum
◆ vtkvmtkVesselEnhancingDiffusion3DImageFilter()
vtkvmtkVesselEnhancingDiffusion3DImageFilter::vtkvmtkVesselEnhancingDiffusion3DImageFilter |
( |
| ) |
|
|
inlineprotected |
◆ ~vtkvmtkVesselEnhancingDiffusion3DImageFilter()
vtkvmtkVesselEnhancingDiffusion3DImageFilter::~vtkvmtkVesselEnhancingDiffusion3DImageFilter |
( |
| ) |
|
|
inlineprotected |
◆ New()
◆ IsTypeOf()
static int vtkvmtkVesselEnhancingDiffusion3DImageFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkVesselEnhancingDiffusion3DImageFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkVesselEnhancingDiffusion3DImageFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ SetSigmaMin()
virtual void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetSigmaMin |
( |
double |
| ) |
|
|
virtual |
◆ GetSigmaMin()
virtual double vtkvmtkVesselEnhancingDiffusion3DImageFilter::GetSigmaMin |
( |
| ) |
|
|
virtual |
◆ SetSigmaMax()
virtual void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetSigmaMax |
( |
double |
| ) |
|
|
virtual |
◆ GetSigmaMax()
virtual double vtkvmtkVesselEnhancingDiffusion3DImageFilter::GetSigmaMax |
( |
| ) |
|
|
virtual |
◆ SetNumberOfSigmaSteps()
virtual void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetNumberOfSigmaSteps |
( |
int |
| ) |
|
|
virtual |
◆ GetNumberOfSigmaSteps()
virtual int vtkvmtkVesselEnhancingDiffusion3DImageFilter::GetNumberOfSigmaSteps |
( |
| ) |
|
|
virtual |
◆ SetSigmaStepMethodToEquispaced()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetSigmaStepMethodToEquispaced |
( |
| ) |
|
|
inline |
◆ SetSigmaStepMethodToLogarithmic()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetSigmaStepMethodToLogarithmic |
( |
| ) |
|
|
inline |
◆ SetTimeStep()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetTimeStep |
( |
double |
value | ) |
|
|
inline |
◆ SetEpsilon()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetEpsilon |
( |
double |
value | ) |
|
|
inline |
◆ SetOmega()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetOmega |
( |
double |
value | ) |
|
|
inline |
◆ SetSensitivity()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetSensitivity |
( |
double |
value | ) |
|
|
inline |
◆ SetNumberOfIterations()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetNumberOfIterations |
( |
int |
value | ) |
|
|
inline |
◆ SetAlpha()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetAlpha |
( |
double |
value | ) |
|
|
inline |
◆ SetBeta()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetBeta |
( |
double |
value | ) |
|
|
inline |
◆ SetGamma()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetGamma |
( |
double |
value | ) |
|
|
inline |
◆ SetRecalculateVesselness()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::SetRecalculateVesselness |
( |
int |
value | ) |
|
|
inline |
◆ ComputeSigmaValue()
double vtkvmtkVesselEnhancingDiffusion3DImageFilter::ComputeSigmaValue |
( |
int |
scaleLevel | ) |
|
|
inline |
◆ Update()
void vtkvmtkVesselEnhancingDiffusion3DImageFilter::Update |
( |
| ) |
|
|
inline |
Definition at line 152 of file vtkvmtkVesselEnhancingDiffusion3DImageFilter.h.
154 std::vector<float> scales;
160 #if (VTK_MAJOR_VERSION <= 5) 161 if (this->GetOutput(0))
163 this->GetOutput(0)->Update();
164 if ( this->GetOutput(0)->GetSource() )
double ComputeSigmaValue(int scaleLevel)
ImageFilterType * GetImageFilterPointer()
◆ GetImageFilterPointer()
ImageFilterType* vtkvmtkVesselEnhancingDiffusion3DImageFilter::GetImageFilterPointer |
( |
| ) |
|
|
inlineprotected |
◆ SigmaMin
double vtkvmtkVesselEnhancingDiffusion3DImageFilter::SigmaMin |
|
protected |
◆ SigmaMax
double vtkvmtkVesselEnhancingDiffusion3DImageFilter::SigmaMax |
|
protected |
◆ NumberOfSigmaSteps
int vtkvmtkVesselEnhancingDiffusion3DImageFilter::NumberOfSigmaSteps |
|
protected |
◆ SigmaStepMethod
int vtkvmtkVesselEnhancingDiffusion3DImageFilter::SigmaStepMethod |
|
protected |
The documentation for this class was generated from the following file: