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

#include <itkHistogramToIntensityImageFilter.h>

Detailed Description

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

Definition at line 42 of file itkHistogramToIntensityImageFilter.h.

Public Types

using OutputPixelType = TOutput
 

Public Member Functions

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

Private Attributes

SizeValueType m_TotalFrequency { 1 }
 

Member Typedef Documentation

◆ OutputPixelType

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

Definition at line 46 of file itkHistogramToIntensityImageFilter.h.

Constructor & Destructor Documentation

◆ HistogramIntensityFunction()

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

◆ ~HistogramIntensityFunction()

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

Member Function Documentation

◆ GetTotalFrequency()

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

Definition at line 65 of file itkHistogramToIntensityImageFilter.h.

◆ operator()()

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

Definition at line 53 of file itkHistogramToIntensityImageFilter.h.

◆ SetTotalFrequency()

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

◆ m_TotalFrequency

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

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