ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType > Class Template Reference

Applies a single NeighborhoodOperator to an image, processing only those pixels that are under a mask. More...

#include <itkMaskNeighborhoodOperatorImageFilter.h>

Inheritance diagram for itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >:
Collaboration diagram for itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef ImageBoundaryCondition
< OutputImageType > * 
ImageBoundaryConditionPointerType
typedef InputImageType::Pointer InputImagePointer
typedef TInputImage InputImageType
typedef
TInputImage::InternalPixelType 
InputInternalPixelType
typedef TInputImage::PixelType InputPixelType
typedef MaskImageType::Pointer MaskImagePointer
typedef TMaskImage MaskImageType
typedef
TMaskImage::InternalPixelType 
MaskInternalPixelType
typedef TMaskImage::PixelType MaskPixelType
typedef
Superclass::OperatorValueType 
OperatorValueType
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
typedef TOutputImage OutputImageType
typedef
TOutputImage::InternalPixelType 
OutputInternalPixelType
typedef
Superclass::OutputNeighborhoodType 
OutputNeighborhoodType
typedef TOutputImage::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef
MaskNeighborhoodOperatorImageFilter 
Self
typedef
NeighborhoodOperatorImageFilter
< TInputImage, TOutputImage,
TOperatorValueType > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual OutputPixelType GetDefaultValue () const
const TMaskImage * GetMaskImage () const
virtual const char * GetNameOfClass () const
virtual const bool & GetUseDefaultValue ()
virtual void SetDefaultValue (OutputPixelType _arg)
void SetMaskImage (const TMaskImage *mask)
virtual void SetUseDefaultValue (bool _arg)
 typedef (Concept::SameDimension< InputImageDimension, ImageDimension >) SameDimensionCheck1
 typedef (Concept::Convertible< InputPixelType, OutputPixelType >) InputConvertibleToOutputCheck
 typedef (Concept::EqualityComparable< OutputPixelType >) OutputEqualityComparableCheck
 typedef (Concept::Convertible< OperatorValueType, OutputPixelType >) OperatorConvertibleToOutputCheck
 typedef (Concept::SameDimension< InputImageDimension, MaskImageDimension >) SameDimensionCheck2
 typedef (Concept::OStreamWritable< OutputPixelType >) OutputOStreamWritable
virtual void UseDefaultValueOff ()
virtual void UseDefaultValueOn ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = TOutputImage::ImageDimension
static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int MaskImageDimension = TMaskImage::ImageDimension

Protected Member Functions

void GenerateInputRequestedRegion () throw ( InvalidRequestedRegionError )
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 MaskNeighborhoodOperatorImageFilter ()
virtual ~MaskNeighborhoodOperatorImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

Private Member Functions

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

Private Attributes

OutputPixelType m_DefaultValue
bool m_UseDefaultValue

Detailed Description

template<class TInputImage, class TMaskImage, class TOutputImage, class TOperatorValueType = typename TOutputImage::PixelType>
class itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >

Applies a single NeighborhoodOperator to an image, processing only those pixels that are under a mask.

This filter calculates successive inner products between a single NeighborhoodOperator and a NeighborhoodIterator, which is swept across every pixel that is set in the input mask. If no mask is given, this filter is equivalent to its superclass. Output pixels that are outside of the mask will be set to DefaultValue if UseDefaultValue is true (default). Otherwise, they will be set to the value of the input pixel.

See also:
Image
Neighborhood
NeighborhoodOperator
NeighborhoodOperatorImageFilter
NeighborhoodIterator
Wiki Examples:

Definition at line 52 of file itkMaskNeighborhoodOperatorImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef SmartPointer< const Self > itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::ConstPointer
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef ImageBoundaryCondition< OutputImageType >* itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::ImageBoundaryConditionPointerType

Typedef for generic boundary condition pointer.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

Definition at line 98 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef InputImageType::Pointer itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::InputImagePointer
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TInputImage itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::InputImageType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TInputImage::InternalPixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::InputInternalPixelType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TInputImage::PixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::InputPixelType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef MaskImageType::Pointer itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskImagePointer

Definition at line 94 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TMaskImage itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskImageType

Definition at line 91 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TMaskImage::InternalPixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskInternalPixelType

Definition at line 77 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TMaskImage::PixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskPixelType

Definition at line 76 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef Superclass::OperatorValueType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::OperatorValueType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef Superclass::OutputImageRegionType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::OutputImageRegionType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TOutputImage itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::OutputImageType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TOutputImage::InternalPixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::OutputInternalPixelType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef Superclass::OutputNeighborhoodType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::OutputNeighborhoodType
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef TOutputImage::PixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::OutputPixelType

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

Definition at line 68 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef SmartPointer< Self > itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::Pointer
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef MaskNeighborhoodOperatorImageFilter itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::Self

Standard "Self" & Superclass typedef.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

Definition at line 57 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
typedef NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType > itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskNeighborhoodOperatorImageFilter ( ) [inline, protected]

End concept checking

Definition at line 155 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::~MaskNeighborhoodOperatorImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 157 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskNeighborhoodOperatorImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual::itk::LightObject::Pointer itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::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::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::GenerateInputRequestedRegion ( ) throw ( InvalidRequestedRegionError ) [protected, virtual]

MaskNeighborhoodOperatorImageFilter needs to request enough of an input image to account for template size. The input requested region is expanded by the radius of the template. If the request extends past the LargestPossibleRegion for the input, the request is cropped by the LargestPossibleRegion.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual OutputPixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::GetDefaultValue ( ) const [virtual]

Get the output value for the pixels that are not under the mask.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
const TMaskImage* itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::GetMaskImage ( ) const

Get the mask image. Using a mask is optional. When a mask is specified, the normalized correlation is only calculated for those pixels under the mask.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual const char* itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual const bool& itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::GetUseDefaultValue ( ) [virtual]

Get the UseDefaultValue flag.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
static Pointer itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::SetDefaultValue ( OutputPixelType  _arg) [virtual]

Set the output value for the pixels that are not under the mask. Defaults to zero.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::SetMaskImage ( const TMaskImage *  mask)

Set the mask image. Using a mask is optional. When a mask is specified, the normalized correlation is only calculated for those pixels under the mask.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::SetUseDefaultValue ( bool  _arg) [virtual]

Set the UseDefaultValue flag. If true, the pixels outside the mask will e set to m_DefaultValue. Otherwise, they will be set to the input pixel.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType  threadId 
) [protected, virtual]

MaskNeighborhoodOperatorImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"

See also:
ImageToImageFilter::ThreadedGenerateData(), ImageToImageFilter::GenerateData()

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::typedef ( Concept::EqualityComparable< OutputPixelType )

Begin concept checking This class requires OutputEqualityComparableCheck in the form of ( Concept::EqualityComparable< OutputPixelType > )

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::typedef ( Concept::Convertible< InputPixelType, OutputPixelType )

This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputPixelType, OutputPixelType > )

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::typedef ( Concept::SameDimension< InputImageDimension, MaskImageDimension )

This class requires SameDimensionCheck2 in the form of ( Concept::SameDimension< InputImageDimension, MaskImageDimension > )

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::typedef ( Concept::SameDimension< InputImageDimension, ImageDimension )

This class requires SameDimensionCheck1 in the form of ( Concept::SameDimension< InputImageDimension, ImageDimension > )

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::typedef ( Concept::Convertible< OperatorValueType, OutputPixelType )

This class requires OperatorConvertibleToOutputCheck in the form of ( Concept::Convertible< OperatorValueType, OutputPixelType > )

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::typedef ( Concept::OStreamWritable< OutputPixelType )

This class requires OutputOStreamWritable in the form of ( Concept::OStreamWritable< OutputPixelType > )

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::UseDefaultValueOff ( ) [virtual]
template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
virtual void itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::UseDefaultValueOn ( ) [virtual]

Turn on and off the UseDefaultValue flag.


Member Data Documentation

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
const unsigned int itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::ImageDimension = TOutputImage::ImageDimension [static]

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

Definition at line 82 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
const unsigned int itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::InputImageDimension = TInputImage::ImageDimension [static]

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Reimplemented from itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >.

Definition at line 84 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
OutputPixelType itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::m_DefaultValue [private]

Definition at line 187 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
bool itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::m_UseDefaultValue [private]

Definition at line 188 of file itkMaskNeighborhoodOperatorImageFilter.h.

template<class TInputImage , class TMaskImage , class TOutputImage , class TOperatorValueType = typename TOutputImage::PixelType>
const unsigned int itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >::MaskImageDimension = TMaskImage::ImageDimension [static]

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Definition at line 86 of file itkMaskNeighborhoodOperatorImageFilter.h.


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