#include <TriangleMeshWall.h>
◆ Vertex() [1/2]
TriangleMeshWall::Vertex::Vertex |
( |
| ) |
|
|
default |
◆ Vertex() [2/2]
TriangleMeshWall::Vertex::Vertex |
( |
Vec3D |
P | ) |
|
|
inlineexplicit |
double P
Uniform pressure.
Definition: TwenteMeshGluing.cpp:77
Vec3D position
The vertex position.
Definition: TriangleMeshWall.h:226
◆ position
Vec3D TriangleMeshWall::Vertex::position |
◆ triangleIndices
std::vector<std::pair<unsigned, unsigned> > TriangleMeshWall::Vertex::triangleIndices |
Vector of pairs, with for each pair first an index to the triangle in the triangles vector and second a local vertex index to know which of the three triangle vertices corresponds to this one.
Referenced by TriangleMeshWall::refineTriangle().
The documentation for this struct was generated from the following file: