Open3D (C++ API)  0.19.0
Namespaces | Functions | Variables
FileASSIMP.cpp File Reference
#include <assimp/GltfMaterial.h>
#include <assimp/material.h>
#include <assimp/postprocess.h>
#include <assimp/scene.h>
#include <assimp/Exporter.hpp>
#include <assimp/Importer.hpp>
#include <assimp/ProgressHandler.hpp>
#include <cmath>
#include <cstring>
#include <filesystem>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "open3d/core/TensorFunction.h"
#include "open3d/t/io/ImageIO.h"
#include "open3d/t/io/TriangleMeshIO.h"
#include "open3d/utility/Helper.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressBar.h"

Namespaces

 open3d
 
 open3d::t
 
 open3d::t::io
 

Functions

bool open3d::t::io::ReadTriangleMeshUsingASSIMP (const std::string &filename, geometry::TriangleMesh &mesh, const open3d::io::ReadTriangleMeshOptions &params)
 
bool open3d::t::io::WriteTriangleMeshUsingASSIMP (const std::string &filename, const geometry::TriangleMesh &mesh, const bool write_ascii, const bool compressed, const bool write_vertex_normals, const bool write_vertex_colors, const bool write_triangle_uvs, const bool print_progress)
 

Variables

const unsigned int open3d::t::io::kPostProcessFlags_compulsory
 
const unsigned int open3d::t::io::kPostProcessFlags_fast
 

Variable Documentation

◆ ai_types

std::vector<aiTextureType> ai_types

◆ assimp_id

std::string assimp_id

◆ embed_textures

bool embed_textures

◆ img

geometry::Image img

◆ name

std::string name

◆ supports_materials

bool supports_materials

◆ supports_roughness_metallic

bool supports_roughness_metallic