54 const std::string & guid,
55 const std::string & title);
67 DLL_IMPORT_OR_EXPORT
void pushBackContact(gsoap_resqml2_0_1::resqml20__IdentityKind kind)
final;
69 DLL_IMPORT_OR_EXPORT
void pushBackContact(
70 gsoap_resqml2_0_1::resqml20__IdentityKind kind,
71 unsigned int patchCount,
72 unsigned int identicalNodesCount,
73 int const* identicalNodes,
74 EML2_NS::AbstractHdfProxy * proxy)
final;
76 DLL_IMPORT_OR_EXPORT
void pushBackContactPatch(
77 unsigned int contactIdx,
78 int const* nodeIndicesOnSupportingRepresentation, uint64_t nodeCount,
79 RESQML2_NS::AbstractRepresentation * supportingRepresentation,
80 EML2_NS::AbstractHdfProxy * proxy)
final;
82 DLL_IMPORT_OR_EXPORT
unsigned int getContactCount() const final;
84 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__IdentityKind getContactPatchIdentityKind(
unsigned int contactIdx) const final;
86 DLL_IMPORT_OR_EXPORT
bool areAllContactPatchNodesIdentical(
unsigned int contactIdx) const final;
88 DLL_IMPORT_OR_EXPORT
unsigned int getIdenticalContactPatchNodeCount(
unsigned int contactIdx) const final;
90 DLL_IMPORT_OR_EXPORT
void getIdenticalContactPatchNodeIndices(
unsigned int contactIdx,
unsigned int * nodeIndices) const final;
92 DLL_IMPORT_OR_EXPORT
unsigned int getContactPatchCount(
unsigned int contactIdx) const final;
94 DLL_IMPORT_OR_EXPORT RESQML2_NS::AbstractRepresentation* getRepresentationOfContactPatch(
unsigned int contactIdx,
unsigned int cpIndex) const final;
96 DLL_IMPORT_OR_EXPORT
unsigned int getRepresentationIndexOfContactPatch(
unsigned int contactIdx,
unsigned int cpIndex) const final;
98 DLL_IMPORT_OR_EXPORT
unsigned int getContactPatchNodeCount(
unsigned int contactIdx,
unsigned int cpIndex) const final;
109 DLL_IMPORT_OR_EXPORT
void getContactPatchNodeIndices(
unsigned int contactIdx,
unsigned int cpIndex,
unsigned int * nodeIndices) const final;
114 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
119 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
131 gsoap_resqml2_0_1::resqml20__SealedContactRepresentationPart* getContact(
unsigned int contactIdx)
const;
143 gsoap_resqml2_0_1::resqml20__ContactPatch* getContactPatch(
unsigned int contactIdx,
unsigned int cpIndex)
const;