21 #include "resqml2/GridConnectionSetRepresentation.h" 28 void init(soap* soapContext,
const std::string & guid,
const std::string & title);
58 const std::string & guid,
const std::string & title);
67 const std::string & guid,
const std::string & title);
79 std::string getHdfProxyUuid()
const;
84 ULONG64 getCellIndexPairCount()
const;
89 ULONG64 getCellIndexPairs(ULONG64 * cellIndexPairs)
const;
95 unsigned int getCellIndexPairCountFromInterpretationIndex(
const unsigned int & interpretationIndex)
const;
100 bool isAssociatedToInterpretations()
const;
106 void getInterpretationIndexCumulativeCount(
unsigned int * cumulativeCount)
const;
112 void getInterpretationIndices(
unsigned int * interpretationIndices)
const;
117 LONG64 getInterpretationIndexNullValue()
const;
126 void getGridConnectionSetInformationFromInterpretationIndex(ULONG64 * cellIndexPairs,
unsigned short * gridIndexPairs,
int * localFaceIndexPairs,
const unsigned int & interpretationIndex)
const;
132 std::string getInterpretationUuidFromIndex(
const unsigned int & interpretationIndex)
const;
137 unsigned int getInterpretationCount()
const;
142 bool hasLocalFacePerCell()
const;
150 LONG64 getLocalFacePerCellIndexPairs(
int * localFacePerCellIndexPairs)
const;
155 bool isBasedOnMultiGrids()
const;
161 void getGridIndexPairs(
unsigned short * gridIndexPairs)
const;
171 void setCellIndexPairsUsingExistingDataset(
const ULONG64 & cellIndexPairCount,
const std::string & cellIndexPair,
const LONG64 & nullValue,
COMMON_NS::AbstractHdfProxy * proxy,
const std::string & gridIndexPair =
"");
181 void setLocalFacePerCellIndexPairsUsingExistingDataset(
const std::string & localFacePerCellIndexPair,
const LONG64 & nullValue,
COMMON_NS::AbstractHdfProxy * proxy);
191 void setLocalFacePerCellIndexPairs(
const ULONG64 & cellIndexPairCount,
int * localFacePerCellIndexPair,
const LONG64 & nullValue,
COMMON_NS::AbstractHdfProxy * proxy);
200 void setConnectionInterpretationIndices(
unsigned int * interpretationIndices,
const unsigned int & interpretationIndiceCount,
const LONG64 & nullValue,
COMMON_NS::AbstractHdfProxy * proxy);
205 unsigned int getSupportingGridRepresentationCount()
const;
210 gsoap_resqml2_0_1::eml20__DataObjectReference* getSupportingGridRepresentationDor(
unsigned int index)
const;
Definition: GridConnectionSetRepresentation.h:25
Definition: AbstractFeatureInterpretation.h:30
Definition: EpcDocument.h:65
~GridConnectionSetRepresentation()
Definition: GridConnectionSetRepresentation.h:77
Definition: AbstractGridRepresentation.h:32
Definition: AbstractHdfProxy.h:30
GridConnectionSetRepresentation(gsoap_resqml2_0_1::_resqml2__GridConnectionSetRepresentation *fromGsoap)
Definition: GridConnectionSetRepresentation.h:72
Definition: GridConnectionSetRepresentation.h:25
Definition: EpcDocument.h:49
GridConnectionSetRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: GridConnectionSetRepresentation.h:48