TimeRange class
          #include <iDynTree/TimeRange.h>
        
        
        Public static functions
Constructors, destructors, conversion operators
Public functions
- auto initTime() const -> double
 - auto endTime() const -> double
 - auto length() const -> double
 - auto setTimeInterval(const double init, const double end) -> bool
 - auto operator<(const TimeRange& rhs) const -> bool
 - auto operator==(const TimeRange& rhs) const -> bool
 - auto operator!=(const TimeRange& rhs) const -> bool
 - auto isValid() const -> bool
 - auto isInRange(double time) const -> bool
 - auto isInstant() const -> bool