|
九韶内核 1.0.0.0
|
Enumerations in NextMesh 更多...
#include <common/CoordT.hpp>#include <cstddef>#include <cstdint>#include <string>#include <topology/TopoShape.hpp>#include <vector>

类 | |
| struct | AMCAX::NextMesh::TaggedShape |
| Shape with tag 更多... | |
| struct | AMCAX::NextMesh::ShapeData |
| Input geometry with tags 更多... | |
| struct | AMCAX::NextMesh::OutParams |
| Control parameters for exporting file 更多... | |
命名空间 | |
| namespace | AMCAX |
| AMCAX 内核提供的所有接口所在的命名空间。 | |
| namespace | AMCAX::NextMesh |
| AMCAX NextMesh 模块提供的所有接口所在的命名空间。 | |
类型定义 | |
| using | AMCAX::NextMesh::NMMeshElem = void * |
| using | AMCAX::NextMesh::NMMeshNode = void * |
| using | AMCAX::NextMesh::NMEntity = void * |
| using | AMCAX::NextMesh::Indext = uint32_t |
| using | AMCAX::NextMesh::EntTag = uint32_t |
| using | AMCAX::NextMesh::NMPoint3 = AMCAX::Coord3d |
| Type of point/vector | |
| using | AMCAX::NextMesh::NMVector3 = NMPoint3 |
| using | AMCAX::NextMesh::NMShape = AMCAX::TopoShape |
| Shape | |
| typedef void | AMCAX::NextMesh::PBCallBackFunc(int, const std::string &) |
| Type of callback function | |
枚举 | |
| enum class | AMCAX::NextMesh::Orientation { Forward , Reversed , Internal , External } |
| Type of orientation | |
| enum class | AMCAX::NextMesh::DimType { DAll = -1 , D0 = 0 , D1 = 1 , D2 = 2 , D3 = 3 } |
| Type of dimension | |
| enum class | AMCAX::NextMesh::ElemType { Node_1 = 1 , Line_2 = 2 , Tri_3 = 3 , Tet_4 = 4 , Quad_4 = 5 , Hex_8 = 6 , Pyramid_5 = 7 , Prism_6 = 8 , Line_3 = 9 , Tri_6 = 10 , Tet_10 = 11 , Quad_8 = 12 , Hex_20 = 13 , Prism_15 = 14 , Pyramid_13 = 15 , Quad_9 = 16 , Hex_27 = 17 , Prism_18 = 18 , Pyramid_14 = 19 } |
| Type of mesh element | |
| enum class | AMCAX::NextMesh::OutFileType { AUTO , OBJ , VTK , FLUENT_MSH } |
| Type of output file | |
Enumerations in NextMesh