#include <BoxManager.hpp>
|
| | BoxManager (const EclipseGrid &grid) |
| |
| void | setInputBox (int i1, int i2, int j1, int j2, int k1, int k2) |
| |
| void | setKeywordBox (int i1, int i2, int j1, int j2, int k1, int k2) |
| |
| void | endSection () |
| |
| void | endInputBox () |
| |
| void | endKeyword () |
| |
| const Box & | getActiveBox () const |
| |
| const std::vector< Box::cell_index > & | index_list () const |
| |
◆ BoxManager()
| Opm::BoxManager::BoxManager |
( |
const EclipseGrid & |
grid | ) |
|
◆ endInputBox()
| void Opm::BoxManager::endInputBox |
( |
| ) |
|
◆ endKeyword()
| void Opm::BoxManager::endKeyword |
( |
| ) |
|
◆ endSection()
| void Opm::BoxManager::endSection |
( |
| ) |
|
◆ getActiveBox()
| const Box & Opm::BoxManager::getActiveBox |
( |
| ) |
const |
◆ index_list()
| const std::vector< Box::cell_index > & Opm::BoxManager::index_list |
( |
| ) |
const |
◆ setInputBox()
| void Opm::BoxManager::setInputBox |
( |
int |
i1, |
|
|
int |
i2, |
|
|
int |
j1, |
|
|
int |
j2, |
|
|
int |
k1, |
|
|
int |
k2 |
|
) |
| |
◆ setKeywordBox()
| void Opm::BoxManager::setKeywordBox |
( |
int |
i1, |
|
|
int |
i2, |
|
|
int |
j1, |
|
|
int |
j2, |
|
|
int |
k1, |
|
|
int |
k2 |
|
) |
| |
The documentation for this class was generated from the following file: