Volume Cartographer 2.27.0
|
#include <vc/core/types/SimpleMesh.hpp>
Classes | |
struct | Cell |
struct | Vertex |
Public Attributes | |
std::vector< Vertex > | verts |
std::vector< Cell > | faces |
Generic mesh structure
Definition at line 19 of file SimpleMesh.hpp.
std::vector<Cell> volcart::SimpleMesh::faces |
Definition at line 37 of file SimpleMesh.hpp.
std::vector<Vertex> volcart::SimpleMesh::verts |
Definition at line 36 of file SimpleMesh.hpp.