|
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) |
|