Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::io::rpc::messages::SetCameraData Struct Reference

#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.
int32_t time
 The time for which to return the data.
std::string layer
 The layer for which to return the data.
CameraData data
 The data to be set.

Detailed Description

struct for defining a "set_camera_data" message, which adds or replaces a camera in the scene tree.

Constructor & Destructor Documentation

◆ SetCameraData()

open3d::io::rpc::messages::SetCameraData::SetCameraData ( )
inline

Member Function Documentation

◆ MsgId()

std::string open3d::io::rpc::messages::SetCameraData::MsgId ( )
inlinestatic

◆ MSGPACK_DEFINE_MAP()

open3d::io::rpc::messages::SetCameraData::MSGPACK_DEFINE_MAP ( path ,
time ,
layer ,
data  )

Field Documentation

◆ data

CameraData open3d::io::rpc::messages::SetCameraData::data

The data to be set.

◆ layer

std::string open3d::io::rpc::messages::SetCameraData::layer

The layer for which to return the data.

◆ path

std::string open3d::io::rpc::messages::SetCameraData::path

Path defining the location in the scene tree.

◆ time

int32_t open3d::io::rpc::messages::SetCameraData::time

The time for which to return the data.


The documentation for this struct was generated from the following file: