#include <pcl/Defs.h>
#include <pcl/Math.h>
#include <pcl/String.h>
Go to the source code of this file.
|
TimePoint | pcl::operator+ (const TimePoint &t, double d) |
|
TimePoint | pcl::operator+ (double d, const TimePoint &t) |
|
TimePoint | pcl::operator- (const TimePoint &t, double d) |
|
constexpr double | pcl::operator- (const TimePoint &t1, const TimePoint &t2) |
|
constexpr bool | pcl::operator< (const TimePoint &t1, const TimePoint &t2) |
|
constexpr bool | pcl::operator< (const TimePoint &t1, double jd2) |
|
constexpr bool | pcl::operator< (double jd1, const TimePoint &t2) |
|
constexpr bool | pcl::operator== (const TimePoint &t1, const TimePoint &t2) |
|
constexpr bool | pcl::operator== (const TimePoint &t1, double jd2) |
|
constexpr bool | pcl::operator== (double jd1, const TimePoint &t2) |
|