ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage > Class Template Reference

#include <itkLabelMapOverlayImageFilter.h>

+ Inheritance diagram for itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >:
+ Collaboration diagram for itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
FeatureImageType::ConstPointer 
FeatureImageConstPointer
typedef FeatureImageType::PixelType FeatureImagePixelType
typedef FeatureImageType::Pointer FeatureImagePointer
typedef
FeatureImageType::RegionType 
FeatureImageRegionType
typedef TFeatureImage FeatureImageType
typedef
Functor::LabelOverlayFunctor
< FeatureImagePixelType,
LabelMapPixelType,
OutputImagePixelType
FunctorType
typedef OutputImageType::IndexType IndexType
typedef LabelMapType::ConstPointer LabelMapConstPointer
typedef LabelMapType::PixelType LabelMapPixelType
typedef LabelMapType::Pointer LabelMapPointer
typedef LabelMapType::RegionType LabelMapRegionType
typedef TLabelMap LabelMapType
typedef
LabelMapType::LabelObjectType 
LabelObjectType
typedef LabelObjectType::LabelType LabelType
typedef LabelObjectType::LengthType LengthType
typedef
OutputImageType::ConstPointer 
OutputImageConstPointer
typedef OutputImageType::PixelType OutputImagePixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
typedef TOutputImage OutputImageType
typedef SmartPointer< SelfPointer
typedef OutputImageType::RegionType RegionType
typedef LabelMapOverlayImageFilter Self
typedef OutputImageType::SizeType SizeType
typedef LabelMapFilter
< TLabelMap, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
const FeatureImageTypeGetFeatureImage ()
virtual const char * GetNameOfClass () const
void SetFeatureImage (const TFeatureImage *input)
void SetInput1 (const TLabelMap *input)
void SetInput2 (const TFeatureImage *input)
virtual void SetOpacity (double _arg)
virtual const double & GetOpacity ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TLabelMap::ImageDimension
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
static const unsigned int ImageDimension = TOutputImage::ImageDimension

Protected Member Functions

virtual void BeforeThreadedGenerateData ()
void EnlargeOutputRequestedRegion (DataObject *)
void GenerateInputRequestedRegion ()
virtual void GenerateOutputInformation ()
 LabelMapOverlayImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
virtual void ThreadedProcessLabelObject (LabelObjectType *labelObject)
 ~LabelMapOverlayImageFilter ()

Private Member Functions

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

Private Attributes

Barrier::Pointer m_Barrier
double m_Opacity

Detailed Description

template<class TLabelMap, class TFeatureImage, class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
class itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >

Apply a colormap to a label map and superimpose it on an image.

Apply a colormap to a label map and put it on top of the feature image. The feature image is typically the image from which the labeling was produced. Use the SetInput function to set the LabelMap, and the SetFeatureImage function to set the feature image.

The set of colors is a good selection of distinct colors. The opacity of the label map can be defined by the user. A background label produce a gray pixel with the same intensity than the input one.

Author:
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176

See also:
LabelMapToBinaryImageFilter, LabelMapToLabelImageFilter

Definition at line 52 of file itkLabelMapOverlayImageFilter.h.


Member Typedef Documentation

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef SmartPointer<const Self> itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::ConstPointer
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef FeatureImageType::ConstPointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::FeatureImageConstPointer

Definition at line 74 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef FeatureImageType::PixelType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::FeatureImagePixelType

Definition at line 76 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef FeatureImageType::Pointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::FeatureImagePointer

Definition at line 73 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef FeatureImageType::RegionType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::FeatureImageRegionType

Definition at line 75 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef TFeatureImage itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::FeatureImageType

Definition at line 72 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef Functor::LabelOverlayFunctor<FeatureImagePixelType, LabelMapPixelType, OutputImagePixelType> itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::FunctorType

Definition at line 87 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::IndexType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::IndexType

Definition at line 83 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapType::ConstPointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapConstPointer

Definition at line 65 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapType::PixelType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapPixelType

Definition at line 67 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapType::Pointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapPointer

Definition at line 64 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapType::RegionType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapRegionType

Definition at line 66 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef TLabelMap itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapType

Some convenient typedefs.

Definition at line 63 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapType::LabelObjectType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelObjectType
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelObjectType::LabelType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelType

Definition at line 69 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelObjectType::LengthType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LengthType

Definition at line 70 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::ConstPointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::OutputImageConstPointer
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::PixelType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::OutputImagePixelType
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::Pointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::OutputImagePointer
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::RegionType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

Definition at line 81 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef TOutputImage itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

Definition at line 78 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef SmartPointer<Self> itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::Pointer
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::RegionType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::RegionType

Definition at line 85 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapOverlayImageFilter itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

Definition at line 57 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef OutputImageType::SizeType itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::SizeType

Definition at line 84 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
typedef LabelMapFilter<TLabelMap, TOutputImage> itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapOverlayImageFilter ( ) [protected]
template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::~LabelMapOverlayImageFilter ( ) [inline, protected]

Definition at line 139 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::LabelMapOverlayImageFilter ( const Self ) [private]

Member Function Documentation

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::BeforeThreadedGenerateData ( void  ) [protected, virtual]

If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual::itk::LightObject::Pointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, 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::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::EnlargeOutputRequestedRegion ( DataObject ) [protected, virtual]

LabelMapOverlayImageFilter will produce the entire output.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::GenerateInputRequestedRegion ( ) [protected, virtual]

LabelMapOverlayImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::GenerateOutputInformation ( ) [protected, virtual]

Generate the information decribing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.

Reimplemented from itk::ProcessObject.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
const FeatureImageType* itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::GetFeatureImage ( ) [inline]

Get the feature image

Definition at line 113 of file itkLabelMapOverlayImageFilter.h.

References itk::ProcessObject::GetInput().

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual const char* itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Runtime information support.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual const double& itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::GetOpacity ( ) [virtual]

Set/Get the opacity of the colored label image. The value must be between 0 and 1

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
static Pointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::New ( ) [static]

Standard New method.

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::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::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::SetFeatureImage ( const TFeatureImage *  input) [inline]

Set the feature image

Definition at line 106 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::SetInput1 ( const TLabelMap *  input) [inline]

Set the input image

Definition at line 119 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::SetInput2 ( const TFeatureImage *  input) [inline]

Set the feature image

Definition at line 125 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::SetOpacity ( double  _arg) [virtual]

Set/Get the opacity of the colored label image. The value must be between 0 and 1

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType  threadId 
) [protected, virtual]

If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).

See also:
GenerateData(), SplitRequestedRegion()

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
virtual void itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::ThreadedProcessLabelObject ( LabelObjectType labelObject) [protected, virtual]

Member Data Documentation

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
const unsigned int itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::ImageDimension = TOutputImage::ImageDimension [static]

ImageDimension constants

Definition at line 95 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
const unsigned int itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::InputImageDimension = TLabelMap::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

Definition at line 91 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
Barrier::Pointer itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::m_Barrier [private]

Definition at line 165 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
double itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::m_Opacity [private]

Definition at line 164 of file itkLabelMapOverlayImageFilter.h.

template<class TLabelMap , class TFeatureImage , class TOutputImage = Image< RGBPixel< typename TFeatureImage::PixelType >, TFeatureImage::ImageDimension >>
const unsigned int itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::LabelMapFilter< TLabelMap, TOutputImage >.

Definition at line 93 of file itkLabelMapOverlayImageFilter.h.


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