36 #include "resqml2_0_1/AbstractIjkGridRepresentation.h" 48 const std::string & guid,
const std::string & title,
49 const unsigned int & iCount,
const unsigned int & jCount,
const unsigned int & kCount,
50 bool withTruncatedPillars =
false);
53 const std::string & guid,
const std::string & title,
54 const unsigned int & iCount,
const unsigned int & jCount,
const unsigned int & kCount,
55 bool withTruncatedPillars =
false);
68 std::string getHdfProxyUuid()
const;
73 ULONG64 getXyzPointCountOfPatch(
const unsigned int & patchIndex)
const;
83 void getXyzPointsOfKInterfaceSequenceOfPatch(
const unsigned int & kInterfaceStart,
const unsigned int & kInterfaceEnd,
const unsigned int & patchIndex,
double * xyzPoints);
90 void getXyzPointsOfPatch(
const unsigned int & patchIndex,
double * xyzPoints)
const;
108 void setGeometryAsCoordinateLineNodes(
109 const gsoap_resqml2_0_1::resqml2__PillarShape & mostComplexPillarGeometry,
const gsoap_resqml2_0_1::resqml2__KDirection & kDirectionKind,
const bool & isRightHanded,
111 const unsigned long & splitCoordinateLineCount = 0,
unsigned int * pillarOfCoordinateLine =
nullptr,
112 unsigned int * splitCoordinateLineColumnCumulativeCount =
nullptr,
unsigned int * splitCoordinateLineColumns =
nullptr,
113 char * definedPillars =
nullptr);
118 void setGeometryAsCoordinateLineNodesUsingExistingDatasets(
119 const gsoap_resqml2_0_1::resqml2__PillarShape & mostComplexPillarGeometry,
const gsoap_resqml2_0_1::resqml2__KDirection & kDirectionKind,
const bool & isRightHanded,
121 const unsigned long & splitCoordinateLineCount = 0,
const std::string & pillarOfCoordinateLine =
"",
122 const std::string & splitCoordinateLineColumnCumulativeCount =
"",
const std::string & splitCoordinateLineColumns =
"",
123 const std::string & definedPillars =
"");
125 geometryKind getGeometryKind()
const;
Definition: AbstractIjkGridRepresentation.h:46
Definition: IjkGridExplicitRepresentation.h:40
Definition: AbstractLocal3dCrs.h:40
Definition: EpcDocument.h:78
virtual ~IjkGridExplicitRepresentation()
Definition: IjkGridExplicitRepresentation.h:66
IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml2__IjkGridRepresentation *fromGsoap)
Definition: IjkGridExplicitRepresentation.h:60
Definition: AbstractHdfProxy.h:45
Definition: AbstractFeatureInterpretation.h:45