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

#include <Messages.h>

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

Public Member Functions

 MSGPACK_DEFINE_MAP (path)
 

Static Public Member Functions

static std::string MsgId ()
 

Public Attributes

std::string path
 

Detailed Description

struct for defining a "set_active_camera" message, which sets the active camera as the object with the specified path in the scene tree.

Definition at line 488 of file Messages.h.

Member Function Documentation

◆ MsgId()

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

Definition at line 489 of file Messages.h.

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

◆ MSGPACK_DEFINE_MAP()

cloudViewer::io::rpc::messages::SetActiveCamera::MSGPACK_DEFINE_MAP ( path  )

Member Data Documentation

◆ path

std::string cloudViewer::io::rpc::messages::SetActiveCamera::path

Definition at line 490 of file Messages.h.

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


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