|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
- IndexRangeC rows;
-
- IndexRangeC cols;
-
Methods:
- IndexRange2dC(IndexT rowNumber,IndexT colNumber)
-
Constructor.
- IndexRange2dC(const IndexRangeC & rowRange,const IndexRangeC & colRange)
-
Constructor.
- IndexRange2dC(const IndexRange2dC & range)
-
Constructor.
- const IndexRange2dC & operator=(const IndexRange2dC & range)
-
Assigment.
- const IndexRangeC & RowRange() const
-
Access row range.
- const IndexRangeC & ColRange() const
-
Access col range.
- void SetIn(const Index2dC & index)
-
Checks and changes, if necessary, the 2 dimensional range
to contain the 'index'.
- const IndexRange2dC & Range() const
-
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|