1 #ifndef Geom_OpenBounds_H
2 #define Geom_OpenBounds_H
13 virtual float length()
const {
return 1000000.; }
14 virtual float width()
const {
return 1000000.; }
15 virtual float thickness()
const {
return 1000000.; }
32 #endif // Geom_OpenBounds_H
virtual float thickness() const
virtual float length() const
virtual bool inside(const Local2DPoint &p, const LocalError &err, float scale) const
virtual bool inside(const Local3DPoint &p, const LocalError &err, float scale) const
Determine if a point is inside the bounds, taking error into account.
virtual float width() const
virtual bool inside(const Local3DPoint &p) const
Determine if the point is inside the bounds.
virtual Bounds * clone() const
Unlimited (trivial) bounds.