Classes | |
struct | FillType |
struct | InteractionType |
struct | ObjectType |
struct | ShapeType |
Public Member Functions | |
LocalizationMapEntity (Point2D< float > center, float orientation, Point2D< float > dim, int shapeType, PixRGB< byte > color=PixRGB< byte >(255, 255, 255), int mObjectType=ObjectType::none, int interactionType=InteractionType::internal, int fillType=FillType::none) | |
void | drawMe (Image< PixRGB< byte > > &img, const Camera cam) |
void | drawShape (Image< PixRGB< byte > > &img, const Camera cam) |
void | drawBackground (Image< PixRGB< byte > > &img, const Camera cam, Rectangle theRect) |
Public Attributes | |
Point2D< float > | mCenter |
float | mOrientation |
Point2D< float > | mDim |
PixRGB< byte > | mColor |
int | mShapeType |
int | mFillType |
int | mInteractionType |
int | mObjectType |
Definition at line 10 of file LocalizationMapEntity.h.