|
Exotica
|
#include <iostream>#include <msgpack.hpp>#include <geometric_shapes/shapes.h>#include <exotica_core/scene.h>#include <exotica_core/tools.h>
Go to the source code of this file.
Namespaces | |
| exotica | |
| exotica::visualization | |
Macros | |
| #define | MSGPACK_USE_DEFINE_MAP |
| #define | MSGPACK_FEATURE_NOT_SUPPORTED |
Typedefs | |
| typedef msgpack::type::raw_ref | msgpack_raw_ref |
| typedef std::vector< float > | msgpack_ext |
Functions | |
| long | exotica::visualization::RGB (double R, double G, double B) |
| unsigned char | exotica::visualization::random_char () |
| std::string | exotica::visualization::generate_hex (const unsigned int len) |
| std::string | exotica::visualization::generate_uuid () |
| template<typename T > | |
| SetObjectType< T > | exotica::visualization::SetObject (const std::string &path_in, const T &object_in) |
| template<typename T > | |
| Object< T > | exotica::visualization::CreateGeometryObject (const T &geometry_in, const Material &material_in=Material(), const std::string &uuid_in="") |
| template<typename T > | |
| MeshObject< T > | exotica::visualization::CreateMeshObject (const T &geometry_in, const Material &material_in=Material(), const std::string &uuid_in="") |
| #define MSGPACK_FEATURE_NOT_SUPPORTED |
| #define MSGPACK_USE_DEFINE_MAP |
| typedef std::vector<float> msgpack_ext |
| typedef msgpack::type::raw_ref msgpack_raw_ref |
1.8.17