Open CASCADE Technology 6.6.0
|
#include <AIS_GraphicTool.hxx>
Static Public Member Functions | |
static Quantity_NameOfColor | GetLineColor (const Handle< Prs3d_Drawer > &aDrawer, const AIS_TypeOfAttribute TheTypeOfAttributes) |
static void | GetLineColor (const Handle< Prs3d_Drawer > &aDrawer, const AIS_TypeOfAttribute TheTypeOfAttributes, Quantity_Color &TheLineColor) |
static Standard_Real | GetLineWidth (const Handle< Prs3d_Drawer > &aDrawer, const AIS_TypeOfAttribute TheTypeOfAttributes) |
static Aspect_TypeOfLine | GetLineType (const Handle< Prs3d_Drawer > &aDrawer, const AIS_TypeOfAttribute TheTypeOfAttributes) |
static void | GetLineAtt (const Handle< Prs3d_Drawer > &aDrawer, const AIS_TypeOfAttribute TheTypeOfAttributes, Quantity_NameOfColor &aCol, Standard_Real &aWidth, Aspect_TypeOfLine &aTyp) |
static Quantity_NameOfColor | GetInteriorColor (const Handle< Prs3d_Drawer > &aDrawer) |
static void | GetInteriorColor (const Handle< Prs3d_Drawer > &aDrawer, Quantity_Color &aColor) |
static Graphic3d_MaterialAspect | GetMaterial (const Handle< Prs3d_Drawer > &aDrawer) |
static Quantity_NameOfColor AIS_GraphicTool::GetInteriorColor | ( | const Handle< Prs3d_Drawer > & | aDrawer | ) | [static] |
static void AIS_GraphicTool::GetInteriorColor | ( | const Handle< Prs3d_Drawer > & | aDrawer, |
Quantity_Color & | aColor | ||
) | [static] |
static void AIS_GraphicTool::GetLineAtt | ( | const Handle< Prs3d_Drawer > & | aDrawer, |
const AIS_TypeOfAttribute | TheTypeOfAttributes, | ||
Quantity_NameOfColor & | aCol, | ||
Standard_Real & | aWidth, | ||
Aspect_TypeOfLine & | aTyp | ||
) | [static] |
static Quantity_NameOfColor AIS_GraphicTool::GetLineColor | ( | const Handle< Prs3d_Drawer > & | aDrawer, |
const AIS_TypeOfAttribute | TheTypeOfAttributes | ||
) | [static] |
static void AIS_GraphicTool::GetLineColor | ( | const Handle< Prs3d_Drawer > & | aDrawer, |
const AIS_TypeOfAttribute | TheTypeOfAttributes, | ||
Quantity_Color & | TheLineColor | ||
) | [static] |
static Aspect_TypeOfLine AIS_GraphicTool::GetLineType | ( | const Handle< Prs3d_Drawer > & | aDrawer, |
const AIS_TypeOfAttribute | TheTypeOfAttributes | ||
) | [static] |
static Standard_Real AIS_GraphicTool::GetLineWidth | ( | const Handle< Prs3d_Drawer > & | aDrawer, |
const AIS_TypeOfAttribute | TheTypeOfAttributes | ||
) | [static] |
static Graphic3d_MaterialAspect AIS_GraphicTool::GetMaterial | ( | const Handle< Prs3d_Drawer > & | aDrawer | ) | [static] |