Exotica
Public Member Functions | Public Attributes | List of all members
exotica::visualization::SetObjectType< T > Struct Template Reference

#include <visualization_meshcat_types.h>

Collaboration diagram for exotica::visualization::SetObjectType< T >:
Collaboration graph

Public Member Functions

 SetObjectType ()=default
 
 SetObjectType (const std::string &path_in, const T &object_in)
 
 MSGPACK_DEFINE (type, path, object)
 

Public Attributes

std::string type
 
std::string path
 
object
 

Constructor & Destructor Documentation

◆ SetObjectType() [1/2]

template<typename T >
exotica::visualization::SetObjectType< T >::SetObjectType ( )
default

◆ SetObjectType() [2/2]

template<typename T >
exotica::visualization::SetObjectType< T >::SetObjectType ( const std::string &  path_in,
const T &  object_in 
)
inline

Member Function Documentation

◆ MSGPACK_DEFINE()

template<typename T >
exotica::visualization::SetObjectType< T >::MSGPACK_DEFINE ( type  ,
path  ,
object   
)

Member Data Documentation

◆ object

template<typename T >
T exotica::visualization::SetObjectType< T >::object

◆ path

template<typename T >
std::string exotica::visualization::SetObjectType< T >::path

◆ type

template<typename T >
std::string exotica::visualization::SetObjectType< T >::type

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