|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The class FBOrientationC represents two state orientation.
Enumerated types:
- enum FBOrientationT { FORWARD = 0, BACK = 1 } ;
-
Variables:
Methods:
- FBOrientationC(const FBOrientationT orient = FORWARD)
-
Creates the orientation 'orient'.
- FBOrientationC(const FBOrientationC & orient)
-
Copy constructor.
Access to the state of the object.
----------------------------------
- FBOrientationT Orientation() const
-
Returns the current value of the orientation.
- FBOrientationT GetCode(int i)
-
Returns the orientation related to the index 'i'.
Changing of the state.
----------------------
- FBOrientationT Opposite() const
-
Returns the opposite orientation of the current value.
- FBOrientationC & Change()
-
Changes the orientation.
Logical conditions.
-------------------
- BooleanT Is(const FBOrientationT orient = FORWARD) const
-
Returns TRUE if this orientation has the value 'orient'.
- BooleanT operator==(const FBOrientationC & orient) const
-
Returns TRUE if both orientations have the same value.
- BooleanT operator!=(const FBOrientationC & orient) const
-
Returns FALSE if this orientation has different value than
the orientation 'orient'.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|