Enmesh
Loading...
Searching...
No Matches
Enmesh::Mesh< ElementType > Struct Template Reference

A class representing a 3D mesh. More...

#include <mesh.h>

Public Attributes

std::vector< Pointvertices
 List of vertices in the mesh.
std::vector< ElementType > elements
 List of elements defined by vertex indices.
std::vector< float > ratios
 aspect ratios of elements (for quality analysis)

Detailed Description

template<typename ElementType>
struct Enmesh::Mesh< ElementType >

A class representing a 3D mesh.


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