ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Accessor::AddPixelAccessor< TPixel > Class Template Reference

#include <itkAddPixelAccessor.h>

+ Inheritance diagram for itk::Accessor::AddPixelAccessor< TPixel >:
+ Collaboration diagram for itk::Accessor::AddPixelAccessor< TPixel >:

Detailed Description

template<class TPixel>
class itk::Accessor::AddPixelAccessor< TPixel >

Simulates the effect of adding a constant value to all pixels.

This class is intended to be used as parameter of an ImageAdaptor to make an image appear as having pixels with intensity values increased by a constant amount.

See Also
ImageAdaptor
Wiki Examples:

Definition at line 44 of file itkAddPixelAccessor.h.

Public Types

typedef TPixel ExternalType
 
typedef TPixel InternalType
 
typedef AddPixelAccessor Self
 

Public Member Functions

ExternalType Get (const InternalType &input) const
 
TPixel GetValue () const
 
Selfoperator= (const Self &apa)
 
void Set (InternalType &output, const ExternalType &input) const
 
void SetValue (const TPixel &newvalue)
 
 AddPixelAccessor ()
 
 AddPixelAccessor (const Self &apa)
 

Private Attributes

TPixel m_Value
 

Member Typedef Documentation

template<class TPixel>
typedef TPixel itk::Accessor::AddPixelAccessor< TPixel >::ExternalType

External typedef. It defines the external aspect that this class will exhibit

Definition at line 52 of file itkAddPixelAccessor.h.

template<class TPixel>
typedef TPixel itk::Accessor::AddPixelAccessor< TPixel >::InternalType

Internal typedef. It defines the internal real representation of data

Definition at line 56 of file itkAddPixelAccessor.h.

template<class TPixel>
typedef AddPixelAccessor itk::Accessor::AddPixelAccessor< TPixel >::Self

Standard class typedefs.

Definition at line 48 of file itkAddPixelAccessor.h.

Constructor & Destructor Documentation

template<class TPixel>
itk::Accessor::AddPixelAccessor< TPixel >::AddPixelAccessor ( )
inline

Constructors

Definition at line 82 of file itkAddPixelAccessor.h.

template<class TPixel>
itk::Accessor::AddPixelAccessor< TPixel >::AddPixelAccessor ( const Self apa)
inline

Constructors

Definition at line 83 of file itkAddPixelAccessor.h.

Member Function Documentation

template<class TPixel>
ExternalType itk::Accessor::AddPixelAccessor< TPixel >::Get ( const InternalType input) const
inline

Read access to the pixel

Definition at line 63 of file itkAddPixelAccessor.h.

template<class TPixel>
TPixel itk::Accessor::AddPixelAccessor< TPixel >::GetValue ( ) const
inline

Get the value to be added to pixels

Definition at line 71 of file itkAddPixelAccessor.h.

template<class TPixel>
Self& itk::Accessor::AddPixelAccessor< TPixel >::operator= ( const Self apa)
inline

Assignment Operator

Definition at line 75 of file itkAddPixelAccessor.h.

template<class TPixel>
void itk::Accessor::AddPixelAccessor< TPixel >::Set ( InternalType output,
const ExternalType input 
) const
inline

Write access to the pixel

Definition at line 59 of file itkAddPixelAccessor.h.

template<class TPixel>
void itk::Accessor::AddPixelAccessor< TPixel >::SetValue ( const TPixel &  newvalue)
inline

Set the value to be added to pixels

Definition at line 67 of file itkAddPixelAccessor.h.

Member Data Documentation

template<class TPixel>
TPixel itk::Accessor::AddPixelAccessor< TPixel >::m_Value
private

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