aimstil  5.0.5
til::PA_SingleValue< _TImage > Class Template Reference

#include <til/BasicPixelActions.h>

Inheritance diagram for til::PA_SingleValue< _TImage >:

Public Types

typedef _TImage TImage
 
typedef TImage::value_type value_type
 
typedef Iterator< TImage >::Volumetric VolumetricIterator
 

Public Member Functions

 PA_SingleValue ()
 
 PA_SingleValue (value_type value)
 
void setValue (value_type value)
 
void setImage (const TImage &im)
 
value_type getValue () const
 
TImageimage () const
 

Static Public Member Functions

static void next ()
 

Detailed Description

template<class _TImage>
class til::PA_SingleValue< _TImage >

Definition at line 17 of file BasicPixelActions.h.

Member Typedef Documentation

◆ TImage

template<class _TImage>
typedef _TImage til::PA_SingleValue< _TImage >::TImage

Definition at line 22 of file BasicPixelActions.h.

◆ value_type

template<class _TImage>
typedef TImage::value_type til::PA_SingleValue< _TImage >::value_type

Definition at line 23 of file BasicPixelActions.h.

◆ VolumetricIterator

template<class _TImage>
typedef Iterator<TImage>::Volumetric til::PA_SingleValue< _TImage >::VolumetricIterator

Definition at line 24 of file BasicPixelActions.h.

Constructor & Destructor Documentation

◆ PA_SingleValue() [1/2]

template<class _TImage>
til::PA_SingleValue< _TImage >::PA_SingleValue ( )
inline

Definition at line 28 of file BasicPixelActions.h.

◆ PA_SingleValue() [2/2]

template<class _TImage>
til::PA_SingleValue< _TImage >::PA_SingleValue ( value_type  value)
inline

Definition at line 29 of file BasicPixelActions.h.

Member Function Documentation

◆ getValue()

template<class _TImage>
value_type til::PA_SingleValue< _TImage >::getValue ( ) const
inline

Definition at line 36 of file BasicPixelActions.h.

Referenced by til::PA_SetValue< TImage >::apply().

◆ image()

template<class _TImage>
TImage& til::PA_SingleValue< _TImage >::image ( ) const
inline

◆ next()

template<class _TImage>
static void til::PA_SingleValue< _TImage >::next ( )
inlinestatic

Definition at line 41 of file BasicPixelActions.h.

◆ setImage()

template<class _TImage>
void til::PA_SingleValue< _TImage >::setImage ( const TImage im)
inline

Definition at line 34 of file BasicPixelActions.h.

◆ setValue()

template<class _TImage>
void til::PA_SingleValue< _TImage >::setValue ( value_type  value)
inline

Definition at line 33 of file BasicPixelActions.h.

Referenced by til::PA_SingleValue< TImage >::PA_SingleValue().


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