Fesapi  0.16.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
IjkGridExplicitRepresentation.h
1 /*-----------------------------------------------------------------------
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"; you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9 
10  http://www.apache.org/licenses/LICENSE-2.0
11 
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18 -----------------------------------------------------------------------*/
19 #pragma once
20 
21 #include "resqml2_0_1/AbstractIjkGridRepresentation.h"
22 
23 namespace RESQML2_0_1_NS
24 {
30  {
31  public:
32 
37  const std::string & guid, const std::string & title,
38  const unsigned int & iCount, const unsigned int & jCount, const unsigned int & kCount,
39  bool withTruncatedPillars = false);
40 
42  const std::string & guid, const std::string & title,
43  const unsigned int & iCount, const unsigned int & jCount, const unsigned int & kCount,
44  bool withTruncatedPillars = false);
45 
49  IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml2__IjkGridRepresentation* fromGsoap) : AbstractIjkGridRepresentation(fromGsoap) {}
50  IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml2__TruncatedIjkGridRepresentation* fromGsoap) : AbstractIjkGridRepresentation(fromGsoap) {}
51 
56 
57  DLL_IMPORT_OR_EXPORT std::string getHdfProxyUuid() const;
58 
62  DLL_IMPORT_OR_EXPORT ULONG64 getXyzPointCountOfPatch(const unsigned int & patchIndex) const;
63 
72  DLL_IMPORT_OR_EXPORT void getXyzPointsOfKInterfaceSequenceOfPatch(const unsigned int & kInterfaceStart, const unsigned int & kInterfaceEnd, const unsigned int & patchIndex, double * xyzPoints);
73 
79  DLL_IMPORT_OR_EXPORT void getXyzPointsOfBlockOfPatch(const unsigned int & patchIndex, double * xyzPoints);
80 
86  DLL_IMPORT_OR_EXPORT void getXyzPointsOfPatch(const unsigned int & patchIndex, double * xyzPoints) const;
87 
104  DLL_IMPORT_OR_EXPORT void setGeometryAsCoordinateLineNodes(
105  const gsoap_resqml2_0_1::resqml2__PillarShape & mostComplexPillarGeometry, const gsoap_resqml2_0_1::resqml2__KDirection & kDirectionKind, const bool & isRightHanded,
106  double * points, COMMON_NS::AbstractHdfProxy* proxy,
107  const unsigned long & splitCoordinateLineCount = 0, unsigned int * pillarOfCoordinateLine = nullptr,
108  unsigned int * splitCoordinateLineColumnCumulativeCount = nullptr, unsigned int * splitCoordinateLineColumns = nullptr,
109  char * definedPillars = nullptr);
110 
115  const gsoap_resqml2_0_1::resqml2__PillarShape & mostComplexPillarGeometry, const gsoap_resqml2_0_1::resqml2__KDirection & kDirectionKind, const bool & isRightHanded,
116  const std::string & points, COMMON_NS::AbstractHdfProxy* proxy,
117  const unsigned long & splitCoordinateLineCount = 0, const std::string & pillarOfCoordinateLine = "",
118  const std::string & splitCoordinateLineColumnCumulativeCount = "", const std::string & splitCoordinateLineColumns = "",
119  const std::string & definedPillars = "");
120 
124  DLL_IMPORT_OR_EXPORT bool isNodeGeometryCompressed() const;
125 
126  DLL_IMPORT_OR_EXPORT geometryKind getGeometryKind() const;
127  };
128 }
RESQML2_0_1_NS::IjkGridExplicitRepresentation::getXyzPointsOfKInterfaceSequenceOfPatch
DLL_IMPORT_OR_EXPORT void getXyzPointsOfKInterfaceSequenceOfPatch(const unsigned int &kInterfaceStart, const unsigned int &kInterfaceEnd, const unsigned int &patchIndex, double *xyzPoints)
COMMON_NS::AbstractHdfProxy
Definition: AbstractHdfProxy.h:30
RESQML2_0_1_NS::IjkGridExplicitRepresentation::IjkGridExplicitRepresentation
IjkGridExplicitRepresentation(gsoap_resqml2_0_1::_resqml2__IjkGridRepresentation *fromGsoap)
Definition: IjkGridExplicitRepresentation.h:49
RESQML2_0_1_NS::IjkGridExplicitRepresentation::IjkGridExplicitRepresentation
IjkGridExplicitRepresentation(soap *soapContext, RESQML2_NS::AbstractLocal3dCrs *crs, const std::string &guid, const std::string &title, const unsigned int &iCount, const unsigned int &jCount, const unsigned int &kCount, bool withTruncatedPillars=false)
RESQML2_0_1_NS::IjkGridExplicitRepresentation::isNodeGeometryCompressed
DLL_IMPORT_OR_EXPORT bool isNodeGeometryCompressed() const
RESQML2_0_1_NS::IjkGridExplicitRepresentation
Definition: IjkGridExplicitRepresentation.h:29
RESQML2_0_1_NS::AbstractIjkGridRepresentation
Definition: AbstractIjkGridRepresentation.h:32
RESQML2_NS::AbstractLocal3dCrs
Definition: AbstractLocal3dCrs.h:25
RESQML2_0_1_NS::IjkGridExplicitRepresentation::setGeometryAsCoordinateLineNodes
DLL_IMPORT_OR_EXPORT void setGeometryAsCoordinateLineNodes(const gsoap_resqml2_0_1::resqml2__PillarShape &mostComplexPillarGeometry, const gsoap_resqml2_0_1::resqml2__KDirection &kDirectionKind, const bool &isRightHanded, double *points, COMMON_NS::AbstractHdfProxy *proxy, const unsigned long &splitCoordinateLineCount=0, unsigned int *pillarOfCoordinateLine=nullptr, unsigned int *splitCoordinateLineColumnCumulativeCount=nullptr, unsigned int *splitCoordinateLineColumns=nullptr, char *definedPillars=nullptr)
RESQML2_0_1_NS::IjkGridExplicitRepresentation::getXyzPointsOfBlockOfPatch
DLL_IMPORT_OR_EXPORT void getXyzPointsOfBlockOfPatch(const unsigned int &patchIndex, double *xyzPoints)
RESQML2_0_1_NS::IjkGridExplicitRepresentation::getXyzPointCountOfPatch
DLL_IMPORT_OR_EXPORT ULONG64 getXyzPointCountOfPatch(const unsigned int &patchIndex) const
RESQML2_0_1_NS::IjkGridExplicitRepresentation::~IjkGridExplicitRepresentation
virtual ~IjkGridExplicitRepresentation()
Definition: IjkGridExplicitRepresentation.h:55
RESQML2_0_1_NS::IjkGridExplicitRepresentation::setGeometryAsCoordinateLineNodesUsingExistingDatasets
DLL_IMPORT_OR_EXPORT void setGeometryAsCoordinateLineNodesUsingExistingDatasets(const gsoap_resqml2_0_1::resqml2__PillarShape &mostComplexPillarGeometry, const gsoap_resqml2_0_1::resqml2__KDirection &kDirectionKind, const bool &isRightHanded, const std::string &points, COMMON_NS::AbstractHdfProxy *proxy, const unsigned long &splitCoordinateLineCount=0, const std::string &pillarOfCoordinateLine="", const std::string &splitCoordinateLineColumnCumulativeCount="", const std::string &splitCoordinateLineColumns="", const std::string &definedPillars="")
RESQML2_NS::AbstractFeatureInterpretation
Definition: AbstractFeatureInterpretation.h:30
RESQML2_0_1_NS::IjkGridExplicitRepresentation::getXyzPointsOfPatch
DLL_IMPORT_OR_EXPORT void getXyzPointsOfPatch(const unsigned int &patchIndex, double *xyzPoints) const