Version: 9.12.0
OCCViewer_Trihedron.cxx File Reference
#include <GL/gl.h>
#include "OCCViewer_Trihedron.h"
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <Graphic3d_AspectFillArea3d.hxx>
#include <Graphic3d_Group.hxx>
#include <Graphic3d_MaterialAspect.hxx>
#include <Prs3d_Presentation.hxx>
#include <Prs3d_Root.hxx>
#include <PrsMgr_PresentationManager3d.hxx>
#include <GL/glx.h>

Macros

#define PI   3.14159265359
 

Functions

 IMPLEMENT_STANDARD_RTTIEXT (OCCViewer_Trihedron, AIS_InteractiveObject) OCCViewer_Trihedron
 
GLuint generateTextList ()
 
void drawText (GLuint theTextList, const char *theText, GLdouble thePosition[3], GLfloat theColor[3])
 

Macro Definition Documentation

◆ PI

#define PI   3.14159265359

Function Documentation

◆ drawText()

void drawText ( GLuint  theTextList,
const char *  theText,
GLdouble  thePosition[3],
GLfloat  theColor[3] 
)

Draws text string.

◆ generateTextList()

GLuint generateTextList ( )

Generates text list.

◆ IMPLEMENT_STANDARD_RTTIEXT()

IMPLEMENT_STANDARD_RTTIEXT ( OCCViewer_Trihedron  ,
AIS_InteractiveObject   
)

Constructor