#include <DGtal/kernel/BasicPointFunctors.h>
template<typename TRealVector, typename TVector>
struct DGtal::functors::VectorRounding< TRealVector, TVector >
Definition at line 812 of file BasicPointFunctors.h.
◆ BOOST_STATIC_ASSERT()
template<typename TRealVector , typename TVector >
◆ operator()()
template<typename TRealVector , typename TVector >
Definition at line 816 of file BasicPointFunctors.h.
819 for (
unsigned int i = 0; i < TVector::dimension; i++ )
820 out[i] = std::round ( point[i] );
The documentation for this struct was generated from the following file: