52 const std::string & guid,
53 const std::string & title,
54 RESQML2_NS::SealedSurfaceFrameworkRepresentation* ssf);
66 DLL_IMPORT_OR_EXPORT
void pushBackVolumeRegion(RESQML2_NS::StratigraphicUnitInterpretation * stratiUnitInterp,
67 unsigned int externalShellFaceCount,
68 unsigned int const* faceRepresentationIndices,
unsigned int const* faceRepPatchIndices,
bool const* faceSide)
final;
71 unsigned int externalShellFaceCount,
72 unsigned int const* faceRepresentationIndices,
unsigned int const* faceRepPatchIndices,
bool const* faceSide)
final;
76 DLL_IMPORT_OR_EXPORT uint64_t getInternalShellCount(uint64_t regionIndex) const final;
78 DLL_IMPORT_OR_EXPORT uint64_t getFaceCountOfExternalShell(uint64_t regionIndex) const final;
80 DLL_IMPORT_OR_EXPORT uint64_t getFaceCountOfInternalShell(uint64_t regionIndex,
unsigned int internalShellIndex) const final;
82 DLL_IMPORT_OR_EXPORT RESQML2_NS::AbstractRepresentation* getRepOfExternalShellFace(uint64_t regionIndex,
unsigned int faceIndex) const final;
84 DLL_IMPORT_OR_EXPORT RESQML2_NS::AbstractRepresentation* getRepOfInternalShellFace(uint64_t regionIndex,
unsigned int internalShellIndex,
unsigned int faceIndex) const final;
86 DLL_IMPORT_OR_EXPORT uint64_t getRepPatchIndexOfExternalShellFace(uint64_t regionIndex,
unsigned int faceIndex) const final;
88 DLL_IMPORT_OR_EXPORT uint64_t getRepPatchIndexOfInternalShellFace(uint64_t regionIndex,
unsigned int internalShellIndex,
unsigned int faceIndex) const final;
90 DLL_IMPORT_OR_EXPORT
bool getSideFlagOfExternalShellFace(uint64_t regionIndex,
unsigned int faceIndex) const final;
92 DLL_IMPORT_OR_EXPORT
bool getSideFlagOfInternalShellFace(uint64_t regionIndex,
unsigned int internalShellIndex,
unsigned int faceIndex) const final;
97 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
102 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
116 gsoap_resqml2_0_1::resqml20__VolumeShell* createVolumeShell(
117 unsigned int shellFaceCount,
118 unsigned int const* faceRepresentationIndices,
unsigned int const* faceRepPatchIndices,
bool const* faceSide);
127 gsoap_resqml2_0_1::resqml20__VolumeRegion* getRegion(uint64_t regionIndex)
const;
136 gsoap_resqml2_0_1::resqml20__VolumeShell* getRegionExternalShell(uint64_t regionIndex)
const;
146 gsoap_resqml2_0_1::resqml20__VolumeShell* getRegionInternalShell(uint64_t regionIndex,
unsigned int internalShellIndex)
const;
156 gsoap_resqml2_0_1::resqml20__OrientedMacroFace* getRegionExternalShellFace(uint64_t regionIndex,
unsigned int faceIndex)
const;
167 gsoap_resqml2_0_1::resqml20__OrientedMacroFace* getRegionInternalShellFace(uint64_t regionIndex,
unsigned int internalShellIndex,
unsigned int faceIndex)
const;
169 COMMON_NS::DataObjectReference getSealedStructuralFrameworkDor() const final;
171 COMMON_NS::DataObjectReference getStratiUnitInterpDor(uint64_t regionIndex) const final;
SealedVolumeFrameworkRepresentation(resqml2::StratigraphicColumnRankInterpretation *interp, const std::string &guid, const std::string &title, resqml2::SealedSurfaceFrameworkRepresentation *ssf)
Creates an instance of this class in a gsoap context.