User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
CrackCodeC::CrackCodeC(void)
CrackCodeC::CrackCodeC(const IntT)
CrackCodeC::CrackCodeC(CrackCodeT)
CrackCodeC::CrackCodeC(const CrackCodeC &)
CrackCodeC::operator==(const CrackCodeC &) const
CrackCodeC::operator!=(const CrackCodeC &) const
CrackCodeC::operator+=(const CrackCodeC &)
CrackCodeC::operator-=(const CrackCodeC &)
CrackCodeC::Set(CrackCodeT)
CrackCodeC::Set(const CrackCodeC &)
CrackCodeC::CCode(void) const
CrackCodeC::Clock(void)
CrackCodeC::CClock(void)
CrackCodeC::Back(void)
CrackCodeC
 
Crackcode or Freeman code
 
include "amma/CrackCod.hh"
User Level:Default
Library:Mentity
Example:exComplx.cc
Section:Image.Pixel Representations
In Scope:std

Derived Classes:

Variables:
Methods:
CrackCodeC()
Default constructor.

CrackCodeC(const IntT i)
Constructs object from an integer 'i'.

CrackCodeC(CrackCodeT cc)
Constructs and set value to be 'cc'.

CrackCodeC(const CrackCodeC & cc)
Copy constructor.

BooleanT operator==(const CrackCodeC & cc) const
Returns TRUE if the object content is equal to 'cc'.

BooleanT operator!=(const CrackCodeC & cc) const
Returns TRUE if the object content is not equal to 'cc'.

const CrackCodeC & operator+=(const CrackCodeC & cc)
The crackcode 'cc' is taken as a relative crackcode. The relative crackcode is added to this crackcode.

const CrackCodeC & operator-=(const CrackCodeC & cc)
The crackcode 'cc' is taken as a relative crackcode. The relative crackcode is subtracted from this crackcode.

void Set(CrackCodeT cc)
Sets object according to 'cc'.

void Set(const CrackCodeC & cc)
Sets object according to 'cc'.

CrackCodeT CCode() const
Returns the code. ---------- turning -----------------------

CrackCodeC & Clock()
Turns the crackcode clockwise.

CrackCodeC & CClock()
Turns the crackcode counterclockwise.

CrackCodeC & Back()
Turns the crackcode backward.


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001