Fesapi  0.13.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
SealedSurfaceFrameworkRepresentation.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/RepresentationSetRepresentation.h"
22 
23 namespace RESQML2_NS {
24  class AbstractHdfProxy;
25 }
26 
27 namespace RESQML2_0_1_NS
28 {
30  {
31 
32  public:
33 
37  SealedSurfaceFrameworkRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RepresentationSetRepresentation(partialObject) {}
38 
46  const std::string & guid,
47  const std::string & title);
48 
52  SealedSurfaceFrameworkRepresentation(gsoap_resqml2_0_1::_resqml2__SealedSurfaceFrameworkRepresentation* fromGsoap): RepresentationSetRepresentation(fromGsoap) {}
53 
58 
68  void pushBackSealedContactRepresentation(const gsoap_resqml2_0_1::resqml2__IdentityKind & kind);
69 
83  void pushBackSealedContactRepresentation(
84  const gsoap_resqml2_0_1::resqml2__IdentityKind & kind,
85  const unsigned int & patchCount,
86  const unsigned int & identicalNodesCount,
87  int * identicalNodes,
89 
97  void pushBackContactPatchInSealedContactRepresentation(
98  const unsigned int & contactIndex,
99  int * nodeIndicesOnSupportingRepresentation, const unsigned int & NodeCount,
100  class AbstractRepresentation * supportingRepresentation,
102 
110  void pushBackContactIdentity(
111  const gsoap_resqml2_0_1::resqml2__IdentityKind & kind,
112  const unsigned int & sealedContactRepresentationsCount, int * sealedContactRepresentationsIndexes,
114 
124  void pushBackContactIdentity(
125  const gsoap_resqml2_0_1::resqml2__IdentityKind & kind,
126  const unsigned int & sealedContactRepresentationsCount, int * sealedContactRepresentationsIndexes,
127  const unsigned int & identicalNodesCount, int * identicalNodesIndexes,
129 
130  static const char* XML_TAG;
131  virtual std::string getXmlTag() const {return XML_TAG;}
132 
133  virtual std::string getHdfProxyUuid() const;
134  };
135 
136 } // namespace RESQML2_0_1_NS
137 
Definition: EpcDocument.h:65
SealedSurfaceFrameworkRepresentation(gsoap_resqml2_0_1::_resqml2__SealedSurfaceFrameworkRepresentation *fromGsoap)
Definition: SealedSurfaceFrameworkRepresentation.h:52
Definition: StructuralOrganizationInterpretation.h:26
virtual std::string getXmlTag() const
Definition: SealedSurfaceFrameworkRepresentation.h:131
Definition: SealedSurfaceFrameworkRepresentation.h:29
Definition: AbstractHdfProxy.h:30
Definition: RepresentationSetRepresentation.h:25
~SealedSurfaceFrameworkRepresentation()
Definition: SealedSurfaceFrameworkRepresentation.h:57
SealedSurfaceFrameworkRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: SealedSurfaceFrameworkRepresentation.h:37
Definition: EpcDocument.h:49