#include <ExporterT.hh>
Public Member Functions | |
ExporterT (const Mesh &_mesh) | |
Vec3f | point (VertexHandle _vh) const |
Vec3f | normal (VertexHandle _vh) const |
Vec3uc | color (VertexHandle _vh) const |
Vec2f | texcoord (VertexHandle _vh) const |
unsigned int | get_vhandles (FaceHandle _fh, std::vector< VertexHandle > &_vhandles) const |
Vec3f | normal (FaceHandle _fh) const |
Vec3uc | color (FaceHandle _fh) const |
virtual const BaseKernel * | kernel () |
size_t | n_vertices () const |
size_t | n_faces () const |
size_t | n_edges () const |
bool | is_triangle_mesh () const |
bool | has_vertex_normals () const |
bool | has_vertex_colors () const |
bool | has_vertex_texcoords () const |
bool | has_face_normals () const |
bool | has_face_colors () const |