ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 42 of file itkHistogramToIntensityImageFilter.h.
typedef TOutput itk::Function::HistogramIntensityFunction< TInput, TOutput >::OutputPixelType |
Definition at line 47 of file itkHistogramToIntensityImageFilter.h.
|
inline |
Definition at line 49 of file itkHistogramToIntensityImageFilter.h.
|
inline |
Definition at line 52 of file itkHistogramToIntensityImageFilter.h.
|
inline |
Definition at line 64 of file itkHistogramToIntensityImageFilter.h.
|
inline |
Definition at line 54 of file itkHistogramToIntensityImageFilter.h.
|
inline |
Definition at line 59 of file itkHistogramToIntensityImageFilter.h.
|
private |