20 #ifndef OCCVIEWER_TRIHEDRON_H
21 #define OCCVIEWER_TRIHEDRON_H
25 #include <AIS_InteractiveObject.hxx>
26 #include <Basics_OCCTVersion.hxx>
27 #if OCC_VERSION_LARGE > 0x06070100 // for OCC-6.7.2 and higher version
28 #include <Graphic3d_BndBox4f.hxx>
30 #include <Graphic3d_CBounds.hxx>
32 #include <Standard_DefineHandle.hxx>
44 virtual void Compute(
const Handle(PrsMgr_PresentationManager3d)&,
45 const Handle(Prs3d_Presentation)&,
46 const Standard_Integer );
49 const Standard_Integer );
51 #if OCC_VERSION_LARGE > 0x06070100
52 virtual void bounds( Graphic3d_BndBox4f& )
const;
54 virtual void bounds( Graphic3d_CBounds& )
const;
62 unsigned int myTextList;