Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <itkSmoothedClassProbabilites.h>
Public Types | |
typedef SmoothedClassProbabilites | Self |
typedef ImageToImageFilter< TImage, TImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual void | SetSigma (double _arg) |
void | SetMaskImage (TImage *mask) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
SmoothedClassProbabilites () | |
~SmoothedClassProbabilites () | |
virtual void | GenerateData () |
Definition at line 21 of file itkSmoothedClassProbabilites.h.
typedef SmartPointer< Self > itk::SmoothedClassProbabilites< TImage >::Pointer |
Definition at line 27 of file itkSmoothedClassProbabilites.h.
typedef SmoothedClassProbabilites itk::SmoothedClassProbabilites< TImage >::Self |
Standard class typedefs.
Definition at line 25 of file itkSmoothedClassProbabilites.h.
typedef ImageToImageFilter< TImage, TImage > itk::SmoothedClassProbabilites< TImage >::Superclass |
Definition at line 26 of file itkSmoothedClassProbabilites.h.
|
inlineprotected |
Definition at line 37 of file itkSmoothedClassProbabilites.h.
|
inlineprotected |
Definition at line 38 of file itkSmoothedClassProbabilites.h.
|
protectedvirtual |
Does the real work.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 34 of file itkSmoothedClassProbabilites.h.
|
virtual |