ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkIntensityWindowingImageFilter.h>
Definition at line 31 of file itkIntensityWindowingImageFilter.h.
Public Types | |
typedef NumericTraits< TInput > ::RealType | RealType |
Public Member Functions | |
IntensityWindowingTransform () | |
bool | operator!= (const IntensityWindowingTransform &other) const |
TOutput | operator() (const TInput &x) const |
bool | operator== (const IntensityWindowingTransform &other) const |
void | SetFactor (RealType a) |
void | SetOffset (RealType b) |
void | SetOutputMaximum (TOutput max) |
void | SetOutputMinimum (TOutput min) |
void | SetWindowMaximum (TInput max) |
void | SetWindowMinimum (TInput min) |
~IntensityWindowingTransform () | |
Private Attributes | |
RealType | m_Factor |
RealType | m_Offset |
TOutput | m_OutputMaximum |
TOutput | m_OutputMinimum |
TInput | m_WindowMaximum |
TInput | m_WindowMinimum |
typedef NumericTraits< TInput >::RealType itk::Functor::IntensityWindowingTransform< TInput, TOutput >::RealType |
Definition at line 34 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 35 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 42 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 43 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 68 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 57 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 62 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 63 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 65 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 64 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 67 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 66 of file itkIntensityWindowingImageFilter.h.
|
private |
Definition at line 84 of file itkIntensityWindowingImageFilter.h.
Referenced by itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetFactor().
|
private |
Definition at line 85 of file itkIntensityWindowingImageFilter.h.
Referenced by itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetOffset().
|
private |
Definition at line 86 of file itkIntensityWindowingImageFilter.h.
Referenced by itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetOutputMaximum().
|
private |
Definition at line 87 of file itkIntensityWindowingImageFilter.h.
Referenced by itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetOutputMinimum().
|
private |
Definition at line 88 of file itkIntensityWindowingImageFilter.h.
Referenced by itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetWindowMaximum().
|
private |
Definition at line 89 of file itkIntensityWindowingImageFilter.h.
Referenced by itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetWindowMinimum().