Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::io::rpc::messages::GetMeshData Struct Reference

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

#include <Messages.h>

Public Member Functions

 GetMeshData ()
 MSGPACK_DEFINE_MAP (path, time, layer)

Static Public Member Functions

static std::string MsgId ()

Data Fields

std::string path
 Path defining the location in the scene tree.
int32_t time
 The time for which to return the data.
std::string layer
 The layer for which to return the data.

Detailed Description

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

Constructor & Destructor Documentation

◆ GetMeshData()

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

Member Function Documentation

◆ MsgId()

std::string open3d::io::rpc::messages::GetMeshData::MsgId ( )
inlinestatic

◆ MSGPACK_DEFINE_MAP()

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

Field Documentation

◆ layer

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

The layer for which to return the data.

◆ path

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

Path defining the location in the scene tree.

◆ time

int32_t open3d::io::rpc::messages::GetMeshData::time

The time for which to return the data.


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