#include <rve_render_client/box.h>
#include <rve_render_client/material.h>
#include <rve_render_client/scene.h>
#include <rve_msgs/make_vector3.h>
#include <rve_interfaces/Box.h>
#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces | |
namespace | rve_render_client |
Defines | |
#define | BOX_MULTIPLEX(func,...) multiplex<rve_interfaces::BoxProxy>(boost::bind(&rve_interfaces::BoxProxy::func, _1, _2, getID(), __VA_ARGS__), proxy_index_); |
Functions | |
BoxPtr | rve_render_client::createBox () |
BoxPtr | rve_render_client::createBox (Scene *scene) |
#define BOX_MULTIPLEX | ( | func, | |
... | |||
) | multiplex<rve_interfaces::BoxProxy>(boost::bind(&rve_interfaces::BoxProxy::func, _1, _2, getID(), __VA_ARGS__), proxy_index_); |