Medical Imaging Interaction Toolkit  2016.11.0
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 25 of file itkSmoothedClassProbabilites.h.

Member Typedef Documentation

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

Definition at line 31 of file itkSmoothedClassProbabilites.h.

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

Standard class typedefs.

Definition at line 29 of file itkSmoothedClassProbabilites.h.

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

Definition at line 30 of file itkSmoothedClassProbabilites.h.

Constructor & Destructor Documentation

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

Definition at line 44 of file itkSmoothedClassProbabilites.h.

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

Definition at line 45 of file itkSmoothedClassProbabilites.h.

Member Function Documentation

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

Does the real work.

Definition at line 38 of file itkSmoothedClassProbabilites.cpp.

References mitk::New().

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

Run-time type information (and related methods).

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

Method for creation through the object factory.

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

Definition at line 41 of file itkSmoothedClassProbabilites.h.

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

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