ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkIsotropicFourthOrderLevelSetImageFilter.h>

+ Inheritance diagram for itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >:

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >

This class implements the 4th-order level set isotropic diffusion (smoothing) PDE.

INPUT and OUTPUT
This is a volume to volume filter; however, it is meant to process (smooth) surfaces. The input surface is an isosurface of the input volume. The isosurface value to be processed can be set by calling SetIsoSurfaceValue (default is 0). The output surface is the 0-isosurface of the output volume, regardless of the input isosurface value. To visualize the input/output surfaces to this filter a mesh extraction method such as marching cubes can be used.
The 4th-order level set PDE framework is proposed as an alternative to 2nd order PDEs. By order we mean the order of differentiation of the level set image function required to compute derivatives for updating the image. For instance, the popular curvature flow uses 2nd-order derivatives of the level set image; hence, it is a 2nd order PDE.
2nd-order curvature flow can be used by itself to smooth surfaces as a post-processing filter or it can be used with other PDE terms such as a Canny edge term that attracts the surface to strong edges in a data image. Curvature flow smoothes surfaces by making the surface move in the direction that will decrease surface area.
The 4th-order PDE framework provides an improvement over curvature flow. Instead of making the surface move to decrease surface area it makes the surface move to decrease total curvature. Similar to curvature flow, these PDEs can be used alone or in conjunction with data terms. The 4th-order PDE framework is implemented in SparseFieldFourthOrderLevelSetImageFilter. This filter class, which is derived from that, uses the 4th-order PDE by itself to implement an isotropic surface smoothing algorithm. A feature preserving anisotropic variant of this algorithm is implemented in AnisotropicFourthOrderLevelSetImageFilter.
PARAMETERS
As mentioned before, the IsoSurfaceValue parameter chooses which isosurface of the input to process. The MaxFilterIterations parameter determine the number of iterations for which this filter will run. The more iterations, the more smoothing.

Definition at line 74 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
LevelSetFunctionWithRefitTerm
< TOutputImage,
SparseImageType
FunctionType
 
typedef SmartPointer< SelfPointer
 
typedef FunctionType::RadiusType RadiusType
 
typedef
IsotropicFourthOrderLevelSetImageFilter 
Self
 
typedef Superclass::SparseImageType SparseImageType
 
typedef
SparseFieldFourthOrderLevelSetImageFilter
< TInputImage, TOutputImage > 
Superclass
 
- Public Types inherited from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::LayerType LayerType
 
typedef
LevelSetFunctionWithRefitTerm
< OutputImageType,
SparseImageType
LevelSetFunctionType
 
typedef
Superclass::NeighborhoodScalesType 
NeighborhoodScalesType
 
typedef NormalBandNode
< OutputImageType
NodeType
 
typedef
ImplicitManifoldNormalVectorFilter
< OutputImageType,
SparseImageType
NormalVectorFilterType
 
typedef
NormalVectorDiffusionFunction
< SparseImageType
NormalVectorFunctionType
 
typedef NodeType::NodeDataType NormalVectorType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef
SparseFieldFourthOrderLevelSetImageFilter 
Self
 
typedef NeighborhoodIterator
< SparseImageType
SparseImageIteratorType
 
typedef SparseImage< NodeType,
itkGetStaticConstMacro(ImageDimension) > 
SparseImageType
 
typedef
SparseFieldLevelSetImageFilter
< TInputImage, TOutputImage > 
Superclass
 
typedef Superclass::ValueType ValueType
 
- Public Types inherited from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef OutputImageType::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef std::vector
< LayerPointerType
LayerListType
 
typedef ObjectStore
< LayerNodeType
LayerNodeStorageType
 
typedef
SparseFieldLevelSetNode
< IndexType
LayerNodeType
 
typedef LayerType::Pointer LayerPointerType
 
typedef SparseFieldLayer
< LayerNodeType
LayerType
 
typedef
Superclass::NeighborhoodScalesType 
NeighborhoodScalesType
 
typedef TOutputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef
SparseFieldLevelSetImageFilter 
Self
 
typedef Image< StatusType,
itkGetStaticConstMacro(ImageDimension) > 
StatusImageType
 
typedef signed char StatusType
 
typedef
FiniteDifferenceImageFilter
< TInputImage, TOutputImage > 
Superclass
 
typedef Superclass::TimeStepType TimeStepType
 
typedef std::vector< ValueTypeUpdateBufferType
 
typedef OutputImageType::ValueType ValueType
 
- Public Types inherited from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
FiniteDifferenceFunction
< TOutputImage > 
FiniteDifferenceFunctionType
 
typedef TInputImage InputImageType
 
typedef TInputImage::PixelType InputPixelType
 
typedef NumericTraits
< InputPixelType >::ValueType 
InputPixelValueType
 
typedef
FiniteDifferenceFunctionType::NeighborhoodScalesType 
NeighborhoodScalesType
 
typedef TOutputImage OutputImageType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef NumericTraits
< OutputPixelType >::ValueType 
OutputPixelValueType
 
typedef OutputPixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
FiniteDifferenceFunctionType::RadiusType 
RadiusType
 
typedef FiniteDifferenceImageFilter Self
 
typedef InPlaceImageFilter
< TInputImage, TOutputImage > 
Superclass
 
typedef
FiniteDifferenceFunctionType::TimeStepType 
TimeStepType
 
- Public Types inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImagePointer 
OutputImagePointer
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef InPlaceImageFilter Self
 
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef SmartPointer< SelfPointer
 
typedef ImageToImageFilter Self
 
typedef ImageSource< TOutputImage > Superclass
 
- Public Types inherited from itk::ImageSource< TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef ImageSource Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual unsigned int GetMaxFilterIteration () const
 
virtual const char * GetNameOfClass () const
 
virtual void SetMaxFilterIteration (unsigned int _arg)
 
- Public Member Functions inherited from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >
virtual const ValueTypeGetCurvatureBandWidth ()
 
virtual const unsigned int & GetMaxNormalIteration ()
 
virtual const unsigned int & GetMaxRefitIteration ()
 
unsigned int GetMinimumNumberOfLayers () const
 
virtual const ValueTypeGetNormalProcessConductance ()
 
virtual const int & GetNormalProcessType ()
 
virtual const bool & GetNormalProcessUnsharpFlag ()
 
virtual const ValueTypeGetNormalProcessUnsharpWeight ()
 
virtual const ValueTypeGetRMSChangeNormalProcessTrigger ()
 
virtual void SetCurvatureBandWidth (ValueType _arg)
 
void SetLevelSetFunction (LevelSetFunctionType *lsf)
 
virtual void SetMaxNormalIteration (unsigned int _arg)
 
virtual void SetMaxRefitIteration (unsigned int _arg)
 
virtual void SetNormalProcessConductance (ValueType _arg)
 
virtual void SetNormalProcessType (int _arg)
 
virtual void SetNormalProcessUnsharpFlag (bool _arg)
 
virtual void SetNormalProcessUnsharpWeight (ValueType _arg)
 
virtual void SetNumberOfLayers (const unsigned int n)
 
virtual void SetRMSChangeNormalProcessTrigger (ValueType _arg)
 
virtual void InitializeIteration ()
 
 typedef (Concept::HasNumericTraits< ValueType >) OutputHasNumericTraitsCheck
 
- Public Member Functions inherited from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
 typedef (Concept::EqualityComparable< typename TOutputImage::PixelType >) OutputEqualityComparableCheck
 
 typedef (Concept::Convertible< double, typename TOutputImage::PixelType >) DoubleConvertibleToOutputCheck
 
 typedef (Concept::OStreamWritable< typename TOutputImage::PixelType >) OutputOStreamWritableCheck
 
virtual unsigned int GetNumberOfLayers () const
 
virtual void SetIsoSurfaceValue (ValueType _arg)
 
virtual ValueType GetIsoSurfaceValue () const
 
virtual void SetInterpolateSurfaceLocation (bool _arg)
 
virtual bool GetInterpolateSurfaceLocation () const
 
void InterpolateSurfaceLocationOn ()
 
void InterpolateSurfaceLocationOff ()
 
- Public Member Functions inherited from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >
virtual const
FiniteDifferenceFunctionType::Pointer
GetDifferenceFunction () const
 
virtual const IdentifierTypeGetElapsedIterations ()
 
virtual bool GetIsInitialized ()
 
virtual void SetDifferenceFunction (FiniteDifferenceFunctionType *_arg)
 
virtual void SetIsInitialized (bool _arg)
 
void SetStateToInitialized ()
 
void SetStateToUninitialized ()
 
virtual void SetNumberOfIterations (IdentifierType _arg)
 
virtual const IdentifierTypeGetNumberOfIterations ()
 
virtual void SetUseImageSpacing (bool _arg)
 
virtual void UseImageSpacingOn ()
 
virtual void UseImageSpacingOff ()
 
virtual const bool & GetUseImageSpacing ()
 
