ecl_rsthead.hpp File Reference
#include <time.h>
#include <ert/ecl/ecl_file.hpp>
#include <ert/ecl/ecl_file_view.hpp>
#include <ert/ecl/ecl_kw.hpp>
Include dependency graph for ecl_rsthead.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ecl_rsthead_type
 

Functions

void ecl_rsthead_free (ecl_rsthead_type *rsthead)
 
ecl_rsthead_typeecl_rsthead_alloc_from_kw (int report_step, const ecl_kw_type *intehead_kw, const ecl_kw_type *doubhead_kw, const ecl_kw_type *logihead_kw)
 
ecl_rsthead_typeecl_rsthead_alloc (const ecl_file_view_type *rst_file, int report_step)
 
ecl_rsthead_typeecl_rsthead_alloc_empty (void)
 
time_t ecl_rsthead_date (const ecl_kw_type *intehead_kw)
 
void ecl_rsthead_fprintf (const ecl_rsthead_type *header, FILE *stream)
 
void ecl_rsthead_fprintf_struct (const ecl_rsthead_type *header, FILE *stream)
 
bool ecl_rsthead_equal (const ecl_rsthead_type *header1, const ecl_rsthead_type *header2)
 
double ecl_rsthead_get_sim_days (const ecl_rsthead_type *header)
 
int ecl_rsthead_get_report_step (const ecl_rsthead_type *header)
 
time_t ecl_rsthead_get_sim_time (const ecl_rsthead_type *header)
 
int ecl_rsthead_get_nxconz (const ecl_rsthead_type *rsthead)
 
int ecl_rsthead_get_ncwmax (const ecl_rsthead_type *rsthead)
 

Function Documentation

◆ ecl_rsthead_alloc()

ecl_rsthead_type * ecl_rsthead_alloc ( const ecl_file_view_type rst_file,
int  report_step 
)

◆ ecl_rsthead_alloc_empty()

ecl_rsthead_type * ecl_rsthead_alloc_empty ( void  )

◆ ecl_rsthead_alloc_from_kw()

ecl_rsthead_type * ecl_rsthead_alloc_from_kw ( int  report_step,
const ecl_kw_type intehead_kw,
const ecl_kw_type doubhead_kw,
const ecl_kw_type logihead_kw 
)

◆ ecl_rsthead_date()

time_t ecl_rsthead_date ( const ecl_kw_type intehead_kw)

◆ ecl_rsthead_equal()

bool ecl_rsthead_equal ( const ecl_rsthead_type header1,
const ecl_rsthead_type header2 
)

◆ ecl_rsthead_fprintf()

void ecl_rsthead_fprintf ( const ecl_rsthead_type header,
FILE *  stream 
)

◆ ecl_rsthead_fprintf_struct()

void ecl_rsthead_fprintf_struct ( const ecl_rsthead_type header,
FILE *  stream 
)

◆ ecl_rsthead_free()

void ecl_rsthead_free ( ecl_rsthead_type rsthead)

◆ ecl_rsthead_get_ncwmax()

int ecl_rsthead_get_ncwmax ( const ecl_rsthead_type rsthead)

◆ ecl_rsthead_get_nxconz()

int ecl_rsthead_get_nxconz ( const ecl_rsthead_type rsthead)

◆ ecl_rsthead_get_report_step()

int ecl_rsthead_get_report_step ( const ecl_rsthead_type header)

◆ ecl_rsthead_get_sim_days()

double ecl_rsthead_get_sim_days ( const ecl_rsthead_type header)

◆ ecl_rsthead_get_sim_time()

time_t ecl_rsthead_get_sim_time ( const ecl_rsthead_type header)