#include <JulianDateCommand.h>
Inheritance diagram for PLearn::JulianDateCommand:
Public Member Functions | |
JulianDateCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'JulianDateCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'JulianDateCommand' command in the command registry. |
|
Definition at line 55 of file JulianDateCommand.cc. |
|
The actual implementation of the 'JulianDateCommand' command.
Implements PLearn::PLearnCommand. Definition at line 66 of file JulianDateCommand.cc. References PLearn::PDate::day, PLearn::endl(), PLearn::PDate::month, PLERROR, PLearn::toint(), and PLearn::PDate::year. |
|
This allows to register the 'JulianDateCommand' command in the command registry.
|