65 const std::string& path =
"",
67 const std::string& layer =
"",
68 std::shared_ptr<ConnectionBase> connection =
69 std::shared_ptr<ConnectionBase>());
85 const std::string& path =
"",
87 const std::string& layer =
"",
88 std::shared_ptr<ConnectionBase> connection =
89 std::shared_ptr<ConnectionBase>());
145 const std::string& path =
"",
147 const std::string& layer =
"",
149 const std::map<std::string, core::Tensor>& vertex_attributes =
150 std::map<std::string, core::Tensor>(),
152 const std::map<std::string, core::Tensor>& face_attributes =
153 std::map<std::string, core::Tensor>(),
155 const std::map<std::string, core::Tensor>& line_attributes =
156 std::map<std::string, core::Tensor>(),
157 const std::string& material =
"",
158 const std::map<std::string, float>& material_scalar_attributes =
159 std::map<std::string, float>(),
160 const std::map<std::string, std::array<float, 4>>&
161 material_vector_attributes =
162 std::map<std::string, std::array<float, 4>>(),
163 const std::map<std::string, t::geometry::Image>& texture_maps =
164 std::map<std::string, t::geometry::Image>(),
165 const std::string& o3d_type =
"",
166 std::shared_ptr<ConnectionBase> connection =
167 std::shared_ptr<ConnectionBase>());
183 const std::string& path =
"",
185 const std::string& layer =
"",
186 std::shared_ptr<ConnectionBase> connection =
187 std::shared_ptr<ConnectionBase>());
196 std::shared_ptr<ConnectionBase> connection =
197 std::shared_ptr<ConnectionBase>());
207 std::shared_ptr<ConnectionBase> connection =
208 std::shared_ptr<ConnectionBase>());
bool 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)
Definition: RemoteFunctions.cpp:163
bool SetPointCloud(const geometry::PointCloud &pcd, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
Definition: RemoteFunctions.cpp:44
bool SetTriangleMesh(const geometry::TriangleMesh &mesh, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
Definition: RemoteFunctions.cpp:85
const Dtype Float32
Definition: Dtype.cpp:61
const Dtype Int32
Definition: Dtype.cpp:65
bool SetLegacyCamera(const camera::PinholeCameraParameters &camera, const std::string &path, int time, const std::string &layer, std::shared_ptr< ConnectionBase > connection)
Definition: RemoteFunctions.cpp:314
Definition: PinholeCameraIntrinsic.cpp:35
Definition: ConnectionBase.h:31
bool SetTime(int time, std::shared_ptr< ConnectionBase > connection)
Definition: RemoteFunctions.cpp:371
bool SetActiveCamera(const std::string &path, std::shared_ptr< ConnectionBase > connection)
Definition: RemoteFunctions.cpp:388