40#ifndef WOSS_RES_PRESSURE_BIN_DB_CREATOR_H
41#define WOSS_RES_PRESSURE_BIN_DB_CREATOR_H
76 void setSpaceSampling(
double value ) { space_sampling = value; }
78 double getSpaceSampling() {
return space_sampling; }
84 double space_sampling;
DbCreator for binary Pressure database.
Definition res-pressure-bin-db-creator.h:55
virtual bool initializeDb(WossDb *const woss_db)
Definition res-pressure-bin-db-creator.cpp:100
ResPressureBinDbCreator()
Definition res-pressure-bin-db-creator.cpp:73
virtual WossDb *const createWossDb()
Definition res-pressure-bin-db-creator.cpp:85
Abstract class that provides the interface of database creator ( Factory object )
Definition woss-db-creator.h:64
Abstract class that provides the interface of databases.
Definition woss-db.h:89
Provides the interface for woss::WossDbCreator class.