Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkIntelligentBinaryClosingFilter.h>
Public Types | |
typedef IntelligentBinaryClosingFilter | Self |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef ImageToImageFilter< InputImageType, OutputImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
void | GenerateData () |
void | SetInput (const InputImageType *input) |
virtual void | SetInput (unsigned int i, const TInputImage *image) |
virtual float | GetClosingRadius () |
virtual void | SetClosingRadius (float _arg) |
virtual float | GetSurfaceRatio () |
virtual void | SetSurfaceRatio (float _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
IntelligentBinaryClosingFilter () | |
virtual | ~IntelligentBinaryClosingFilter () |
IntelligentBinaryClosingFilter (const Self &) | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 42 of file itkIntelligentBinaryClosingFilter.h.
typedef TInputImage itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::InputImageType |
The type of input image.
Definition at line 49 of file itkIntelligentBinaryClosingFilter.h.
typedef TOutputImage itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::OutputImageType |
The type of output image.
Definition at line 55 of file itkIntelligentBinaryClosingFilter.h.
typedef SmartPointer<Self> itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Pointer |
Smart pointer typedef support
Definition at line 61 of file itkIntelligentBinaryClosingFilter.h.
typedef IntelligentBinaryClosingFilter itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Self |
Standard "Self" typedef.
Definition at line 46 of file itkIntelligentBinaryClosingFilter.h.
typedef ImageToImageFilter<InputImageType, OutputImageType> itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Superclass |
Standard super class typedef support.
Definition at line 58 of file itkIntelligentBinaryClosingFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 102 of file itkIntelligentBinaryClosingFilter.h.
|
inlineprotected |
Definition at line 103 of file itkIntelligentBinaryClosingFilter.h.
Pointer itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
void itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::GenerateData | ( | ) |
Standard process object method. This filter is not multithreaded.
|
virtual |
Run-time type information (and related methods)
|
virtual |
|
virtual |
itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TInputImage::ImageDimension | |||
) |
Dimension of the input and output images.
|
static |
Method for creation through the object factory.
|
inlineprotected |
Definition at line 104 of file itkIntelligentBinaryClosingFilter.h.
|
protected |
|
virtual |
|
inline |
Overloaded to link the input to this filter with the input of the mini-pipeline
Definition at line 74 of file itkIntelligentBinaryClosingFilter.h.
|
inlinevirtual |
Definition at line 82 of file itkIntelligentBinaryClosingFilter.h.
|
virtual |