Robowflex
v0.1
Making MoveIt Easy
|
This is the complete list of members for robowflex::Geometry, including all inherited members.
body_ | robowflex::Geometry | private |
contains(const Eigen::Vector3d &point) const | robowflex::Geometry | |
dimensions_ | robowflex::Geometry | private |
Geometry(ShapeType::Type type, const Eigen::Vector3d &dimensions, const std::string &resource="", const EigenSTL::vector_Vector3d &vertices=EigenSTL::vector_Vector3d{}) | robowflex::Geometry | |
Geometry(const shapes::Shape &shape) | robowflex::Geometry | |
Geometry(const shape_msgs::SolidPrimitive &msg) | robowflex::Geometry | |
Geometry(const shape_msgs::Mesh &msg) | robowflex::Geometry | |
Geometry(const Geometry &)=delete | robowflex::Geometry | |
getAABB(const RobotPose &pose=RobotPose::Identity()) const | robowflex::Geometry | |
getBody() const | robowflex::Geometry | |
getDimensions() const | robowflex::Geometry | |
getMeshMsg() const | robowflex::Geometry | |
getResource() const | robowflex::Geometry | |
getShape() const | robowflex::Geometry | |
getSolidMsg() const | robowflex::Geometry | |
getType() const | robowflex::Geometry | |
getVertices() const | robowflex::Geometry | |
isMesh() const | robowflex::Geometry | |
loadBody() const | robowflex::Geometry | private |
loadShape() const | robowflex::Geometry | private |
makeBox(double x, double y, double z) | robowflex::Geometry | static |
makeBox(const Eigen::Vector3d &dimensions) | robowflex::Geometry | static |
makeCone(double radius, double length) | robowflex::Geometry | static |
makeCylinder(double radius, double length) | robowflex::Geometry | static |
makeMesh(const std::string &resource, const Eigen::Vector3d &scale={1, 1, 1}) | robowflex::Geometry | static |
makeMesh(const EigenSTL::vector_Vector3d &vertices) | robowflex::Geometry | static |
makeSolidPrimitive(const shape_msgs::SolidPrimitive &msg) | robowflex::Geometry | static |
makeSphere(double radius) | robowflex::Geometry | static |
operator=(const Geometry &)=delete | robowflex::Geometry | |
resource_ | robowflex::Geometry | private |
sample(const unsigned int attempts=50) const | robowflex::Geometry | |
shape_ | robowflex::Geometry | private |
type_ | robowflex::Geometry | private |
vertices_ | robowflex::Geometry | private |