Open3D (C++ API)  0.12.0
Namespaces | Functions
RemoteFunctions.h File Reference

(313315d (Wed Dec 23 23:39:47 2020 -0800))

#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"

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::SetMeshData (const core::Tensor &vertices, const std::string &path, int time, const std::string &layer, 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::map< std::string, core::Tensor > &textures, 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)