well_rseg_loader.hpp
Go to the documentation of this file.
1/*
2 Copyright (C) 2011 Equinor ASA, Norway.
3
4 The file 'well_info.c' is part of ERT - Ensemble based Reservoir Tool.
5
6 ERT is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 ERT is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.
14
15 See the GNU General Public License at <http://www.gnu.org/licenses/gpl.html>
16 for more details.
17*/
18
19#ifndef ERT_WELL_RSEG_LOADER_H
20#define ERT_WELL_RSEG_LOADER_H
21
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
28
29
30 typedef struct well_rseg_loader_struct well_rseg_loader_type;
31
34
36 double * well_rseg_loader_load_values(const well_rseg_loader_type * well_rseg_loader, int rseg_offset);
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif
struct ecl_file_view_struct ecl_file_view_type
Definition: ecl_file_view.hpp:50
well_rseg_loader_type * well_rseg_loader_alloc(ecl_file_view_type *rst_view)
void well_rseg_loader_free(well_rseg_loader_type *well_rseg_loader)
int well_rseg_loader_element_count(const well_rseg_loader_type *well_rseg_loader)
double * well_rseg_loader_load_values(const well_rseg_loader_type *well_rseg_loader, int rseg_offset)
struct well_rseg_loader_struct well_rseg_loader_type
Definition: well_rseg_loader.hpp:30