List of all members.
Detailed Description
Object that can be painted in a basemap.
Constructor & Destructor Documentation
| BaseMapObject::BaseMapObject |
( |
const char * |
nm |
) |
|
Member Function Documentation
| static char BaseMapObject::cConnect |
( |
|
) |
[inline, static] |
| static char BaseMapObject::cDontConnect |
( |
|
) |
[inline, static] |
| static char BaseMapObject::cFilledPolygon |
( |
|
) |
[inline, static] |
| virtual char BaseMapObject::connectPoints |
( |
int |
shapeidx |
) |
const [virtual] |
| static char BaseMapObject::cPolygon |
( |
|
) |
[inline, static] |
| virtual const Color* BaseMapObject::getColor |
( |
int |
shapeidx |
) |
const [virtual] |
| virtual int BaseMapObject::getDepth |
( |
|
) |
const [inline, virtual] |
Determines what should be painted ontop of what
Returns image in xy plane. p11 is the coordinate of the corner opposite of the origin.
| virtual void BaseMapObject::getPoints |
( |
int |
shapeidx, |
|
|
TypeSet< Coord > & |
| |
|
) |
| | const [virtual] |
Returns a number of coordinates that may form a be connected or filled.
| virtual const OD::RGBImage* BaseMapObject::getPreview |
( |
int |
approxdiagonal |
) |
const [virtual] |
Returns a preview image that has approximately the size of the specified diagonal.
| virtual const char* BaseMapObject::getShapeName |
( |
int |
shapeidx |
) |
const [virtual] |
| virtual const char* BaseMapObject::getType |
( |
|
) |
const [pure virtual] |
| virtual int BaseMapObject::nrShapes |
( |
|
) |
const [virtual] |
| virtual void BaseMapObject::setDepth |
( |
int |
val |
) |
[inline, virtual] |
| virtual void BaseMapObject::updateGeometry |
( |
|
) |
[inline, virtual] |
Member Data Documentation