ITK
4.3.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 36 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 37 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 62 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 51 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 56 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 57 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 59 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 58 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 61 of file itkIntensityWindowingImageFilter.h.
|
inline |
Definition at line 60 of file itkIntensityWindowingImageFilter.h.
|
private |
Definition at line 78 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 79 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 80 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 81 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 82 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 83 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().