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

Payload-containing struct of the STEP Mesh Reader. 更多...

#include <memory>
#include <vector>
#include <common/Macros.hpp>
#include <step/StepData.hpp>
#include <mesh/TriSoup.hpp>
StepMeshData.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

class  AMCAX::STEP::StepMeshData< Traits >
 Payload-containing struct of the STEP Mesh Reader 更多...
 

命名空间

namespace  AMCAX
 AMCAX 内核提供的所有接口所在的命名空间。
 
namespace  AMCAX::STEP
 AMCAX STEP 模块提供的所有接口所在的命名空间。
 

类型定义

template<typename Traits>
using AMCAX::STEP::StepMeshDataList = std::vector<std::shared_ptr<StepMeshData<Traits>>>
 

详细描述

Payload-containing struct of the STEP Mesh Reader.

This file is part of AMCAX kernel.