#include <rve_render_client/lines.h>
#include <rve_render_client/material.h>
#include <rve_render_client/scene.h>
#include <rve_msgs/Lines.h>
#include <rve_interfaces/Lines.h>
#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces | |
namespace | rve_render_client |
Defines | |
#define | LINES_MULTIPLEX(func,...) multiplex<rve_interfaces::LinesProxy>(boost::bind(&rve_interfaces::LinesProxy::func, _1, _2, getID(), __VA_ARGS__), proxy_index_); |
Functions | |
LinesPtr | rve_render_client::createLines (const rve_msgs::LinesConstPtr &lines) |
LinesPtr | rve_render_client::createLines (Scene *scene, const rve_msgs::LinesConstPtr &lines) |
#define LINES_MULTIPLEX | ( | func, | |
... | |||
) | multiplex<rve_interfaces::LinesProxy>(boost::bind(&rve_interfaces::LinesProxy::func, _1, _2, getID(), __VA_ARGS__), proxy_index_); |