ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes
itk::Function::HistogramEntropyFunction< TInput, TOutput > Class Template Reference

#include <itkHistogramToEntropyImageFilter.h>

+ Inheritance diagram for itk::Function::HistogramEntropyFunction< TInput, TOutput >:

List of all members.

Public Types

typedef TOutput OutputPixelType

Public Member Functions

SizeValueType GetTotalFrequency () const
 HistogramEntropyFunction ()
OutputPixelType operator() (const TInput &A) const
void SetTotalFrequency (const SizeValueType n)
 ~HistogramEntropyFunction ()

Private Attributes

SizeValueType m_TotalFrequency

Detailed Description

template<class TInput, class TOutput = double>
class itk::Function::HistogramEntropyFunction< TInput, TOutput >

Definition at line 55 of file itkHistogramToEntropyImageFilter.h.


Member Typedef Documentation

template<class TInput, class TOutput = double>
typedef TOutput itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType

Definition at line 63 of file itkHistogramToEntropyImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput = double>
itk::Function::HistogramEntropyFunction< TInput, TOutput >::HistogramEntropyFunction ( )
inline

Definition at line 65 of file itkHistogramToEntropyImageFilter.h.

template<class TInput, class TOutput = double>
itk::Function::HistogramEntropyFunction< TInput, TOutput >::~HistogramEntropyFunction ( )
inline

Definition at line 68 of file itkHistogramToEntropyImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput = double>
SizeValueType itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency ( ) const
inline

Definition at line 91 of file itkHistogramToEntropyImageFilter.h.

template<class TInput, class TOutput = double>
OutputPixelType itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 70 of file itkHistogramToEntropyImageFilter.h.

template<class TInput, class TOutput = double>
void itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency ( const SizeValueType  n)
inline

Definition at line 86 of file itkHistogramToEntropyImageFilter.h.


Member Data Documentation

template<class TInput, class TOutput = double>
SizeValueType itk::Function::HistogramEntropyFunction< TInput, TOutput >::m_TotalFrequency
private

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