ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Messages.h File Reference
#include <array>
#include <cstring>
#include <map>
#include <msgpack.hpp>
#include <string>
#include <vector>
#include "cloudViewer/core/Tensor.h"
Include dependency graph for Messages.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::io
 
 cloudViewer::io::rpc
 
 cloudViewer::io::rpc::messages
 

Functions

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