mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Reviewed and simplified DataAccess classes.
Includes some const changes and some renaming p4#: 20687
This commit is contained in:
@@ -29,11 +29,12 @@ class RigGridBase;
|
||||
class RigGridScalarDataAccessFactory
|
||||
{
|
||||
public:
|
||||
static cvf::ref<cvf::StructGridScalarDataAccess> createDataAccessObject(const RigGridBase* grid,
|
||||
const RigEclipseCase* eclipseCase,
|
||||
RifReaderInterface::PorosityModelResultType porosityModel,
|
||||
size_t timeStepIndex,
|
||||
size_t scalarSetIndex);
|
||||
static cvf::ref<cvf::StructGridScalarDataAccess>
|
||||
createPerGridDataAccessObject(RigEclipseCase* eclipseCase,
|
||||
size_t gridIndex,
|
||||
RifReaderInterface::PorosityModelResultType porosityModel,
|
||||
size_t timeStepIndex,
|
||||
size_t scalarSetIndex);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user