![]() |
OTB
9.1.1
Orfeo Toolbox
|
Classes | |
| struct | dividable |
| struct | streamable |
| struct | substractable_asym |
Typedefs | |
| using | InternalDurationType = std::chrono::nanoseconds |
| using | InternalTimePointType = std::chrono::time_point< std::chrono::system_clock, InternalDurationType > |
Variables | |
| constexpr double | internalPeriod = static_cast<double>(InternalDurationType::period::num) / InternalDurationType::period::den |
| const std::string | timePointFormat = "%Y-%m-%dT%H:%M:%S" |
| using otb::MetaData::details::InternalDurationType = typedef std::chrono::nanoseconds |
Definition at line 38 of file otbDateTime.h.
| using otb::MetaData::details::InternalTimePointType = typedef std::chrono::time_point<std::chrono::system_clock, InternalDurationType> |
Definition at line 39 of file otbDateTime.h.
|
constexpr |
Definition at line 42 of file otbDateTime.h.
Referenced by otb::MetaData::Duration::Microseconds(), otb::MetaData::Duration::Milliseconds(), otb::MetaData::Duration::Nanoseconds(), and otb::MetaData::Duration::Seconds().
| const std::string otb::MetaData::details::timePointFormat = "%Y-%m-%dT%H:%M:%S" |
Definition at line 45 of file otbDateTime.h.
1.8.17