ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMapToLabelImageFilter.h>
Converts a LabelMap to a labeled image.
LabelMapToBinaryImageFilter to a label image.
This implementation was taken from the Insight Journal paper: https://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 46 of file itkLabelMapToLabelImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputImageType::IndexType | IndexType |
typedef Superclass::InputImageConstPointer | InputImageConstPointer |
typedef Superclass::InputImagePixelType | InputImagePixelType |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::LabelObjectType | LabelObjectType |
typedef Superclass::OutputImageConstPointer | OutputImageConstPointer |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef LabelMapToLabelImageFilter | Self |
typedef LabelMapFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::LabelMapFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImageConstPointer | InputImageConstPointer |
typedef Superclass::InputImagePixelType | InputImagePixelType |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef Superclass::InputImageType | InputImageType |
typedef InputImageType::LabelObjectType | LabelObjectType |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef LabelMapFilter | Self |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LabelMapFilter< TInputImage, TOutputImage > | |
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 | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::LabelMapFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::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 |
Private Attributes | |
OutputImageType * | m_OutputImage |
typedef SmartPointer< const Self > itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 54 of file itkLabelMapToLabelImageFilter.h.
typedef OutputImageType::IndexType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 69 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::InputImageConstPointer itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 59 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::InputImagePixelType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 61 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::InputImagePointer itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 58 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::InputImageRegionType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 60 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::InputImageType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 57 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::LabelObjectType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::LabelObjectType |
Definition at line 62 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::OutputImageConstPointer itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 66 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::OutputImagePixelType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 68 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::OutputImagePointer itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 65 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::OutputImageRegionType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 67 of file itkLabelMapToLabelImageFilter.h.
typedef Superclass::OutputImageType itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 64 of file itkLabelMapToLabelImageFilter.h.
typedef SmartPointer< Self > itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 53 of file itkLabelMapToLabelImageFilter.h.
typedef LabelMapToLabelImageFilter itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 51 of file itkLabelMapToLabelImageFilter.h.
typedef LabelMapFilter< TInputImage, TOutputImage > itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 52 of file itkLabelMapToLabelImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 89 of file itkLabelMapToLabelImageFilter.h.
|
overrideprotectedvirtual |
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< TInputImage, TOutputImage >.
|
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< TInputImage, TOutputImage >.
|
virtual |
Runtime information support.
Reimplemented from itk::LabelMapFilter< TInputImage, TOutputImage >.
|
static |
Standard New method.
|
overrideprotectedvirtual |
Reimplemented from itk::LabelMapFilter< TInputImage, TOutputImage >.
|
static |
ImageDimension constants
Definition at line 72 of file itkLabelMapToLabelImageFilter.h.
|
private |
Definition at line 96 of file itkLabelMapToLabelImageFilter.h.
|
static |
ImageDimension constants
Definition at line 73 of file itkLabelMapToLabelImageFilter.h.