Aimsun Next Scripting
22
|
Public Member Functions | |
GDrawer () | |
virtual GKGeoObject * | getModel () const |
virtual const GKBBox & | getBBox () const |
void | hide (bool v) |
virtual bool | isHidden (GView *view) const |
GDrawer class contains the object to draw and the current object tick, which tells the view that the current object must be redrawn or not
GDrawer::GDrawer | ( | ) |
|
virtual |
Returns the current bounding box of this object that have been calculated using the update geometry call. The base implementation returns the bbox set in setDefaultBBox.
|
virtual |
Returns the object to draw.
void GDrawer::hide | ( | bool | v | ) |
Make this object not visible in the "view".
|
virtual |
Is this object visible or not in the "view"?