21 #include "resqml2_0_1/AbstractIjkGridRepresentation.h" 33 const std::string & guid,
const std::string & title,
34 const unsigned int & iCount,
const unsigned int & jCount,
const unsigned int & kCount,
35 bool withTruncatedPillars =
false);
38 const std::string & guid,
const std::string & title,
39 const unsigned int & iCount,
const unsigned int & jCount,
const unsigned int & kCount,
40 bool withTruncatedPillars =
false);
53 std::string getHdfProxyUuid()
const;
58 ULONG64 getXyzPointCountOfPatch(
const unsigned int & patchIndex)
const;
68 void getXyzPointsOfKInterfaceSequenceOfPatch(
const unsigned int & kInterfaceStart,
const unsigned int & kInterfaceEnd,
const unsigned int & patchIndex,
double * xyzPoints);
75 void getXyzPointsOfBlockOfPatch(
const unsigned int & patchIndex,
double * xyzPoints);
82 void getXyzPointsOfPatch(
const unsigned int & patchIndex,
double * xyzPoints)
const;
100 void setGeometryAsCoordinateLineNodes(
101 const gsoap_resqml2_0_1::resqml2__PillarShape & mostComplexPillarGeometry,
const gsoap_resqml2_0_1::resqml2__KDirection & kDirectionKind,
const bool & isRightHanded,
103 const unsigned long & splitCoordinateLineCount = 0,
unsigned int * pillarOfCoordinateLine =
nullptr,
104 unsigned int * splitCoordinateLineColumnCumulativeCount =
nullptr,
unsigned int * splitCoordinateLineColumns =
nullptr,
105 char * definedPillars =
nullptr);
110 void setGeometryAsCoordinateLineNodesUsingExistingDatasets(
111 const gsoap_resqml2_0_1::resqml2__PillarShape & mostComplexPillarGeometry,
const gsoap_resqml2_0_1::resqml2__KDirection & kDirectionKind,
const bool & isRightHanded,
113 const unsigned long & splitCoordinateLineCount = 0,
const std::string & pillarOfCoordinateLine =
"",
114 const std::string & splitCoordinateLineColumnCumulativeCount =
"",
const std::string & splitCoordinateLineColumns =
"",
115 const std::string & definedPillars =
"");
117 geometryKind getGeometryKind()
const;
Definition: AbstractIjkGridRepresentation.h:32
Definition: AbstractFeatureInterpretation.h:30
Definition: EpcDocument.h:65
Definition: AbstractHdfProxy.h:30
Definition: IjkGridExplicitRepresentation.h:25
virtual ~IjkGridExplicitRepresentation()
Definition: IjkGridExplicitRepresentation.h:51
Definition: AbstractLocal3dCrs.h:25
IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml2__IjkGridRepresentation *fromGsoap)
Definition: IjkGridExplicitRepresentation.h:45