#include <xFileVertexPool.h>
Public Member Functions | |
XFileVertexPool () | |
~XFileVertexPool () | |
int | add_vertex (const XFileVertex &vertex) |
int | get_num_vertices () |
const Vertexf * | get_vertices () |
const Normalf * | get_normals () |
const TexCoordf * | get_uvs () |
const Colorf * | get_colors () |
void | set_normal (const Normalf &normal) |
void | set_uv (const TexCoordf &uv) |
void | set_color (const Colorf &color) |
bool | operator< (const XFileVertexPool &other) const |
Private Attributes | |
Vertexf | _point |
Normalf | _normal |
TexCoordf | _uv |
Colorf | _color |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 54 of file xFileVertexPool.h. |
|
Definition at line 52 of file xFileVertexPool.h. |
|
Definition at line 51 of file xFileVertexPool.h. |
|
Definition at line 53 of file xFileVertexPool.h. |