Public Member Functions | |
virtual | ~TimeNetcdfEncoder () |
TimeNetcdfEncoder (const std::string &dir_name, bool gz_compress=false, bool use_subdirs=false) | |
Derived from NetcdfEncoder. | |
Protected Member Functions | |
virtual std::string | getTimePartOfFileName (const code::Time &t) const |
Include milisecond information on the file name. |
virtual code::TimeNetcdfEncoder::~TimeNetcdfEncoder | ( | ) | [inline, virtual] |
code::TimeNetcdfEncoder::TimeNetcdfEncoder | ( | const std::string & | dir_name, | |
bool | gz_compress = false , |
|||
bool | use_subdirs = false | |||
) |
Derived from NetcdfEncoder.
dir_name | Local directory to write in. | |
gz_compress | Whether we should compress the netcdf file. | |
whether | the files should be organized into subdirectories. |
virtual std::string code::TimeNetcdfEncoder::getTimePartOfFileName | ( | const code::Time & | t | ) | const [protected, virtual] |
Include milisecond information on the file name.