Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
BIAS::ImgPosition Class Reference

interface class used to ease handover in function calls More...

#include <Base/ImageUtils/ImageDraw.hh>

Public Member Functions

 ImgPosition ()
 
 ImgPosition (const int x, const int y)
 
 ImgPosition (const ImgPosition &pos)
 
ImgPositionoperator= (const ImgPosition &pos)
 
int & operator[] (const int i)
 
const int & operator[] (const int i) const
 
 ~ImgPosition ()
 

Protected Attributes

int Pos_ [2]
 

Detailed Description

interface class used to ease handover in function calls

Author
Felix Woelk
Date
09/2007

Definition at line 43 of file ImageDraw.hh.

Constructor & Destructor Documentation

BIAS::ImgPosition::ImgPosition ( )
inline

Definition at line 46 of file ImageDraw.hh.

BIAS::ImgPosition::ImgPosition ( const int  x,
const int  y 
)
inline

Definition at line 47 of file ImageDraw.hh.

BIAS::ImgPosition::ImgPosition ( const ImgPosition pos)
inline

Definition at line 48 of file ImageDraw.hh.

BIAS::ImgPosition::~ImgPosition ( )
inline

Definition at line 49 of file ImageDraw.hh.

Member Function Documentation

ImgPosition& BIAS::ImgPosition::operator= ( const ImgPosition pos)
inline

Definition at line 57 of file ImageDraw.hh.

int& BIAS::ImgPosition::operator[] ( const int  i)
inline

Definition at line 51 of file ImageDraw.hh.

const int& BIAS::ImgPosition::operator[] ( const int  i) const
inline

Definition at line 54 of file ImageDraw.hh.

Member Data Documentation

int BIAS::ImgPosition::Pos_[2]
protected

Definition at line 61 of file ImageDraw.hh.


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