Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Static Public Member Functions | Data Fields
open3d::io::rpc::messages::SetMeshData Struct Reference

#include <Messages.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ SetMeshData()

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

Member Function Documentation

◆ MsgId()

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

◆ MSGPACK_DEFINE_MAP()

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

Field Documentation

◆ data

MeshData open3d::io::rpc::messages::SetMeshData::data

The data to be set.

◆ layer

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

The layer for this data.

◆ path

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

Path defining the location in the scene tree.

◆ time

int32_t open3d::io::rpc::messages::SetMeshData::time

The time associated with this data.


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