|
cgv
|
Additional Inherited Members | |
Public Types inherited from cgv::math::piecewise_interpolator_storage< PointT, ValueT, ParamT > | |
| using | point_type = PointT |
Public Member Functions inherited from cgv::math::piecewise_interpolator_storage< PointT, ValueT, ParamT > | |
| piecewise_interpolator_storage (std::initializer_list< point_type > points) | |
| piecewise_interpolator_storage (const std::vector< point_type > &points) | |
| template<class IteratorT > | |
| piecewise_interpolator_storage (IteratorT first, IteratorT last) | |
Public Member Functions inherited from cgv::math::interpolator< ValueT, ParamT > | |
| virtual std::unique_ptr< interpolator > | clone () const =0 |
| virtual ValueT | at (ParamT t) const =0 |
| Return the interpolated value at position t. | |
| virtual std::vector< ValueT > | quantize (size_t n) const |
| Return a sequence of n uniformly-spaced samples from the interpolator within the parameter range [0,1]. | |
Public Attributes inherited from cgv::math::piecewise_interpolator_storage< PointT, ValueT, ParamT > | |
| std::vector< point_type > | points |
Definition at line 605 of file interpolate.h.