UNIVERS
15.3
UNIVERS base processing software API
|
#include <ikp1dmod.hpp>
Public Member Functions | |
IKP1dModel () | |
IKP1dModel (const IKP1dModel &obj) | |
virtual void | push (IKP1dModLayer &lay) |
virtual | ~IKP1dModel () |
Public Member Functions inherited from IKP1dLayers< IKP1dModLayer > | |
IKP1dLayers (string name="IKP1dLayers") | |
IKP1dLayers (const IKP1dLayers &obj) | |
virtual | ~IKP1dLayers () |
int | laysNum () const |
IKP1dModLayer * | layer (int n) const |
bool | erase (int n) |
void | insert (int n, IKP1dModLayer &lay) |
void | clear () |
void | info () const |
const string & | getName () const |
Additional Inherited Members | |
Protected Attributes inherited from IKP1dLayers< IKP1dModLayer > | |
std::vector< IKP1dModLayer * > | lays |
string | m_name |
1D velocity model object using for optimization
IKP1dModel::IKP1dModel | ( | ) |
Default constructor
IKP1dModel::IKP1dModel | ( | const IKP1dModel & | obj | ) |
Copy constructor
|
virtual |
Destruct object
|
virtual |
Reimplemented layer addition for automatic sorting by ztop
Reimplemented from IKP1dLayers< IKP1dModLayer >.