Volume Cartographer 2.27.0
Classes | Public Attributes | List of all members
volcart::SimpleMesh Struct Reference

#include <vc/core/types/SimpleMesh.hpp>

Classes

struct  Cell
 
struct  Vertex
 

Public Attributes

std::vector< Vertexverts
 
std::vector< Cellfaces
 

Detailed Description

Generic mesh structure

Definition at line 19 of file SimpleMesh.hpp.

Member Data Documentation

◆ faces

std::vector<Cell> volcart::SimpleMesh::faces

Definition at line 37 of file SimpleMesh.hpp.

◆ verts

std::vector<Vertex> volcart::SimpleMesh::verts

Definition at line 36 of file SimpleMesh.hpp.


The documentation for this struct was generated from the following file: