Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Generate a mask image from the support window at a given index. More...
#include <itkSpectra1DSupportWindowToMaskImageFilter.h>
Public Types | |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef InputImageType::IndexType | IndexType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef Spectra1DSupportWindowToMaskImageFilter | Self |
typedef ImageToImageFilter< InputImageType, OutputImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
virtual const IndexType & | GetMaskIndex () |
virtual void | SetMaskIndex (IndexType _arg) |
virtual void | SetBackgroundValue (OutputPixelType _arg) |
virtual OutputPixelType | GetBackgroundValue () const |
virtual void | SetForegroundValue (OutputPixelType _arg) |
virtual OutputPixelType | GetForegroundValue () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
Spectra1DSupportWindowToMaskImageFilter () | |
virtual | ~Spectra1DSupportWindowToMaskImageFilter () |
virtual void | GenerateData () ITK_OVERRIDE |
Generate a mask image from the support window at a given index.
Definition at line 43 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef SmartPointer< const Self > itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 60 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef InputImageType::IndexType itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 53 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef TInputImage itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 50 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef TOutputImage itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 51 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef OutputImageType::PixelType itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 54 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef SmartPointer< Self > itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 59 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef Spectra1DSupportWindowToMaskImageFilter itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 57 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
typedef ImageToImageFilter< InputImageType, OutputImageType > itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 58 of file itkSpectra1DSupportWindowToMaskImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
|
protectedvirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set/Get the index of the support window to create the mask for.
itk::Spectra1DSupportWindowToMaskImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TInputImage::ImageDimension | |||
) |
|
static |
|
virtual |
Set/Get the value to consider as "background". Defaults to zero.
|
virtual |
Set/Get the value in the image to consider as "foreground". Defaults to maximum value of the OutputPixelType.
|
virtual |