Medical Imaging Interaction Toolkit
2016.11.0
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 25 of file itkSmoothedClassProbabilites.h.
typedef SmartPointer< Self > itk::SmoothedClassProbabilites< TImage >::Pointer |
Definition at line 31 of file itkSmoothedClassProbabilites.h.
typedef SmoothedClassProbabilites itk::SmoothedClassProbabilites< TImage >::Self |
Standard class typedefs.
Definition at line 29 of file itkSmoothedClassProbabilites.h.
typedef ImageToImageFilter< TImage, TImage > itk::SmoothedClassProbabilites< TImage >::Superclass |
Definition at line 30 of file itkSmoothedClassProbabilites.h.
|
inlineprotected |
Definition at line 44 of file itkSmoothedClassProbabilites.h.
|
inlineprotected |
Definition at line 45 of file itkSmoothedClassProbabilites.h.
|
protectedvirtual |
Does the real work.
Definition at line 38 of file itkSmoothedClassProbabilites.cpp.
References mitk::New().
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 41 of file itkSmoothedClassProbabilites.h.
|
virtual |