Home
last modified time | relevance | path

Searched defs:pcl_lrintf (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/
H A Dpcl_macros.h251 #define pcl_lrintf(x) (lrintf(static_cast<float> (x))) macro
254 #define pcl_lrintf(x) (static_cast<long int>(pcl_round(x))) macro