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

#include <itkMorphologicalSignedDistanceTransformImageFilter.h>

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

Detailed Description

template<typename TInputImage, typename TOutputImage = TInputImage>
class itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >

Signed distance transform of a mask using parabolic morphological methods.

Morphological erosions using a parabolic structuring element can be used to compute a distance transform of a mask by setting the "Outside" value to 0 and the "inside" value to +infinity (or beyond the maximum possible value). The output of the parabolic erosion are the square of the distance to the nearest zero valued voxel. Thus we can compute the distance transform by taking the sqrt of the erosion.

The output pixel type needs to support values as large as the square of the largest value of the distance - just use float to be safe.

The inside is considered to have negative distances. Use InsideIsPositive(bool) to change.

There are also OutsideValue methods which can be used in similar ways.

Otherwise it is meant to have an interface to the other DistanceTransforms filters.

Core methods described in the InsightJournal article: "Morphology with parabolic structuring elements"

http://hdl.handle.net/1926/1370

Author
Richard Beare, Monash University, Department of Medicine, Melbourne, Australia. Richa.nosp@m.rd.B.nosp@m.eare@.nosp@m.mona.nosp@m.sh.ed.nosp@m.u

Definition at line 71 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef TInputImage::ConstPointer InputImageConstPointer
 
typedef TInputImage::Pointer InputImagePointer
 
typedef TInputImage InputImageType
 
typedef TInputImage::PixelType InputPixelType
 
typedef TOutputImage OutputImageType
 
typedef TOutputImage::PixelType OutputPixelType
 
enum  ParabolicAlgorithm {
  NOCHOICE = 0,
  CONTACTPOINT = 1,
  INTERSECTION = 2
}
 
typedef SmartPointer< SelfPointer
 
typedef itk::FixedArray
< ScalarRealType,
TInputImage::ImageDimension > 
RadiusType
 
typedef NumericTraits
< InputPixelType >::RealType 
RealType
 
typedef NumericTraits
< InputPixelType >
::ScalarRealType 
ScalarRealType
 
typedef
MorphologicalSignedDistanceTransformImageFilter 
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 MultiThreader MultiThreaderType
 
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 () const
 
virtual const bool & GetInsideIsPositive () const
 
virtual const char * GetNameOfClass () const
 
virtual const int & GetParabolicAlgorithm () const
 
const bool & GetUseImageSpacing ()
 
virtual void InsideIsPositiveOff ()
 
virtual void InsideIsPositiveOn ()
 
virtual void Modified () const
 
virtual void SetInsideIsPositive (bool _arg)
 
virtual void SetParabolicAlgorithm (int _arg)
 
virtual void UseImageSpacingOff ()
 
virtual void UseImageSpacingOn ()
 
virtual void SetOutsideValue (InputPixelType _arg)
 
virtual const InputPixelTypeGetOutsideValue () const
 
void SetUseImageSpacing (bool uis)
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual void PopBackInput () override
 
virtual void PopFrontInput () override
 
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 (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- 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 ()
 
const MetaDataDictionaryGetMetaDataDictionary () 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 Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () 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 ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Types

typedef
itk::ParabolicDilateImageFilter
< OutputImageType,
OutputImageType
DilateType
 
typedef
itk::ParabolicErodeImageFilter
< OutputImageType,
OutputImageType
ErodeType
 
typedef
itk::MorphSDTHelperImageFilter
< OutputImageType,
OutputImageType
HelperType
 
typedef
itk::BinaryThresholdImageFilter
< InputImageType,
OutputImageType
ThreshType
 
- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 

Protected Member Functions

void GenerateData (void)
 
 MorphologicalSignedDistanceTransformImageFilter ()
 
virtual ~MorphologicalSignedDistanceTransformImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
virtual void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation () override
 
 ~ImageToImageFilter () override
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual ~ImageSource () override
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Protected Attributes

int m_ParabolicAlgorithm
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Private Attributes

DilateType::Pointer m_Dilate
 
ErodeType::Pointer m_Erode
 
HelperType::Pointer m_Helper
 
bool m_InsideIsPositive
 
InputPixelType m_OutsideValue
 
ThreshType::Pointer m_Thresh
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 

Member Typedef Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef SmartPointer< const Self > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::ConstPointer
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef itk::ParabolicDilateImageFilter< OutputImageType, OutputImageType > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::DilateType
protected
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef itk::ParabolicErodeImageFilter< OutputImageType, OutputImageType > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::ErodeType
protected
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef itk::MorphSDTHelperImageFilter< OutputImageType, OutputImageType > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::HelperType
protected
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TInputImage::ConstPointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InputImageConstPointer
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TInputImage::Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InputImagePointer

Smart pointer typedef support.

Definition at line 97 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TInputImage itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InputImageType

Pixel Type of the input image

Definition at line 86 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TInputImage::PixelType itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InputPixelType
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TOutputImage itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::OutputImageType
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TOutputImage::PixelType itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::OutputPixelType
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef SmartPointer< Self > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::Pointer
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::RadiusType

a type to represent the "kernel radius"

Definition at line 110 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef NumericTraits< InputPixelType >::RealType itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::RealType
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef NumericTraits< InputPixelType >::ScalarRealType itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::ScalarRealType
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef MorphologicalSignedDistanceTransformImageFilter itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 77 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::Superclass
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef itk::BinaryThresholdImageFilter< InputImageType, OutputImageType > itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::ThreshType
protected

Member Enumeration Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
enum itk::MorphologicalSignedDistanceTransformImageFilter::ParabolicAlgorithm
Enumerator
NOCHOICE 
CONTACTPOINT 
INTERSECTION 

Definition at line 146 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::MorphologicalSignedDistanceTransformImageFilter ( )
protected

Begin concept checking End concept checking

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::~MorphologicalSignedDistanceTransformImageFilter ( )
inlineprotectedvirtual

Begin concept checking End concept checking

Definition at line 180 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

Member Function Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual::itk::LightObject::Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::CreateAnother ( ) 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<typename TInputImage , typename TOutputImage = TInputImage>
void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::GenerateData ( void  )
protectedvirtual

Generate Data

Reimplemented from itk::ImageSource< TOutputImage >.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual const bool& itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::GetInsideIsPositive ( ) const
virtual

Get if the inside represents positive values in the signed distance map. See GetInsideIsPositive()

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual const char* itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Runtime information support.

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

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual const InputPixelType& itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::GetOutsideValue ( ) const
virtual

this describes the input mask - default value 0 - we compute the distance from all voxels with value not equal to "OutsideValue" to the nearest voxel with value "OutsideValue"

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual const int& itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::GetParabolicAlgorithm ( ) const
virtual
template<typename TInputImage , typename TOutputImage = TInputImage>
const bool& itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::GetUseImageSpacing ( )
inline
template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InsideIsPositiveOff ( )
virtual
template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InsideIsPositiveOn ( )
virtual

Set if the inside represents positive values in the signed distance map. By convention ON pixels are treated as inside pixels. Default is true.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::Modified ( ) const
virtual

Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.

Reimplemented from itk::Object.

template<typename TInputImage , typename TOutputImage = TInputImage>
static Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<typename TInputImage , typename TOutputImage = TInputImage>
void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Begin concept checking End concept checking

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

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::SetInsideIsPositive ( bool  _arg)
virtual

Set if the inside represents positive values in the signed distance map. By convention ON pixels are treated as inside pixels.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::SetOutsideValue ( InputPixelType  _arg)
virtual

this describes the input mask - default value 0 - we compute the distance from all voxels with value not equal to "OutsideValue" to the nearest voxel with value "OutsideValue"

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::SetParabolicAlgorithm ( int  _arg)
virtual

Set/Get the method used. Choices are contact point or intersection. Intersection is the default. Contact point can be faster at small scales. This is very unlikely to be the case for a distance transform.

template<typename TInputImage , typename TOutputImage = TInputImage>
void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::SetUseImageSpacing ( bool  uis)
inline

Is the transform in world or voxel units - default is world

Definition at line 138 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::UseImageSpacingOff ( )
virtual
template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::UseImageSpacingOn ( )
virtual

Set On/Off whether spacing is used.

Member Data Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
const unsigned int itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::ImageDimension = TInputImage::ImageDimension
static

Image related typedefs.

Definition at line 106 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
const unsigned int itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension
static

Image related typedefs.

Definition at line 104 of file itkMorphologicalSignedDistanceTransformImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
DilateType::Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_Dilate
private
template<typename TInputImage , typename TOutputImage = TInputImage>
ErodeType::Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_Erode
private
template<typename TInputImage , typename TOutputImage = TInputImage>
HelperType::Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_Helper
private
template<typename TInputImage , typename TOutputImage = TInputImage>
bool itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_InsideIsPositive
private
template<typename TInputImage , typename TOutputImage = TInputImage>
InputPixelType itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_OutsideValue
private
template<typename TInputImage , typename TOutputImage = TInputImage>
int itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_ParabolicAlgorithm
protected
template<typename TInputImage , typename TOutputImage = TInputImage>
ThreshType::Pointer itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::m_Thresh
private
template<typename TInputImage , typename TOutputImage = TInputImage>
const unsigned int itk::MorphologicalSignedDistanceTransformImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension
static

Image related typedefs.

Definition at line 102 of file itkMorphologicalSignedDistanceTransformImageFilter.h.


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