36 #include "resqml2/GridConnectionSetRepresentation.h" 43 void init(soap* soapContext,
const std::string & guid,
const std::string & title);
73 const std::string & guid,
const std::string & title);
82 const std::string & guid,
const std::string & title);
94 std::string getHdfProxyUuid()
const;
99 ULONG64 getCellIndexPairCount()
const;
104 ULONG64 getCellIndexPairs(ULONG64 * cellIndexPairs)
const;
110 unsigned int getCellIndexPairCountFromInterpretationIndex(
const unsigned int & interpretationIndex)
const;
115 bool isAssociatedToInterpretations()
const;
121 void getInterpretationIndexCumulativeCount(
unsigned int * cumulativeCount)
const;
127 void getInterpretationIndices(
unsigned int * interpretationIndices)
const;
132 LONG64 getInterpretationIndexNullValue()
const;
141 void getGridConnectionSetInformationFromInterpretationIndex(ULONG64 * cellIndexPairs, ULONG64 * gridIndexPairs,
int * localFaceIndexPairs,
const unsigned int & interpretationIndex)
const;
147 std::string getInterpretationUuidFromIndex(
const unsigned int & interpretationIndex)
const;
152 unsigned int getInterpretationCount()
const;
157 bool hasLocalFacePerCell()
const;
163 void getLocalFacePerCellIndexPairs(
int * localFacePerCellIndexPairs)
const;
168 bool isBasedOnMultiGrids()
const;
174 void getGridIndexPairs(ULONG64 * gridIndexPairs)
const;
184 void setCellIndexPairsUsingExistingDataset(
const ULONG64 & cellIndexPairCount,
const std::string & cellIndexPair,
const ULONG64 & nullValue,
common::AbstractHdfProxy * proxy,
const std::string & gridIndexPair =
"");
194 void setLocalFacePerCellIndexPairsUsingExistingDataset(
const std::string & localFacePerCellIndexPair,
common::AbstractHdfProxy * proxy);
204 void setLocalFacePerCellIndexPairs(
const ULONG64 & cellIndexPairCount,
int * localFacePerCellIndexPair,
common::AbstractHdfProxy * proxy);
213 void setConnectionInterpretationIndices(
unsigned int * interpretationIndices,
const unsigned int & interpretationIndiceCount,
const ULONG64 & nullValue,
common::AbstractHdfProxy * proxy);
218 unsigned int getSupportingGridRepresentationCount()
const;
223 gsoap_resqml2_0_1::eml20__DataObjectReference* getSupportingGridRepresentationDor(
unsigned int index)
const;
GridConnectionSetRepresentation(gsoap_resqml2_0_1::_resqml2__GridConnectionSetRepresentation *fromGsoap)
Definition: GridConnectionSetRepresentation.h:87
GridConnectionSetRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: GridConnectionSetRepresentation.h:63
Definition: AbstractGridRepresentation.h:47
Definition: EpcDocument.h:78
~GridConnectionSetRepresentation()
Definition: GridConnectionSetRepresentation.h:92
Definition: GridConnectionSetRepresentation.h:40
Definition: GridConnectionSetRepresentation.h:40
Definition: EpcDocument.h:62
Definition: AbstractHdfProxy.h:45
Definition: AbstractFeatureInterpretation.h:45