九韶内核 1.0.0.0
|
Defines primitives used in mesh. 更多...
#include <utilities/Exception.hpp>
#include <utilities/IndexDef.hpp>
#include <array>
#include <unordered_set>
#include <vector>
类 | |
class | AMCAX::Meshing::Mesh::Edge |
Simple representation of edges in mesh. It represent the general edge of mesh in topological sense. It store two end vertices and doesn't store any geometrical information or other extra information. 更多... | |
class | AMCAX::Meshing::Mesh::HalfEdge |
Simple representation of halfedges in mesh. It represent the general halfedge of mesh in topological sense. It store two end vertices and doesn't store any geometrical information or other extra information. 更多... | |
class | AMCAX::Meshing::Mesh::TriFace |
Simple representation of faces in triangle mesh. It represent the general face of mesh in topological sense. It store three vertices (in indices). It doesn't store any geometrical information or other extra information. 更多... | |
class | AMCAX::Meshing::Mesh::TetCell |
Simple representation of tetrahedra cells in tet mesh. It represents the general cell of mesh in topological sense. It store the adjacent relation with other mesh elements, like vertices. It doesn't store any geometrical information or other extra information. 更多... | |
命名空间 | |
namespace | AMCAX |
AMCAX 内核提供的所有接口所在的命名空间。 | |
namespace | AMCAX::Meshing |
AMCAX Meshing 模块提供的所有接口所在的命名空间。 | |
Defines primitives used in mesh.