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

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

#include <array>
#include <cstring>
#include <map>
#include <msgpack.hpp>
#include <string>
#include <vector>
#include "open3d/core/Tensor.h"

Go to the source code of this file.

Data Structures

struct  open3d::io::rpc::messages::Array
 
struct  open3d::io::rpc::messages::MeshData
 struct for storing MeshData, e.g., PointClouds, TriangleMesh, .. More...
 
struct  open3d::io::rpc::messages::SetMeshData
 
struct  open3d::io::rpc::messages::GetMeshData
 struct for defining a "get_mesh_data" message, which requests mesh data. More...
 
struct  open3d::io::rpc::messages::CameraData
 struct for storing camera data More...
 
struct  open3d::io::rpc::messages::SetCameraData
 
struct  open3d::io::rpc::messages::SetTime
 
struct  open3d::io::rpc::messages::SetActiveCamera
 
struct  open3d::io::rpc::messages::SetProperties
 
struct  open3d::io::rpc::messages::Request
 
struct  open3d::io::rpc::messages::Reply
 
struct  open3d::io::rpc::messages::Status
 

Namespaces

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

Functions

std::string open3d::io::rpc::messages::EndiannessStr ()
 
template<class T >
std::string open3d::io::rpc::messages::TypeStr ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< float > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< double > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< int8_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< int16_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< int32_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< int64_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< uint8_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< uint16_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< uint32_t > ()
 
template<>
std::string open3d::io::rpc::messages::TypeStr< uint64_t > ()