52 #ifndef __PCL_InterlacedTransformation_h
53 #define __PCL_InterlacedTransformation_h
58 #include <pcl/Diagnostics.h>
97 : m_distance(
pcl::
Max( 1, n ) )
99 PCL_PRECONDITION( n > 0 )
124 return m_distance > 1;
150 PCL_PRECONDITION( n > 0 )
163 SetInterlacingDistance( 1 );
constexpr const T & Max(const T &a, const T &b) noexcept