ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Function::HistogramIntensityFunction< TInput, TOutput > Class Template Reference

#include <itkHistogramToIntensityImageFilter.h>

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

Detailed Description

template<typename TInput, typename TOutput = SizeValueType>
class itk::Function::HistogramIntensityFunction< TInput, TOutput >

Definition at line 42 of file itkHistogramToIntensityImageFilter.h.

Public Types

typedef TOutput OutputPixelType
 

Public Member Functions

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

Private Attributes

SizeValueType m_TotalFrequency
 

Member Typedef Documentation

template<typename TInput, typename TOutput = SizeValueType>
typedef TOutput itk::Function::HistogramIntensityFunction< TInput, TOutput >::OutputPixelType

Definition at line 47 of file itkHistogramToIntensityImageFilter.h.

Constructor & Destructor Documentation

template<typename TInput, typename TOutput = SizeValueType>
itk::Function::HistogramIntensityFunction< TInput, TOutput >::HistogramIntensityFunction ( )
inline

Definition at line 49 of file itkHistogramToIntensityImageFilter.h.

template<typename TInput, typename TOutput = SizeValueType>
itk::Function::HistogramIntensityFunction< TInput, TOutput >::~HistogramIntensityFunction ( )
inline

Definition at line 52 of file itkHistogramToIntensityImageFilter.h.

Member Function Documentation

template<typename TInput, typename TOutput = SizeValueType>
SizeValueType itk::Function::HistogramIntensityFunction< TInput, TOutput >::GetTotalFrequency ( ) const
inline

Definition at line 64 of file itkHistogramToIntensityImageFilter.h.

template<typename TInput, typename TOutput = SizeValueType>
OutputPixelType itk::Function::HistogramIntensityFunction< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 54 of file itkHistogramToIntensityImageFilter.h.

template<typename TInput, typename TOutput = SizeValueType>
void itk::Function::HistogramIntensityFunction< TInput, TOutput >::SetTotalFrequency ( SizeValueType  n)
inline

Definition at line 59 of file itkHistogramToIntensityImageFilter.h.

Member Data Documentation

template<typename TInput, typename TOutput = SizeValueType>
SizeValueType itk::Function::HistogramIntensityFunction< TInput, TOutput >::m_TotalFrequency
private

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