Storage of object's vertices. More...
Public Member Functions | |
bool | read (istream &) |
bool | write (ostream &) const |
Public Attributes | |
Point | p |
Vector | n |
TexCoord | t |
Friends | |
istream & | operator>> (istream &in, Vertex &) |
Storage of object's vertices.
bool Core::Mesh::Vertex::read | ( | istream & | in | ) |
References Core::Mesh::t.
bool Core::Mesh::Vertex::write | ( | ostream & | out | ) | const |
References Core::Mesh::t.
istream& operator>> | ( | istream & | in, |
Vertex & | |||
) | [friend] |
Vector Core::Mesh::Vertex::n |
Referenced by rtVTK::glRenderer::drawWireframe(), Core::Mesh::loadML(), and Core::operator<<().
Point Core::Mesh::Vertex::p |
Referenced by rtVTK::glRenderer::drawWireframe(), Core::Mesh::loadML(), and Core::operator<<().
TexCoord Core::Mesh::Vertex::t |
Referenced by Core::operator<<().