Merging OCC22105, OCC22354, OCC22150 , OCC22199 , OCC22391 and OCC22108
[occt.git] / src / OpenGl / OpenGl_togl_marker.cxx
CommitLineData
7fd59977 1
2#include <OpenGl_tgl_all.hxx>
3#include <InterfaceGraphic_Graphic3d.hxx>
4#include <OpenGl_tgl.hxx>
5#include <OpenGl_tgl_funcs.hxx>
6#include <OpenGl_tgl_subrs.hxx>
7#include <OpenGl_tgl_utilgr.hxx>
8
9void EXPORT
10call_togl_marker
11(
12 CALL_DEF_GROUP * agroup,
13 CALL_DEF_MARKER * amarker
14 )
15{
16 if (! agroup->IsOpen) call_togl_opengroup (agroup);
17 call_subr_marker (amarker);
18 if (! agroup->IsOpen) call_togl_closegroup (agroup);
19 return;
20}