![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Messages.h>

Public Member Functions | |
| SetMeshData () | |
| MSGPACK_DEFINE_MAP (path, time, layer, data) | |
Static Public Member Functions | |
| static std::string | MsgId () |
Public Attributes | |
| 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.
Definition at line 391 of file Messages.h.
|
inline |
Definition at line 394 of file Messages.h.
|
inlinestatic |
Definition at line 392 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetMeshData(), cloudViewer::io::rpc::SetPointCloud(), and cloudViewer::io::rpc::SetTriangleMesh().
| MeshData cloudViewer::io::rpc::messages::SetMeshData::data |
The data to be set.
Definition at line 404 of file Messages.h.
Referenced by cloudViewer::io::rpc::DataBufferToMetaGeometry(), cloudViewer::visualization::MessageProcessor::ProcessMessage(), cloudViewer::io::rpc::SetMeshData(), cloudViewer::io::rpc::SetPointCloud(), and cloudViewer::io::rpc::SetTriangleMesh().
| std::string cloudViewer::io::rpc::messages::SetMeshData::layer |
The layer for this data.
Definition at line 401 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetMeshData(), cloudViewer::io::rpc::SetPointCloud(), and cloudViewer::io::rpc::SetTriangleMesh().
| std::string cloudViewer::io::rpc::messages::SetMeshData::path |
Path defining the location in the scene tree.
Definition at line 397 of file Messages.h.
Referenced by cloudViewer::io::rpc::DataBufferToMetaGeometry(), cloudViewer::io::rpc::SetMeshData(), cloudViewer::io::rpc::SetPointCloud(), and cloudViewer::io::rpc::SetTriangleMesh().
| int32_t cloudViewer::io::rpc::messages::SetMeshData::time |
The time associated with this data.
Definition at line 399 of file Messages.h.
Referenced by cloudViewer::io::rpc::DataBufferToMetaGeometry(), cloudViewer::io::rpc::SetMeshData(), cloudViewer::io::rpc::SetPointCloud(), and cloudViewer::io::rpc::SetTriangleMesh().