Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
itk::SmoothedClassProbabilites< TImage > Class Template Reference

#include <itkSmoothedClassProbabilites.h>

Inheritance diagram for itk::SmoothedClassProbabilites< TImage >:
Collaboration diagram for itk::SmoothedClassProbabilites< TImage >:

Public Types

typedef SmoothedClassProbabilites Self
 
typedef ImageToImageFilter< TImage, TImage > Superclass
 
typedef SmartPointer< SelfPointer
 

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 ()
 

Detailed Description

template<class TImage>
class itk::SmoothedClassProbabilites< TImage >

Definition at line 21 of file itkSmoothedClassProbabilites.h.

Member Typedef Documentation

◆ Pointer

template<class TImage >
typedef SmartPointer< Self > itk::SmoothedClassProbabilites< TImage >::Pointer

Definition at line 27 of file itkSmoothedClassProbabilites.h.

◆ Self

template<class TImage >
typedef SmoothedClassProbabilites itk::SmoothedClassProbabilites< TImage >::Self

Standard class typedefs.

Definition at line 25 of file itkSmoothedClassProbabilites.h.

◆ Superclass

template<class TImage >
typedef ImageToImageFilter< TImage, TImage > itk::SmoothedClassProbabilites< TImage >::Superclass

Definition at line 26 of file itkSmoothedClassProbabilites.h.

Constructor & Destructor Documentation

◆ SmoothedClassProbabilites()

template<class TImage >
itk::SmoothedClassProbabilites< TImage >::SmoothedClassProbabilites ( )
inlineprotected

Definition at line 37 of file itkSmoothedClassProbabilites.h.

◆ ~SmoothedClassProbabilites()

template<class TImage >
itk::SmoothedClassProbabilites< TImage >::~SmoothedClassProbabilites ( )
inlineprotected

Definition at line 38 of file itkSmoothedClassProbabilites.h.

Member Function Documentation

◆ GenerateData()

template<class TImage >
virtual void itk::SmoothedClassProbabilites< TImage >::GenerateData ( )
protectedvirtual

Does the real work.

◆ GetClassName()

template<class TImage >
virtual const char* itk::SmoothedClassProbabilites< TImage >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TImage >
static Pointer itk::SmoothedClassProbabilites< TImage >::New ( )
static

Method for creation through the object factory.

◆ SetMaskImage()

template<class TImage >
void itk::SmoothedClassProbabilites< TImage >::SetMaskImage ( TImage *  mask)
inline

Definition at line 34 of file itkSmoothedClassProbabilites.h.

◆ SetSigma()

template<class TImage >
virtual void itk::SmoothedClassProbabilites< TImage >::SetSigma ( double  _arg)
virtual

The documentation for this class was generated from the following file: