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

Public Member Functions | |
| SetCameraData () | |
| 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 for which to return the data. More... | |
| std::string | layer |
| The layer for which to return the data. More... | |
| CameraData | data |
| The data to be set. More... | |
struct for defining a "set_camera_data" message, which adds or replaces a camera in the scene tree.
Definition at line 458 of file Messages.h.
|
inline |
Definition at line 461 of file Messages.h.
|
inlinestatic |
Definition at line 459 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| CameraData cloudViewer::io::rpc::messages::SetCameraData::data |
The data to be set.
Definition at line 471 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| std::string cloudViewer::io::rpc::messages::SetCameraData::layer |
The layer for which to return the data.
Definition at line 468 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| std::string cloudViewer::io::rpc::messages::SetCameraData::path |
Path defining the location in the scene tree.
Definition at line 464 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| int32_t cloudViewer::io::rpc::messages::SetCameraData::time |
The time for which to return the data.
Definition at line 466 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().