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

struct for defining a "get_mesh_data" message, which requests mesh data. More...

#include <Messages.h>

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

Public Member Functions

 GetMeshData ()
 
 MSGPACK_DEFINE_MAP (path, time, layer)
 

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

Detailed Description

struct for defining a "get_mesh_data" message, which requests mesh data.

Definition at line 410 of file Messages.h.

Constructor & Destructor Documentation

◆ GetMeshData()

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

Definition at line 413 of file Messages.h.

Member Function Documentation

◆ MsgId()

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

Definition at line 411 of file Messages.h.

◆ MSGPACK_DEFINE_MAP()

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

Member Data Documentation

◆ layer

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

The layer for which to return the data.

Definition at line 420 of file Messages.h.

◆ path

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

Path defining the location in the scene tree.

Definition at line 416 of file Messages.h.

◆ time

int32_t cloudViewer::io::rpc::messages::GetMeshData::time

The time for which to return the data.

Definition at line 418 of file Messages.h.


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