|
Medical Imaging Interaction Toolkit
2025.08.00
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 () override |
| void | SetInput (const InputImageType *input) override |
| void | SetInput (unsigned int i, const TInputImage *image) override |
| 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 () | |
| ~IntelligentBinaryClosingFilter () override | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
Definition at line 38 of file itkIntelligentBinaryClosingFilter.h.
| typedef TInputImage itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::InputImageType |
The type of input image.
Definition at line 45 of file itkIntelligentBinaryClosingFilter.h.
| typedef TOutputImage itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::OutputImageType |
The type of output image.
Definition at line 51 of file itkIntelligentBinaryClosingFilter.h.
| typedef SmartPointer<Self> itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Pointer |
Smart pointer typedef support
Definition at line 57 of file itkIntelligentBinaryClosingFilter.h.
| typedef IntelligentBinaryClosingFilter itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Self |
Standard "Self" typedef.
Definition at line 42 of file itkIntelligentBinaryClosingFilter.h.
| typedef ImageToImageFilter<InputImageType, OutputImageType> itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Superclass |
Standard super class typedef support.
Definition at line 54 of file itkIntelligentBinaryClosingFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 99 of file itkIntelligentBinaryClosingFilter.h.
| Pointer itk::IntelligentBinaryClosingFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
|
override |
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.
|
overrideprotected |
|
virtual |
|
inlineoverride |
Overloaded to link the input to this filter with the input of the mini-pipeline
Definition at line 71 of file itkIntelligentBinaryClosingFilter.h.
|
inlineoverride |
Definition at line 79 of file itkIntelligentBinaryClosingFilter.h.
|
virtual |