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

#include <Messages.h>

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

Public Member Functions

 SetMeshData ()
 
 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 associated with this data. More...
 
std::string layer
 The layer for this data. More...
 
MeshData data
 The data to be set. More...
 

Detailed Description

struct for defining a "set_mesh_data" message, which adds or replaces mesh data.

Definition at line 391 of file Messages.h.

Constructor & Destructor Documentation

◆ SetMeshData()

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

Definition at line 394 of file Messages.h.

Member Function Documentation

◆ MsgId()

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

◆ MSGPACK_DEFINE_MAP()

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

Member Data Documentation

◆ data

◆ layer

std::string cloudViewer::io::rpc::messages::SetMeshData::layer

◆ path

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

◆ time

int32_t cloudViewer::io::rpc::messages::SetMeshData::time

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