Public Methods
-
Lines3D()
-
~Lines3D()
-
void SetColor(double r, double g, double b, double a)
-
inline void SetVertexs(const vector<Vector3D> &vxs)
-
inline void SetType(unsigned int t)
-
int LoadXML(char* file_name)
- Load a line from a XML file.
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
-
void glDraw()
-
void Out(char* c) const
Private Fields
-
vector<Vector3D> vertexs
-
float width
-
float color[4]
-
unsigned int type
Documentation
- Lines3D()
- ~Lines3D()
- void SetColor(double r, double g, double b, double a)
- inline void SetVertexs(const vector<Vector3D> &vxs)
- inline void SetType(unsigned int t)
- int LoadXML(char* file_name)
- Load a line from a XML file. (0 if OK, 1 if ERROR)
- int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- void glDraw()
- void Out(char* c) const
- vector<Vector3D> vertexs
- float width
- float color[4]
- unsigned int type
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.