MVE - Multi-View Environment mve-devel
|
Per-vertex classification and adjacency information. More...
#include <mesh_info.h>
Public Member Functions | |
void | remove_adjacent_face (std::size_t face_id) |
void | remove_adjacent_vertex (std::size_t vertex_id) |
void | replace_adjacent_face (std::size_t old_id, std::size_t new_id) |
void | replace_adjacent_vertex (std::size_t old_id, std::size_t new_id) |
Public Attributes | |
AdjacentFaces | faces |
VertexClass | vclass |
AdjacentVertices | verts |
Per-vertex classification and adjacency information.
Definition at line 42 of file mesh_info.h.
|
inline |
Definition at line 140 of file mesh_info.h.
|
inline |
Definition at line 147 of file mesh_info.h.
|
inline |
Definition at line 154 of file mesh_info.h.
|
inline |
Definition at line 161 of file mesh_info.h.
AdjacentFaces mve::MeshInfo::VertexInfo::faces |
Definition at line 46 of file mesh_info.h.
VertexClass mve::MeshInfo::VertexInfo::vclass |
Definition at line 44 of file mesh_info.h.
AdjacentVertices mve::MeshInfo::VertexInfo::verts |
Definition at line 45 of file mesh_info.h.