Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Functions
RemoteFunctions.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#include <array>
#include <map>
#include "open3d/camera/PinholeCameraParameters.h"
#include "open3d/core/Tensor.h"
#include "open3d/geometry/PointCloud.h"
#include "open3d/geometry/TriangleMesh.h"
#include "open3d/io/rpc/ConnectionBase.h"
#include "open3d/t/geometry/Image.h"
#include "open3d/t/geometry/TriangleMesh.h"

Go to the source code of this file.

Namespaces

 zmq
 
 open3d
 
 open3d::io
 
 open3d::io::rpc
 
 open3d::io::rpc::messages
 

Functions

bool open3d::io::rpc::SetPointCloud (const geometry::PointCloud &pcd, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
 
bool open3d::io::rpc::SetTriangleMesh (const geometry::TriangleMesh &mesh, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
 
bool open3d::io::rpc::SetTriangleMesh (const t::geometry::TriangleMesh &mesh, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
 
bool open3d::io::rpc::SetMeshData (const std::string &path, int time, const std::string &layer, const core::Tensor &vertices, const std::map< std::string, core::Tensor > &vertex_attributes, const core::Tensor &faces, const std::map< std::string, core::Tensor > &face_attributes, const core::Tensor &lines, const std::map< std::string, core::Tensor > &line_attributes, const std::string &material, const std::map< std::string, float > &material_scalar_attributes, const std::map< std::string, std::array< float, 4 >> &material_vector_attributes, const std::map< std::string, t::geometry::Image > &texture_maps, const std::string &o3d_type, std::shared_ptr< ConnectionBase > connection)
 
bool open3d::io::rpc::SetLegacyCamera (const camera::PinholeCameraParameters &camera, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
 
bool open3d::io::rpc::SetTime (int time, std::shared_ptr< ConnectionBase > connection)
 
bool open3d::io::rpc::SetActiveCamera (const std::string &path, std::shared_ptr< ConnectionBase > connection)