ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::io::rpc::messages::SetCameraData Struct Reference

#include <Messages.h>

Collaboration diagram for cloudViewer::io::rpc::messages::SetCameraData:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SetCameraData()

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

Definition at line 461 of file Messages.h.

Member Function Documentation

◆ MsgId()

static std::string cloudViewer::io::rpc::messages::SetCameraData::MsgId ( )
inlinestatic

Definition at line 459 of file Messages.h.

Referenced by cloudViewer::io::rpc::SetLegacyCamera().

◆ MSGPACK_DEFINE_MAP()

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

Member Data Documentation

◆ data

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().

◆ layer

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().

◆ path

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().

◆ time

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().


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