Skip to content
Snippets Groups Projects
Commit d86a1977 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

set/get _globalNum

parent 88640561
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,10 @@ class PView{
// default destructor
~PView();
// get/set global number
static int getGlobalNum(){ return _globalNum; }
static void setGlobalNum(int num){ _globalNum = num; }
// delete the vertex arrays, used to draw the view efficiently
void deleteVertexArrays();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment