#include <hpp/corbaserver/object-map.hh>
|
void | createBox (const std::string boxName, value_type x, value_type y, value_type z) throw (Error) |
|
void | createSphere (const std::string name, value_type radius) throw (Error) |
|
void | createCylinder (const std::string name, value_type radius, value_type length) throw (Error) |
|
void | createPolyhedron (const std::string polyhedronName) throw (hpp::Error) |
|
std::size_t | addPoint (const std::string polyhedronName, value_type x, value_type y, value_type z) throw (hpp::Error) |
|
std::size_t | addTriangle (const std::string polyhedronName, std::size_t pt1, std::size_t pt2, std::size_t pt3) throw (hpp::Error) |
|
CollisionGeometryPtr_t | geometry (const std::string name) throw (Error) |
|
|
template<GeomType geomType, ThrowType throwType> |
bool | nameExists (const std::string &name) const throw (hpp::Error) |
|
Enumerator |
---|
Shape |
|
Polyhedron |
|
BothGeomType |
|
Enumerator |
---|
NoThrow |
|
ThrowIfItExists |
|
ThrowIfItDoesNotExist |
|
std::size_t hpp::corbaServer::ObjectMap::addTriangle |
( |
const std::string |
polyhedronName, |
|
|
std::size_t |
pt1, |
|
|
std::size_t |
pt2, |
|
|
std::size_t |
pt3 |
|
) |
| |
throw | ( | hpp::Error |
| ) | | |
void hpp::corbaServer::ObjectMap::createCylinder |
( |
const std::string |
name, |
|
|
value_type |
radius, |
|
|
value_type |
length |
|
) |
| |
throw | ( | Error |
| ) | | |
void hpp::corbaServer::ObjectMap::createPolyhedron |
( |
const std::string |
polyhedronName | ) |
|
throw | ( | hpp::Error |
| ) | | |
void hpp::corbaServer::ObjectMap::createSphere |
( |
const std::string |
name, |
|
|
value_type |
radius |
|
) |
| |
throw | ( | Error |
| ) | | |
template<GeomType geomType, ThrowType throwType>
bool hpp::corbaServer::ObjectMap::nameExists |
( |
const std::string & |
name | ) |
const |
throw | ( | hpp::Error |
| ) | | |
|
protected |
Map of polyhedra in construction.