World Ocean Simulation System (WOSS) library
|
DbCreator for textual Pressure database. More...
#include <res-pressure-txt-db-creator.h>
Public Member Functions | |
ResPressureTxtDbCreator () | |
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 Pressure database.
ResPressureTxtDbCreator implements WossDbCreator for textual Pressure database
ResPressureTxtDbCreator::ResPressureTxtDbCreator | ( | ) |
ResPressureTxtDbCreator default constructor
|
virtual |
This method is called to create and initialize a ResPressureTxtDb
Implements woss::WossDbCreator.
References woss::WossDbCreator::debug, initializeDb(), and woss::WossDbCreator::pathname.
|
protectedvirtual |
Initializes the pointed object
woss_db | pointer to a recently created ResPressureTxtDb |
Implements woss::WossDbCreator.
References woss::WossDbCreator::initializeDb().
Referenced by createWossDb().