Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Messages.h File Reference
#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

namespace  open3d
namespace  open3d::io
namespace  open3d::io::rpc
namespace  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 > ()