class Lines3D


Public Methods

[more] Lines3D()
[more] ~Lines3D()
[more]void SetColor(double r, double g, double b, double a)
[more]inline void SetVertexs(const vector<Vector3D> &vxs)
[more]inline void SetType(unsigned int t)
[more]int LoadXML(char* file_name)
Load a line from a XML file.
[more]int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
[more]void glDraw()
[more]void Out(char* c) const

Private Fields

[more]vector<Vector3D> vertexs
[more]float width
[more]float color[4]
[more]unsigned int type


Documentation

o Lines3D()

o ~Lines3D()

ovoid SetColor(double r, double g, double b, double a)

oinline void SetVertexs(const vector<Vector3D> &vxs)

oinline void SetType(unsigned int t)

oint LoadXML(char* file_name)
Load a line from a XML file. (0 if OK, 1 if ERROR)

oint ParseXML(xmlDocPtr doc, xmlNodePtr cur)

ovoid glDraw()

ovoid Out(char* c) const

ovector<Vector3D> vertexs

ofloat width

ofloat color[4]

ounsigned 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++.