Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2_0_1::BlockedWellboreRepresentation Class Referencefinal

#include <BlockedWellboreRepresentation.h>

Inheritance diagram for resqml2_0_1::BlockedWellboreRepresentation:

Public Member Functions

 BlockedWellboreRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 BlockedWellboreRepresentation (resqml2 ::WellboreInterpretation *interp, const std::string &guid, const std::string &title, resqml2 ::WellboreTrajectoryRepresentation *traj)
 Creates an instance of this class in a gsoap context.
 
 BlockedWellboreRepresentation (gsoap_resqml2_0_1::_resqml20__BlockedWellboreRepresentation *fromGsoap)
 
 ~BlockedWellboreRepresentation ()=default
 
void setIntervalGridCells (int8_t const *gridIndices, int8_t gridIndicesNullValue, int64_t const *cellIndices, int8_t const *localFacePairPerCellIndices, int8_t localFacePairPerCellIndicesNullValue, eml2 ::AbstractHdfProxy *hdfProxy=nullptr) final
 
uint64_t getCellCount () const final
 
int8_t getGridIndices (int8_t *gridIndices) const final
 
int64_t getCellIndices (int64_t *cellIndices) const final
 
int8_t getLocalFacePairPerCellIndices (int8_t *localFacePairPerCellIndices) const final
 
void pushBackSupportingGridRepresentation (resqml2 ::AbstractGridRepresentation *supportingGridRep) final
 
uint64_t getSupportingGridRepresentationCount () const final
 
common::DataObjectReference getSupportingGridRepresentationDor (uint64_t index) const final
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static constexpr char const * XML_NS = "resqml20"
 

Detailed Description

A blocked wellbore representation.

Constructor & Destructor Documentation

◆ BlockedWellboreRepresentation() [1/3]

resqml2_0_1::BlockedWellboreRepresentation::BlockedWellboreRepresentation ( gsoap_resqml2_0_1::eml20__DataObjectReference * partialObject)
inline

Only to be used in partial transfer context

Parameters
[in,out]partialObjectIf non-null, the partial object.

◆ BlockedWellboreRepresentation() [2/3]

resqml2_0_1::BlockedWellboreRepresentation::BlockedWellboreRepresentation ( resqml2 ::WellboreInterpretation * interp,
const std::string & guid,
const std::string & title,
resqml2 ::WellboreTrajectoryRepresentation * traj )

Creates an instance of this class in a gsoap context.

Exceptions
std::invalid_argumentIf traj == nullptr.
Parameters
[in]interpThe interpretation the instance represents.
guidA guid for the instance to create.
titleA title for the instance to create.
[in]trajThe wellbore trajectory this intance is based on.

◆ BlockedWellboreRepresentation() [3/3]

resqml2_0_1::BlockedWellboreRepresentation::BlockedWellboreRepresentation ( gsoap_resqml2_0_1::_resqml20__BlockedWellboreRepresentation * fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

Parameters
[in,out]fromGsoapIf non-null, from gsoap.

◆ ~BlockedWellboreRepresentation()

resqml2_0_1::BlockedWellboreRepresentation::~BlockedWellboreRepresentation ( )
default

Destructor does nothing since the memory is managed by the gsoap context.

Member Function Documentation

◆ getXmlNamespace()

std::string resqml2_0_1::BlockedWellboreRepresentation::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

constexpr char const* resqml2_0_1::BlockedWellboreRepresentation::XML_NS = "resqml20"
staticconstexpr

The standard XML namespace for serializing this data object.


The documentation for this class was generated from the following file: