PCL
TimePoint.h File Reference
#include <pcl/Defs.h>
#include <pcl/Math.h>
#include <pcl/String.h>

Go to the source code of this file.

Classes

class  pcl::TimePoint
 An instant in any timescale. More...
 

Namespaces

 pcl
 PCL root namespace.
 

Functions

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)