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

Obj file reader. 更多...

#include <mesh/TriSoup.hpp>
#include <mesh/io/IOOptions.hpp>
#include <mesh/io/MTLMaterial.hpp>
#include <mesh/io/OBJGeometry.hpp>
#include <utilities/Exception.hpp>
#include <utilities/Macros.hpp>
#include <utilities/StringUtils.hpp>
#include <array>
#include <fstream>
#include <map>
#include <string>
#include <type_traits>
#include <vector>
OBJReader.hpp 的引用(Include)关系图:

class  AMCAX::Meshing::Mesh::OBJReader< Traits >
 Read triangle soup from an OBJ file. 更多...
 

命名空间

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

变量

template class AMCAXMeshing_CLASS_API AMCAX::Meshing::Mesh::OBJReader< TriSoupTraits >
 
template class AMCAXMeshing_CLASS_API AMCAX::Meshing::Mesh::OBJReader< TriSoupTraits_Eigen >
 
template class AMCAXMeshing_CLASS_API AMCAX::Meshing::Mesh::OBJReader< TriSoupTraits_Coord >
 

详细描述

Obj file reader.

This file is part of AMCAX kernel.