#include <space.hh>
Public Member Functions | |
WatchedVecRef (const Vector< Scalar > &_x) | |
WatchedVecRef (const WatchedVecRef< Scalar > &w) | |
virtual | ~WatchedVecRef () |
Vector< Scalar > & | get () |
Vector< Scalar > const & | get () const |
bool | update () const |
The update method returns true if an update was necessary (meaning the vector had been modified since the last update).
Definition at line 906 of file space.hh.
RVL::WatchedVecRef< Scalar >::WatchedVecRef | ( | const Vector< Scalar > & | _x | ) |
RVL::WatchedVecRef< Scalar >::WatchedVecRef | ( | const WatchedVecRef< Scalar > & | w | ) |
virtual RVL::WatchedVecRef< Scalar >::~WatchedVecRef | ( | ) | [virtual] |
Vector<Scalar>& RVL::WatchedVecRef< Scalar >::get | ( | ) |
Vector<Scalar> const& RVL::WatchedVecRef< Scalar >::get | ( | ) | const |
bool RVL::WatchedVecRef< Scalar >::update | ( | ) | const |