|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Enumerated types:
- enum anon_enum?18 { N = 4 } ;
-
four points
Typedefs:
- typedef RealT AreaT;
-
Variables:
- Index2dC points[];
-
- Vector2dC dir;
-
Methods:
- IntRectangleTPC()
-
Creates the empty rectangle in the origin of coordinate system.
- IntRectangleTPC(const IntRectangleTPC & rect)
-
Copy constructor.
- IntRectangleTPC(const Vector2dC & direction,const Index2dC & a,const Index2dC & b,const Index2dC & c,const Index2dC & d)
-
Creates the rectangle. The vector 'direction' has its origin
in the point 'a'.
- IntRectangleTPC(const Vector2dC & direction,const Index2dC pt[])
-
Creates the rectangle. The vector 'direction' has its origin
in the point 'a'.
- void Set(const Vector2dC & direction,const Index2dC & a,const Index2dC & b,const Index2dC & c,const Index2dC & d)
-
Sets the new value of the rectangle. The vector 'direction'
has its origin in the point 'a'.
- const Vector2dC & Direction() const
-
Returns the direction of the first side of the rectangle.
- const Index2dC & operator[](IndexT i) const
-
Returns the touching point with the index 'i'. The first point
has the index 0;
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|