|
Fesapi 2.10.1.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <CorrelationViscositySpecification.h>
Public Member Functions | |
| CorrelationViscositySpecification (gsoap_eml2_3::prodml22__AbstractCorrelationViscosityModel *fromGsoap) | |
| virtual | ~CorrelationViscositySpecification ()=default |
Public Member Functions inherited from prodml2_2::PvtSpecification | |
| PvtSpecification (gsoap_eml2_3::prodml22__AbstractPvtModel *fromGsoap) | |
| virtual | ~PvtSpecification ()=default |
| unsigned int | getCoefficientCount () const |
| double | getCoefficientValue (unsigned int index) const |
| gsoap_eml2_3::prodml22__PvtModelParameterKind | getCoefficientKind (unsigned int index) const |
| bool | hasCoefficientName (unsigned int index) const |
| std::string | getCoefficientName (unsigned int index) const |
| void | pushBackCoefficient (double value, gsoap_eml2_3::prodml22__PvtModelParameterKind kind, const std::string &name="") |
Additional Inherited Members | |
Public Attributes inherited from prodml2_2::PvtSpecification | |
| gsoap_eml2_3::prodml22__AbstractPvtModel * | gsoapProxy |
A correlation viscosity specification.
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
| [in,out] | fromGsoap | If non-null, from gsoap. |
|
virtualdefault |
Destructor does nothing since the memory is managed by the gsoap context.