OpenMesh
OpenMesh::IO::BaseImporter Member List

This is the complete list of members for OpenMesh::IO::BaseImporter, including all inherited members.

add_edge(VertexHandle _vh0, VertexHandle _vh1)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_face(const VHandles &_indices)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_face(HalfedgeHandle _heh)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_face_texcoords(FaceHandle _fh, VertexHandle _vh, const std::vector< Vec2f > &_face_texcoords)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_face_texcoords(FaceHandle _fh, VertexHandle _vh, const std::vector< Vec3f > &_face_texcoords)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_texture_information(int _id, std::string _name)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_vertex(const Vec3f &_point)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
add_vertex(const Vec3d &_point) (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual
add_vertex()=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
finish() (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual
is_triangle_mesh() const (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual
kernel() (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual
n_edges() const =0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
n_faces() const =0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
n_vertices() const =0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
prepare() (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual
reserve(unsigned int, unsigned int, unsigned int) (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual
set_color(VertexHandle _vh, const Vec3uc &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(VertexHandle _vh, const Vec4uc &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(VertexHandle _vh, const Vec3f &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(VertexHandle _vh, const Vec4f &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(EdgeHandle _eh, const Vec3uc &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(EdgeHandle _eh, const Vec4uc &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(EdgeHandle _eh, const Vec3f &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(EdgeHandle _eh, const Vec4f &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(FaceHandle _fh, const Vec3uc &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(FaceHandle _fh, const Vec4uc &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(FaceHandle _fh, const Vec3f &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_color(FaceHandle _fh, const Vec4f &_color)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_face(HalfedgeHandle _heh, FaceHandle _fh)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_face_texindex(FaceHandle _fh, int _texId)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_halfedge(VertexHandle _vh, HalfedgeHandle _heh)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_next(HalfedgeHandle _heh, HalfedgeHandle _next)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_normal(VertexHandle _vh, const Vec3f &_normal)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_normal(VertexHandle _vh, const Vec3d &_normal)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_normal(FaceHandle _fh, const Vec3f &_normal)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_normal(FaceHandle _fh, const Vec3d &_normal)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_point(VertexHandle _vh, const Vec3f &_point)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_status(VertexHandle _vh, const OpenMesh::Attributes::StatusInfo &_status)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_status(HalfedgeHandle _heh, const OpenMesh::Attributes::StatusInfo &_status)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_status(EdgeHandle _eh, const OpenMesh::Attributes::StatusInfo &_status)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_status(FaceHandle _fh, const OpenMesh::Attributes::StatusInfo &_status)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_texcoord(VertexHandle _vh, const Vec2f &_texcoord)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_texcoord(HalfedgeHandle _heh, const Vec2f &_texcoord)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_texcoord(VertexHandle _vh, const Vec3f &_texcoord)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
set_texcoord(HalfedgeHandle _heh, const Vec3f &_texcoord)=0 (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterpure virtual
VHandles typedef (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporter
~BaseImporter() (defined in OpenMesh::IO::BaseImporter)OpenMesh::IO::BaseImporterinlinevirtual

Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .