Class CompoundProjection
Defined in File Projection.h
Inheritance Relationships
Base Type
public ompl::multilevel::Projection
(Class Projection)
Class Documentation
-
class CompoundProjection : public ompl::multilevel::Projection
Public Functions
-
CompoundProjection(const base::StateSpacePtr &bundleSpace, const base::StateSpacePtr &baseSpace, const std::vector<ProjectionPtr> &components)
-
virtual ~CompoundProjection() = default
-
virtual void print(std::ostream &out) const override
Print to stream.
-
unsigned int getBaseDimension() const
Dimension of Base Space.
-
unsigned int getDimension() const
Dimension of Bundle Space.
-
unsigned int getCoDimension() const
Dimension of Bundle - Dimension of Base.
-
virtual bool isFibered() const override
Check that every compound has an explicit fiber representation.
-
CompoundProjection(const base::StateSpacePtr &bundleSpace, const base::StateSpacePtr &baseSpace, const std::vector<ProjectionPtr> &components)