|
Open3D (C++ API)
0.17.0
|
#include <Messages.h>
Public Member Functions | |
| SetMeshData () | |
| MSGPACK_DEFINE_MAP (path, time, layer, data) | |
Static Public Member Functions | |
| static std::string | MsgId () |
Data Fields | |
| std::string | path |
| Path defining the location in the scene tree. More... | |
| int32_t | time |
| The time associated with this data. More... | |
| std::string | layer |
| The layer for this data. More... | |
| MeshData | data |
| The data to be set. More... | |
struct for defining a "set_mesh_data" message, which adds or replaces mesh data.
|
inline |
|
inlinestatic |
| MeshData open3d::io::rpc::messages::SetMeshData::data |
The data to be set.
| std::string open3d::io::rpc::messages::SetMeshData::layer |
The layer for this data.
| std::string open3d::io::rpc::messages::SetMeshData::path |
Path defining the location in the scene tree.
| int32_t open3d::io::rpc::messages::SetMeshData::time |
The time associated with this data.