EmptyStateSpace.h
double getMaximumExtent() const override
Get the maximum value a call to distance() can return (or an upper bound). For unbounded state spaces...
Definition: EmptyStateSpace.h:177
RealVectorStateSpace(unsigned int dim=0)
Constructor. The dimension of of the space needs to be specified. A space representing Rdim will be i...
Definition: RealVectorStateSpace.h:166
unsigned int getDimension() const override
Get the dimension of the space (not the dimension of the surrounding ambient space)
Definition: EmptyStateSpace.h:172
void setup() override
Perform final setup steps. This function is automatically called by the SpaceInformation....
Definition: EmptyStateSpace.h:167
double getMeasure() const override
Get a measure of the space (this can be thought of as a generalization of volume)
Definition: EmptyStateSpace.h:162