diff --git a/eo/src/utils/eoRealVectorBounds.h b/eo/src/utils/eoRealVectorBounds.h index c29e2fcc..2fa1ffeb 100644 --- a/eo/src/utils/eoRealVectorBounds.h +++ b/eo/src/utils/eoRealVectorBounds.h @@ -276,6 +276,14 @@ public: } } + /** Ctor from a string + * and don't worry, the readFrom(string) starts by setting everything to 0! + */ + eoRealVectorBounds(string _s) : eoRealBaseVectorBounds() + { + readFrom(_s); + } + /** Dtor: destroy all ownedBounds - BUG ???*/ virtual ~eoRealVectorBounds() {