#include <rve_render_client/sphere.h>#include <rve_render_client/material.h>#include <rve_render_client/scene.h>#include <rve_interfaces/Sphere.h>#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | rve_render_client |
Defines | |
| #define | SPHERE_MULTIPLEX(func,...) multiplex<rve_interfaces::SphereProxy>(boost::bind(&rve_interfaces::SphereProxy::func, _1, _2, getID(), __VA_ARGS__), proxy_index_); |
Functions | |
| SpherePtr | rve_render_client::createSphere (Scene *scene) |
| #define SPHERE_MULTIPLEX | ( | func, | |
| ... | |||
| ) | multiplex<rve_interfaces::SphereProxy>(boost::bind(&rve_interfaces::SphereProxy::func, _1, _2, getID(), __VA_ARGS__), proxy_index_); |
Definition at line 85 of file sphere.cpp.