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

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

#include <boost/predef/other/endian.h>
#include <map>
#include <msgpack.hpp>
#include <string>
#include <vector>

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

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