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

#include <itkErodeObjectMorphologyImageFilter.h>

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

Detailed Description

template<typename TInputImage, typename TOutputImage, typename TKernel>
class itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >

Erosion of an object in an image.

Erosion of an image using binary morphology. Pixel values matching the object value are considered the "object" and all other pixels are "background". This is useful in processing mask images containing only one object.

If the pixel covered by the center of the kernel has the pixel value ObjectValue and the pixel is adjacent to a non-object valued pixel, then the kernel is centered on the object-value pixel and neighboring pixels covered by the kernel are assigned the background value. The structuring element is assumed to be composed of binary values (zero or one).

See Also
ObjectMorphologyImageFilter, BinaryFunctionErodeImageFilter
BinaryErodeImageFilter

Definition at line 46 of file itkErodeObjectMorphologyImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DefaultBoundaryConditionType 
DefaultBoundaryConditionType
 
typedef KernelType::ConstIterator KernelIteratorType
 
typedef TKernel::PixelType KernelPixelType
 
typedef TKernel KernelType
 
typedef NeighborhoodIterator
< TOutputImage > 
OutputNeighborhoodIteratorType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
ErodeObjectMorphologyImageFilter 
Self
 
typedef
ObjectMorphologyImageFilter
< TInputImage, TOutputImage,
TKernel > 
Superclass
 
- Public Types inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
typedef SmartPointer< const SelfConstPointer
 
typedef
ConstantBoundaryCondition
< InputImageType
DefaultBoundaryConditionType
 
typedef ImageBoundaryCondition
< InputImageType > const * 
ImageBoundaryConditionConstPointerType
 
typedef ImageBoundaryCondition
< InputImageType > * 
ImageBoundaryConditionPointerType
 
typedef TInputImage::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef
ConstNeighborhoodIterator
< TInputImage > 
InputNeighborhoodIteratorType
 
typedef KernelType::ConstIterator KernelIteratorType
 
typedef TKernel KernelType
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef NeighborhoodIterator
< TOutputImage > 
OutputNeighborhoodIteratorType
 
typedef TInputImage::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef KernelType::SizeType RadiusType
 
typedef TInputImage::RegionType RegionType
 
typedef ObjectMorphologyImageFilter Self
 
typedef TInputImage::SizeType SizeType
 
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 () const
 
virtual PixelType GetBackgroundValue () const
 
PixelType GetErodeValue (void)
 
virtual const char * GetNameOfClass () const
 
virtual void SetBackgroundValue (PixelType _arg)
 
void SetErodeValue (PixelType objectValue)
 
 typedef (Concept::GreaterThanComparable< KernelPixelType >) KernelGreaterThanComparableCheck
 
- Public Member Functions inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
void GenerateInputRequestedRegion () override
 
virtual
ImageBoundaryConditionPointerType 
GetBoundaryCondition () const
 
virtual const KernelTypeGetKernel () const
 
virtual PixelType GetObjectValue () const
 
virtual bool GetUseBoundaryCondition () const
 
void OverrideBoundaryCondition (const ImageBoundaryConditionPointerType i)
 
void ResetBoundaryCondition ()
 
virtual void SetKernel (KernelType _arg)
 
virtual void SetObjectValue (PixelType _arg)
 
virtual void SetUseBoundaryCondition (bool _arg)
 
 typedef (Concept::SameDimension< ImageDimension, OutputImageDimension >) SameDimensionCheck1
 
 typedef (Concept::SameDimension< ImageDimension, KernelDimension >) SameDimensionCheck2
 
 typedef (Concept::EqualityComparable< typename TOutputImage::PixelType, PixelType >) OutputInputEqualityComparableCheck
 
 typedef (Concept::Convertible< PixelType, typename TOutputImage::PixelType >) InputConvertibleToOutputCheck
 
 typedef (Concept::Convertible< int, typename TOutputImage::PixelType >) IntConvertibleToOutputCheck
 
 typedef (Concept::EqualityComparable< PixelType >) InputEqualityComparable
 
 typedef (Concept::OStreamWritable< PixelType >) InputOStreamWritableCheck
 
- 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 ()
 
MultiThreader * GetMultiThreader () 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 Modified () 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 ()
 

Protected Member Functions

 ErodeObjectMorphologyImageFilter ()
 
void Evaluate (OutputNeighborhoodIteratorType &nit, const KernelType &kernel) override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ErodeObjectMorphologyImageFilter ()
 
- Protected Member Functions inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
void BeforeThreadedGenerateData () override
 
bool IsObjectPixelOnBoundary (const InputNeighborhoodIteratorType &nit)
 
 ObjectMorphologyImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
 
 ~ObjectMorphologyImageFilter ()
 