virtual void SetMaximumRMSError (double _arg)
 
virtual const double & GetMaximumRMSError ()
 
virtual void SetRMSChange (double _arg)
 
virtual const double & GetRMSChange ()
 
virtual void SetManualReinitialization (bool _arg)
 
virtual const bool & GetManualReinitialization ()
 
virtual void ManualReinitializationOn ()
 
virtual void ManualReinitializationOff ()
 
- Public Member Functions inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage >
virtual bool CanRunInPlace () const
 
virtual void SetInPlace (bool _arg)
 
virtual bool GetInPlace () const
 
virtual void InPlaceOn ()
 
virtual void InPlaceOff ()
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput (void) const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
virtual void SetInput (unsigned int, const TInputImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput (void)
 
const OutputImageTypeGetOutput (void) const
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx)
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData ()
 
NameArray GetInputNames () const
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
virtual const float & GetProgress ()
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void SetProgress (float _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float amount)
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArray GetOutputs ()
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 IsotropicFourthOrderLevelSetImageFilter ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const
 
 ~IsotropicFourthOrderLevelSetImageFilter ()
 
virtual bool Halt ()
 
- Protected Member Functions inherited from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >
 SparseFieldFourthOrderLevelSetImageFilter ()
 
 ~SparseFieldFourthOrderLevelSetImageFilter ()
 
ValueType ComputeCurvatureFromSparseImageNeighborhood (SparseImageIteratorType &neighborhood) const
 
void ComputeCurvatureTarget (const OutputImageType *distanceImage, SparseImageType *sparseImage) const
 
void ProcessNormals ()
 
bool ActiveLayerCheckBand () const
 

Protected Attributes

FunctionType::Pointer m_Function
 
unsigned int m_MaxFilterIteration
 

Private Member Functions

 IsotropicFourthOrderLevelSetImageFilter (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Static Public Attributes inherited from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >
static const unsigned int ImageDimension = Superclass::ImageDimension
 
- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 
- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Static Protected Attributes inherited from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >
static StatusType m_StatusActiveChangingDown
 
static StatusType m_StatusActiveChangingUp
 
static StatusType m_StatusBoundaryPixel
 
static StatusType m_StatusChanging
 
static StatusType m_StatusNull
 
static ValueType m_ValueOne
 
static ValueType m_ValueZero
 

Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::ConstPointer

Definition at line 84 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef LevelSetFunctionWithRefitTerm< TOutputImage, SparseImageType > itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::FunctionType

The level set function class with a refit term that forces the curvature of the moving front to match a prescribed curvature image.

Definition at line 98 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Pointer

Definition at line 83 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef FunctionType::RadiusType itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::RadiusType

The radius type for the neighborhoods.

Definition at line 101 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef IsotropicFourthOrderLevelSetImageFilter itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs

Definition at line 80 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::SparseImageType itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::SparseImageType

The sparse image type used in LevelSetFunctionWithRefitTerm

Definition at line 91 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 82 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::IsotropicFourthOrderLevelSetImageFilter ( )
protected
template<class TInputImage , class TOutputImage >
itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::~IsotropicFourthOrderLevelSetImageFilter ( )
inlineprotected
template<class TInputImage , class TOutputImage >
itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::IsotropicFourthOrderLevelSetImageFilter ( const Self )
private

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<class TInputImage , class TOutputImage >
virtual unsigned int itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::GetMaxFilterIteration ( ) const
virtual
template<class TInputImage , class TOutputImage >
virtual const char* itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods)

Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual bool itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Halt ( )
inlineprotectedvirtual

This filter halts when the iteration count reaches the specified count.

Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 118 of file itkIsotropicFourthOrderLevelSetImageFilter.h.

template<class TInputImage , class TOutputImage >
static Pointer itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::New ( )
static

Standard new macro

template<class TInputImage , class TOutputImage >
void itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::operator= ( const Self )
private
template<class TInputImage , class TOutputImage >
virtual void itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

This is a iteration counter that gets reset to 0 every time ProcessNormals method is called.

Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::SetMaxFilterIteration ( unsigned int  _arg)
virtual

Member Data Documentation

template<class TInputImage , class TOutputImage >
FunctionType::Pointer itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::m_Function
protected
template<class TInputImage , class TOutputImage >
unsigned int itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::m_MaxFilterIteration
protected

The number of iterations for which this filter will run.

Definition at line 115 of file itkIsotropicFourthOrderLevelSetImageFilter.h.


The documentation for this class was generated from the following file: