Open3D (C++ API)  0.12.0
Data Structures | Functions
open3d::io::rpc::messages Namespace Reference

Data Structures

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

Functions

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

Function Documentation

◆ TypeStr()

template<class T >
std::string open3d::io::rpc::messages::TypeStr ( )
inline

Template function for converting types to their string representation. E.g. TypeStr<float>() -> "<f4"

◆ TypeStr< double >()

template<>
std::string open3d::io::rpc::messages::TypeStr< double > ( )
inline

◆ TypeStr< float >()

template<>
std::string open3d::io::rpc::messages::TypeStr< float > ( )
inline

◆ TypeStr< int16_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< int16_t > ( )
inline

◆ TypeStr< int32_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< int32_t > ( )
inline

◆ TypeStr< int64_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< int64_t > ( )
inline

◆ TypeStr< int8_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< int8_t > ( )
inline

◆ TypeStr< uint16_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< uint16_t > ( )
inline

◆ TypeStr< uint32_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< uint32_t > ( )
inline

◆ TypeStr< uint64_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< uint64_t > ( )
inline

◆ TypeStr< uint8_t >()

template<>
std::string open3d::io::rpc::messages::TypeStr< uint8_t > ( )
inline