|
World Ocean Simulation System (WOSS) library
|
DbCreator for textual TimeArr database. More...
#include <res-time-arr-bin-db-creator.h>


Public Member Functions | |
| ResTimeArrBinDbCreator () | |
| virtual WossDb *const | createWossDb () |
| void | setSpaceSampling (double value) |
| double | getSpaceSampling () |
Public Member Functions inherited from woss::WossDbCreator | |
| WossDbCreator () | |
| WossDbCreator & | setDebug (bool flag) |
| WossDbCreator & | setWossDebug (bool flag) |
| WossDbCreator & | setDbPathName (const ::std::string &name) |
| bool | isUsingDebug () const |
| bool | isUsingWossDbDebug () const |
| ::std::string | getDbPathName () const |
Protected Member Functions | |
| virtual bool | initializeDb (WossDb *const woss_db) |
Protected Attributes | |
| double | space_sampling |
Protected Attributes inherited from woss::WossDbCreator | |
| bool | debug |
| bool | woss_db_debug |
| ::std::string | pathname |
DbCreator for textual TimeArr database.
ResTimeArrBinDbCreator implements WossDbCreator for textual TimeArr database
| ResTimeArrBinDbCreator::ResTimeArrBinDbCreator | ( | ) |
ResTimeArrBinDbCreator default constructor
|
virtual |
This method is called to create and initialize a ResTimeArrTxtDb
Implements woss::WossDbCreator.
References woss::WossDbCreator::debug, initializeDb(), and woss::WossDbCreator::pathname.

|
protectedvirtual |
Initializes the pointed object
| woss_db | pointer to a recently created ResTimeArrTxtDb |
Implements woss::WossDbCreator.
References woss::WossDbCreator::initializeDb().
Referenced by createWossDb().
