class FaceIJK


Public Fields

[more]Vector3D Normal
private:
[more]Vector3D Baricentre
[more]unsigned int I
[more]unsigned int J
[more]unsigned int K
[more]unsigned int R
index of vertex
[more]unsigned int S
[more]unsigned int T
[more]unsigned int Material
index of vertex's texture coordinates: I -> R, J -> S, K -> T

Public Methods

[more] FaceIJK()
[more] FaceIJK(unsigned int i, unsigned int j, unsigned int k, unsigned int m, unsigned int r=0, unsigned int s=0, unsigned int t=0)
[more] ~FaceIJK()
[more]void Set(unsigned int i, unsigned int j, unsigned int k, unsigned int m, unsigned int r=0, unsigned int s=0, unsigned int t=0)
[more]void SetNormal(Vector3D normal)
[more]void SetBaricentre(Vector3D bar)
[more]void SetMaterial(unsigned int m)
[more]int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
Parse a FaceIJK node inside a XML file.


Documentation

o FaceIJK()

o FaceIJK(unsigned int i, unsigned int j, unsigned int k, unsigned int m, unsigned int r=0, unsigned int s=0, unsigned int t=0)

o ~FaceIJK()

ovoid Set(unsigned int i, unsigned int j, unsigned int k, unsigned int m, unsigned int r=0, unsigned int s=0, unsigned int t=0)

ovoid SetNormal(Vector3D normal)

ovoid SetBaricentre(Vector3D bar)

ovoid SetMaterial(unsigned int m)

oint ParseXML(xmlDocPtr doc, xmlNodePtr cur)
Parse a FaceIJK node inside a XML file. (1 if OK, 0 if ERROR)

oVector3D Normal
private:

oVector3D Baricentre

ounsigned int I

ounsigned int J

ounsigned int K

ounsigned int R
index of vertex

ounsigned int S

ounsigned int T

ounsigned int Material
index of vertex's texture coordinates: I -> R, J -> S, K -> T


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.