37 #ifndef OMPL_BASE_SPACES_REAL_VECTOR_BOUNDS_
38 #define OMPL_BASE_SPACES_REAL_VECTOR_BOUNDS_
56 high.resize(dim, 0.0);
66 void setLow(
unsigned int index,
double value);
69 void setHigh(
unsigned int index,
double value);
80 void check(
void)
const;
83 std::vector<double>
low;