Open CASCADE Technology
6.5.4
|
A framework to manage 2D displays, graphic entities
and their updates. Plotters, Highlights, Minima
maxima, immediate display.
#include <PrsMgr_Presentation2d.hxx>
Public Member Functions | |
PrsMgr_KindOfPrs | KindOfPresentation () const |
2D or 3D | |
virtual void | Destroy () |
Destructor. | |
~PrsMgr_Presentation2d () | |
virtual void | Clear () |
removes the whole content of the presentation. | |
void | SetOffset (const Standard_Integer anOffset) |
Specifies an Offset applied to the original color index of all primitives in the graphic object <me>. Warning: To reset the real color of the primitives you have to call this method with <anOffset> = 0. | |
Standard_Integer | Offset () const |
Returns the Offset applied to the original color index of all primitives in the graphic object <me>. | |
Handle_Graphic2d_GraphicObject | Presentation () const |
PrsMgr_Presentation2d::~PrsMgr_Presentation2d | ( | ) | [inline] |
virtual void PrsMgr_Presentation2d::Clear | ( | ) | [virtual] |
Implements PrsMgr_Presentation.
virtual void PrsMgr_Presentation2d::Destroy | ( | ) | [virtual] |
Reimplemented from PrsMgr_Presentation.
PrsMgr_KindOfPrs PrsMgr_Presentation2d::KindOfPresentation | ( | ) | const [virtual] |
Implements PrsMgr_Presentation.
Handle_Graphic2d_GraphicObject PrsMgr_Presentation2d::Presentation | ( | ) | const |
void PrsMgr_Presentation2d::SetOffset | ( | const Standard_Integer | anOffset | ) |