OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class represents an MJD date (Modified Julian date) More...
#include <MJDDateTime.h>
Public Member Functions | |
MJDDateTime () | |
constructor More... | |
~MJDDateTime () | |
Destructor. More... | |
MJDDateTime (const MJDDateTime &rhs) | |
Copy constructor. More... | |
MJDDateTime (long day, unsigned long second, unsigned long microsecond) | |
Constructor with date initialisation. More... | |
MJDDateTime & | operator= (const MJDDateTime &rhs) |
Affectation operator. More... | |
long | get_day () |
unsigned long | get_second () |
unsigned long | get_microsecond () |
void | set_day (long day) |
void | set_second (unsigned long second) |
void | set_microsecond (unsigned long microsecond) |
Protected Attributes | |
long | _day |
unsigned long | _second |
unsigned long | _microsecond |
This class represents an MJD date (Modified Julian date)
Definition at line 25 of file MJDDateTime.h.
ossimplugins::MJDDateTime::MJDDateTime | ( | ) |
ossimplugins::MJDDateTime::~MJDDateTime | ( | ) |
ossimplugins::MJDDateTime::MJDDateTime | ( | const MJDDateTime & | rhs | ) |
ossimplugins::MJDDateTime::MJDDateTime | ( | long | day, |
unsigned long | second, | ||
unsigned long | microsecond | ||
) |
|
inline |
Definition at line 51 of file MJDDateTime.h.
Referenced by ossimplugins::JSDDateTime::JSDDateTime().
|
inline |
Definition at line 61 of file MJDDateTime.h.
Referenced by ossimplugins::JSDDateTime::JSDDateTime().
|
inline |
Definition at line 56 of file MJDDateTime.h.
Referenced by ossimplugins::JSDDateTime::JSDDateTime().
MJDDateTime & ossimplugins::MJDDateTime::operator= | ( | const MJDDateTime & | rhs | ) |
Affectation operator.
Definition at line 43 of file MJDDateTime.cpp.
References _day, _microsecond, and _second.
|
inline |
Definition at line 66 of file MJDDateTime.h.
|
inline |
Definition at line 76 of file MJDDateTime.h.
|
inline |
Definition at line 71 of file MJDDateTime.h.
|
protected |
Definition at line 79 of file MJDDateTime.h.
Referenced by operator=().
|
protected |
Definition at line 84 of file MJDDateTime.h.
Referenced by operator=().
|
protected |
Definition at line 83 of file MJDDateTime.h.
Referenced by operator=().