AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
MeshPrimitive.hpp 文件参考

Defines primitives used in mesh. 更多...

#include <utilities/Exception.hpp>
#include <utilities/IndexDef.hpp>
#include <array>
#include <unordered_set>
#include <vector>
MeshPrimitive.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

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.

This file is part of AMCAX kernel.