- 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)
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation () override
 
 ~ImageToImageFilter ()
 
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 GenerateData () override
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual ~ImageSource ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
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 ()
 
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 ()
 
- 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 ()
 

Private Member Functions

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

Private Attributes

PixelType m_BackgroundValue
 
DefaultBoundaryConditionType m_ErodeBoundaryCondition
 

Additional Inherited Members

- Static Public Attributes inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
static const unsigned int ImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
static const unsigned int KernelDimension = TKernel::NeighborhoodDimension
 
- 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 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)
 
- Protected Attributes inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
ImageBoundaryConditionPointerType m_BoundaryCondition
 
DefaultBoundaryConditionType m_DefaultBoundaryCondition
 
KernelType m_Kernel
 
PixelType m_ObjectValue
 
bool m_UseBoundaryCondition
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef SmartPointer< const Self > itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer

Definition at line 54 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef Superclass::DefaultBoundaryConditionType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType

Default boundary condition type

Definition at line 75 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef KernelType::ConstIterator itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType

Kernel (structuring element) iterator

Definition at line 69 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef TKernel::PixelType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelPixelType

Type of the pixels in the Kernel.

Definition at line 95 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef TKernel itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelType

Kernel typedef

Definition at line 66 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef NeighborhoodIterator< TOutputImage > itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::OutputNeighborhoodIteratorType

Definition at line 71 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef Superclass::PixelType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::PixelType

Declaration of Pixel Type

Definition at line 60 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef SmartPointer< Self > itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Pointer

Definition at line 53 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef ErodeObjectMorphologyImageFilter itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Self

Standard class typedefs.

Definition at line 51 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
typedef ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Superclass

Definition at line 52 of file itkErodeObjectMorphologyImageFilter.h.

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage , typename TKernel >
itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::ErodeObjectMorphologyImageFilter ( )
protected
template<typename TInputImage , typename TOutputImage , typename TKernel >
itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::~ErodeObjectMorphologyImageFilter ( )
inlineprotected

Definition at line 109 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::ErodeObjectMorphologyImageFilter ( const Self )
private

Member Function Documentation

template<typename TInputImage , typename TOutputImage , typename TKernel >
virtual::itk::LightObject::Pointer itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::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 , typename TKernel >
void itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Evaluate ( OutputNeighborhoodIteratorType nit,
const KernelType kernel 
)
overrideprotectedvirtual

Apply the kernel to the neighborhood given.

All values in neighborhood covered by the kernel will be set to the background value.

Implements itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.

template<typename TInputImage , typename TOutputImage , typename TKernel >
virtual PixelType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::GetBackgroundValue ( ) const
virtual

Get the value to be assigned to eroded pixels

template<typename TInputImage , typename TOutputImage , typename TKernel >
PixelType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::GetErodeValue ( void  )
inline

Set the object's value. Added for API consistency with itkBinaryErode filter

Definition at line 86 of file itkErodeObjectMorphologyImageFilter.h.

References itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::GetObjectValue().

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

Runtime information support

Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.

template<typename TInputImage , typename TOutputImage , typename TKernel >
static Pointer itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::New ( )
static

Standard New method

template<typename TInputImage , typename TOutputImage , typename TKernel >
void itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::operator= ( const Self )
private
template<typename TInputImage , typename TOutputImage , typename TKernel >
void itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

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

template<typename TInputImage , typename TOutputImage , typename TKernel >
virtual void itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::SetBackgroundValue ( PixelType  _arg)
virtual

Set the value to be assigned to eroded pixels

template<typename TInputImage , typename TOutputImage , typename TKernel >
void itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::SetErodeValue ( PixelType  objectValue)
inline

Set the object's value. Added for API consistency with itkBinaryErode filter

Definition at line 79 of file itkErodeObjectMorphologyImageFilter.h.

References itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::SetObjectValue().

template<typename TInputImage , typename TOutputImage , typename TKernel >
itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::typedef ( Concept::GreaterThanComparable< KernelPixelType )

This class requires KernelGreaterThanComparableCheck in the form of ( Concept::GreaterThanComparable< KernelPixelType > )

Member Data Documentation

template<typename TInputImage , typename TOutputImage , typename TKernel >
PixelType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::m_BackgroundValue
private

Definition at line 123 of file itkErodeObjectMorphologyImageFilter.h.

template<typename TInputImage , typename TOutputImage , typename TKernel >
DefaultBoundaryConditionType itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::m_ErodeBoundaryCondition
private

Definition at line 127 of file itkErodeObjectMorphologyImageFilter.h.


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