Open3D (C++ API)
0.18.0+85981ff
|
#include <Messages.h>
Public Member Functions | |
SetCameraData () | |
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 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.
|
inline |
|
inlinestatic |
CameraData open3d::io::rpc::messages::SetCameraData::data |
The data to be set.
std::string open3d::io::rpc::messages::SetCameraData::layer |
The layer for which to return the data.
std::string open3d::io::rpc::messages::SetCameraData::path |
Path defining the location in the scene tree.
int32_t open3d::io::rpc::messages::SetCameraData::time |
The time for which to return the data.