Base class for any 2D shapes used in Vuforia.
Public Types | |
enum | TYPE { RECTANGLE, RECTANGLE_INT, INVALID } |
The types of area that a given instance of Area can represent. More... | |
Public Member Functions | |
virtual TYPE | getType () const =0 |
Get the TYPE of area this instance represents. More... | |
virtual | ~Area () |
enum TYPE |
The types of area that a given instance of Area can represent.
Enumerator | |
---|---|
RECTANGLE |
A rectangle expressed in real (floating point) coordinates. |
RECTANGLE_INT |
A rectangle expressed in integer coordinates. |
INVALID |
|
virtual |
|
pure virtual |
Get the TYPE of area this instance represents.
Implemented in RectangleInt, and Rectangle.