Class OcTree
Defined in File shapes.h
Inheritance Relationships
Base Type
public shapes::Shape
(Class Shape)
Class Documentation
-
class OcTree : public shapes::Shape
Representation of an octomap::OcTree as a Shape.
Public Functions
-
OcTree()
-
virtual void print(std::ostream &out = std::cout) const override
Print information about this shape.
-
virtual void scaleAndPadd(double scale, double padd) override
Uniformly scale and padd this shape.
-
virtual bool isFixed() const override
Return a flag indicating whether this shape can be scaled and/or padded.
Public Members
-
std::shared_ptr<const octomap::OcTree> octree
Public Static Attributes
-
static const std::string STRING_NAME
The type of the shape, as a string.
-
OcTree()