Functions | |
bool BASE_IMPEXP | isNaN (float v) MRPT_NO_THROWS |
bool BASE_IMPEXP | isNaN (double v) MRPT_NO_THROWS |
bool BASE_IMPEXP | isFinite (float v) MRPT_NO_THROWS |
bool BASE_IMPEXP | isFinite (double v) MRPT_NO_THROWS |
template<class MATRIXLIKE > | |
size_t | size (const MATRIXLIKE &m, int dim) |
bool BASE_IMPEXP mrpt::mrpt::math::isFinite | ( | float | v | ) |
bool BASE_IMPEXP mrpt::mrpt::math::isFinite | ( | double | v | ) |
bool BASE_IMPEXP mrpt::mrpt::math::isNaN | ( | float | v | ) |
bool BASE_IMPEXP mrpt::mrpt::math::isNaN | ( | double | v | ) |
|
inline |
Returns the size of the matrix in the i'th dimension: 1=rows, 2=columns (MATLAB-compatible function)
Definition at line 39 of file maps/CColouredPointsMap.h.
Referenced by mrpt::poses::CPose3D::CPose3D(), mrpt::poses::CPoint< CPoint3D >::fromString(), mrpt::poses::CPose3DQuat::fromString(), mrpt::poses::CPose3DRotVec::fromString(), mrpt::poses::CPose3D::fromString(), mrpt::maps::CColouredPointsMap::getPCLPointCloudXYZRGB(), and mrpt::mrpt::utils::reverseBytesInPlace().
Page generated by Doxygen 1.8.15 for MRPT 1.4.0 SVN: at Sat Aug 3 20:09:00 UTC 2019 |