Opm::BoxManager Class Reference

#include <BoxManager.hpp>

Public Member Functions

 BoxManager (int nx, int ny, int nz)
 
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 ()
 
std::shared_ptr< const BoxgetActiveBox () const
 
std::shared_ptr< const BoxgetGlobalBox () const
 
std::shared_ptr< const BoxgetInputBox () const
 
std::shared_ptr< const BoxgetKeywordBox () const
 

Constructor & Destructor Documentation

Opm::BoxManager::BoxManager ( int  nx,
int  ny,
int  nz 
)

Member Function Documentation

void Opm::BoxManager::endInputBox ( )
void Opm::BoxManager::endKeyword ( )
void Opm::BoxManager::endSection ( )
std::shared_ptr<const Box> Opm::BoxManager::getActiveBox ( ) const
std::shared_ptr<const Box> Opm::BoxManager::getGlobalBox ( ) const
std::shared_ptr<const Box> Opm::BoxManager::getInputBox ( ) const
std::shared_ptr<const Box> Opm::BoxManager::getKeywordBox ( ) const
void Opm::BoxManager::setInputBox ( int  i1,
int  i2,
int  j1,
int  j2,
int  k1,
int  k2 
)
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: