Go to the source code of this file.
|
| | UTIL_IS_INSTANCE_HEADER (fault_block_layer) |
| |
| fault_block_layer_type * | fault_block_layer_alloc (const ecl_grid_type *grid, int k) |
| |
| void | fault_block_layer_free (fault_block_layer_type *layer) |
| |
| void | fault_block_layer_free__ (void *arg) |
| |
| bool | fault_block_layer_has_block (const fault_block_layer_type *layer, int block_id) |
| |
| void | fault_block_layer_del_block (fault_block_layer_type *layer, int block_id) |
| |
| fault_block_type * | fault_block_layer_add_block (fault_block_layer_type *layer, int block_id) |
| |
| fault_block_type * | fault_block_layer_get_block (const fault_block_layer_type *layer, int block_id) |
| |
| fault_block_type * | fault_block_layer_iget_block (const fault_block_layer_type *layer, int storage_index) |
| |
| fault_block_type * | fault_block_layer_safe_get_block (fault_block_layer_type *layer, int block_id) |
| |
| int | fault_block_layer_get_max_id (const fault_block_layer_type *layer) |
| |
| int | fault_block_layer_get_next_id (const fault_block_layer_type *layer) |
| |
| int | fault_block_layer_get_size (const fault_block_layer_type *layer) |
| |
| bool | fault_block_layer_scan_kw (fault_block_layer_type *layer, const ecl_kw_type *fault_block_kw) |
| |
| bool | fault_block_layer_load_kw (fault_block_layer_type *layer, const ecl_kw_type *fault_block_kw) |
| |
| int | fault_block_layer_get_k (const fault_block_layer_type *layer) |
| |
| void | fault_block_layer_scan_layer (fault_block_layer_type *fault_layer, layer_type *layer) |
| |
| void | fault_block_layer_insert_block_content (fault_block_layer_type *layer, const fault_block_type *src_block) |
| |
| bool | fault_block_layer_export (const fault_block_layer_type *layer, ecl_kw_type *faultblock_kw) |
| |
| const ecl_grid_type * | fault_block_layer_get_grid (const fault_block_layer_type *layer) |
| |
| layer_type * | fault_block_layer_get_layer (const fault_block_layer_type *layer) |
| |
◆ fault_block_layer_type
◆ fault_block_layer_add_block()
◆ fault_block_layer_alloc()
◆ fault_block_layer_del_block()
◆ fault_block_layer_export()
◆ fault_block_layer_free()
◆ fault_block_layer_free__()
| void fault_block_layer_free__ |
( |
void * |
arg | ) |
|
◆ fault_block_layer_get_block()
◆ fault_block_layer_get_grid()
◆ fault_block_layer_get_k()
◆ fault_block_layer_get_layer()
◆ fault_block_layer_get_max_id()
◆ fault_block_layer_get_next_id()
◆ fault_block_layer_get_size()
◆ fault_block_layer_has_block()
◆ fault_block_layer_iget_block()
◆ fault_block_layer_insert_block_content()
◆ fault_block_layer_load_kw()
◆ fault_block_layer_safe_get_block()
◆ fault_block_layer_scan_kw()
◆ fault_block_layer_scan_layer()
◆ UTIL_IS_INSTANCE_HEADER()
| UTIL_IS_INSTANCE_HEADER |
( |
fault_block_layer |
| ) |
|