ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
itk::Accessor Namespace Reference

Classes

class  AbsPixelAccessor
 Give access to the vcl_abs() function of a value. More...
class  AcosPixelAccessor
 Give access to the vcl_acos() function of a value. More...
class  AddPixelAccessor
 Simulates the effect of adding a constant value to all pixels. More...
class  AsinPixelAccessor
 Give access to the vcl_asin() function of a value. More...
class  AtanPixelAccessor
 Give access to the vcl_atan() function of a value. More...
class  ComplexConjugatePixelAccessor
 Provide access to the conjugate of a std::complex<> value. More...
class  ComplexToImaginaryPixelAccessor
 Give access to the Imaginary part of a std::complex<> value. More...
class  ComplexToModulusPixelAccessor
 Give access to the Modulus of a std::complex<> value. More...
class  ComplexToPhasePixelAccessor
 Give access to the Phase part of a std::complex<> value. More...
class  ComplexToRealPixelAccessor
 Give access to the Real part of a std::complex<> value. More...
class  CosPixelAccessor
 Give access to the vcl_cos() function of a value. More...
class  ExpNegativePixelAccessor
 Give access to the vcl_exp() function of a value. More...
class  ExpPixelAccessor
 Give access to the vcl_exp() function of a value. More...
class  Log10PixelAccessor
 Give access to the vcl_log10() function of a value. More...
class  LogPixelAccessor
 Give access to the vcl_log() function of a value. More...
class  RGBToLuminancePixelAccessor
 Give access to Luminance of a color pixel type. More...
class  RGBToVectorPixelAccessor
 Give access to a RGBPixel as if it were a Vector type. More...
class  SinPixelAccessor
 Give access to the vcl_sin() function of a value. More...
class  SqrtPixelAccessor
 Give access to the vcl_sqrt() function of a value. More...
class  TanPixelAccessor
 Give access to the vcl_tan() function of a value. More...
class  VectorImageToImagePixelAccessor
 Extract components from a VectorImage. More...
class  VectorToRGBPixelAccessor
 Give access to a Vector pixel type as if it were a RGBPixel type. More...