OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Public Attributes | List of all members
MeshData Class Reference

#include <MeshGenerator.h>

Public Attributes

std::vector< Vector_tvertices_m
 
std::vector< Vektor< unsigned int, 3 > > triangles_m
 
std::vector< std::pair< Vector_t, Vector_t > > decorations_m
 
int type_m
 

Detailed Description

Definition at line 22 of file MeshGenerator.h.

Member Data Documentation

◆ decorations_m

std::vector<std::pair<Vector_t, Vector_t> > MeshData::decorations_m

◆ triangles_m

std::vector<Vektor<unsigned int, 3> > MeshData::triangles_m

◆ type_m

int MeshData::type_m

Definition at line 27 of file MeshGenerator.h.

Referenced by MeshGenerator::add().

◆ vertices_m

std::vector<Vector_t> MeshData::vertices_m

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