OTB  9.0.0
Orfeo Toolbox
Classes | Typedefs | Variables
otb::MetaData::details Namespace Reference

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"
 

Typedef Documentation

◆ InternalDurationType

using otb::MetaData::details::InternalDurationType = typedef std::chrono::nanoseconds

Definition at line 38 of file otbDateTime.h.

◆ InternalTimePointType

using otb::MetaData::details::InternalTimePointType = typedef std::chrono::time_point<std::chrono::system_clock, InternalDurationType>

Definition at line 39 of file otbDateTime.h.

Variable Documentation

◆ internalPeriod

constexpr double otb::MetaData::details::internalPeriod = static_cast<double>(InternalDurationType::period::num) / InternalDurationType::period::den
constexpr

◆ timePointFormat

const std::string otb::MetaData::details::timePointFormat = "%Y-%m-%dT%H:%M:%S"

Definition at line 45 of file otbDateTime.h.