0022792: Globally defined symbol PI conflicts with VTK definition (Intel compiler)
[occt.git] / src / OpenGl / OpenGl_togl_structure_exploration.cxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5File OpenGl_togl_structure_exploration :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1511-03-96 : FMN ; Correction warning compilation
1601-04-96 : CAL ; Integration MINSK portage WNT
17
18************************************************************************/
19
20/*----------------------------------------------------------------------*/
21/*
22* Includes
23*/
24
25
26#include <OpenGl_tgl_all.hxx>
27
28#include <InterfaceGraphic_Graphic3d.hxx>
29
30#include <OpenGl_tgl.hxx>
31#include <OpenGl_tgl_subrs.hxx>
32
33void EXPORT
34call_togl_structure_exploration
35(
36 long Id,
37 long LabelBegin,
38 long LabelEnd
39 )
40{
41 Tint type;
42 CALL_DEF_POINT pt;
43 CALL_DEF_NORMAL npt, nfa;
44 CALL_DEF_COLOR cpt;
45
46 call_subr_structure_exploration (Id, LabelBegin, LabelEnd, 0, &type, &pt, &npt, &cpt, &nfa);
47
48 return;
49}