+
+ culooks (const char* name, const int& xcubes, const int& ycubes, const int& l, int *argc, char **argv);
+ void setLink (const int& cubeid, const int& posdir,
+ const float& red, const float& green, const float& blue, const float& alpha);
+ void setPlaq (const int& cubeid, const int& posdir,
+ const float& red, const float& green, const float& blue, const float& alpha);
+ void swapBuffers();
+ void hidePlaqs(const int& cubeid);
+ void hidePlaqs();
+ void hideLinks(const int& cubeid);
+ void hideLinks();
+ void setBgColor(const float& red, const float& green, const float& blue, const float& alpha);
+ void setWireColor(const float& r, const float& g, const float& b, const float& a);
+ void setFrameWidth(float width);
+ void setLinkWidth(float width);
+
+ private:
+
+ struct comarg {
+ int *argc;
+ char **argv;
+ };
+
+ static comarg comArg;
+