Open CASCADE Technology
6.5.4
|
This class allows the definition of the Advanced
Graphic Device
Warning: An Graphic Device is defined by a connexion
"host:server.screen"
#include <Graphic3d_GraphicDevice.hxx>
Public Member Functions | |
Graphic3d_GraphicDevice (const Standard_CString Connexion, const Xw_TypeOfMapping Mapping=Xw_TOM_COLORCUBE, const Standard_Integer Ncolors=0, const Standard_Boolean UseDefault=Standard_True) | |
Creates a GraphicDevice | |
Graphic3d_GraphicDevice (const Aspect_Display DisplayHandle) | |
Creates a GraphicDevice from the Display structure | |
void | Destroy () |
Deletes the GraphicDevice <me>. | |
~Graphic3d_GraphicDevice () | |
Handle_Aspect_GraphicDriver | GraphicDriver () const |
Returns the GraphicDriver. |
Graphic3d_GraphicDevice::Graphic3d_GraphicDevice | ( | const Standard_CString | Connexion, |
const Xw_TypeOfMapping | Mapping = Xw_TOM_COLORCUBE , |
||
const Standard_Integer | Ncolors = 0 , |
||
const Standard_Boolean | UseDefault = Standard_True |
||
) |
Graphic3d_GraphicDevice::Graphic3d_GraphicDevice | ( | const Aspect_Display | DisplayHandle | ) |
Graphic3d_GraphicDevice::~Graphic3d_GraphicDevice | ( | ) | [inline] |
void Graphic3d_GraphicDevice::Destroy | ( | ) | [virtual] |
Reimplemented from Xw_GraphicDevice.
Handle_Aspect_GraphicDriver Graphic3d_GraphicDevice::GraphicDriver | ( | ) | const [virtual] |
Reimplemented from Xw_GraphicDevice.