template struct mrpt::math::internal::ProvideStaticResize
Provided for STL and matrices/vectors compatibility.
#include <mrpt/math/TPoseOrPoint.h> template <typename Derived> struct ProvideStaticResize { // methods void resize(std::size_t n); }; // direct descendants template <typename T> struct TPoint2D_; template <typename T> struct TPoint3D_;
Methods
void resize(std::size_t n)
throws if attempted to resize to incorrect length