![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
struct for defining a "get_mesh_data" message, which requests mesh data. More...
#include <Messages.h>

Public Member Functions | |
| GetMeshData () | |
| MSGPACK_DEFINE_MAP (path, time, layer) | |
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 for which to return the data. More... | |
| std::string | layer |
| The layer for which to return the data. More... | |
struct for defining a "get_mesh_data" message, which requests mesh data.
Definition at line 410 of file Messages.h.
|
inline |
Definition at line 413 of file Messages.h.
|
inlinestatic |
Definition at line 411 of file Messages.h.
| std::string cloudViewer::io::rpc::messages::GetMeshData::layer |
The layer for which to return the data.
Definition at line 420 of file Messages.h.
| std::string cloudViewer::io::rpc::messages::GetMeshData::path |
Path defining the location in the scene tree.
Definition at line 416 of file Messages.h.
| int32_t cloudViewer::io::rpc::messages::GetMeshData::time |
The time for which to return the data.
Definition at line 418 of file Messages.h.