Teamcenter C++ API Reference  2312
Mdl0GeomCnstrntCollection.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Mdl0GeomCnstrntCollection
12  Filename: Mdl0GeomCnstrntCollection.hxx
13  Module: mdl0modelgeometry
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APPMODEL__MDL0GEOMCNSTRNTCOLLECTION__HXX
18 #define TEAMCENTER__APPMODEL__MDL0GEOMCNSTRNTCOLLECTION__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <mdl0modelgeometry/libmdl0modelgeometry_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace AppModel
29  {
30  class Mdl0GeomCnstrntCollection;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace AppModel
36  {
37  class Mdl0GeomCnstrntCollectionImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace AppModel
43  {
44  class Mdl0GeomCnstrntCollectionDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace AppModel
50  {
51  class Mdl0GeomCnstrntCollectionDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace AppModel
57  {
58  class Mdl0GeomCnstrntCollectionGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class MDL0MODELGEOMETRY_API Teamcenter::AppModel::Mdl0GeomCnstrntCollection
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getMdl0BackgroundMembers( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
86 
94  int getMdl0ForegroundMembers( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
95 
103  int getMdl0TotalBackgroundMembers( int &value, bool &isNull ) const;
104 
112  int getMdl0TotalForegroundMembers( int &value, bool &isNull ) const;
113 
121  int getMdl0TotStubbedBackgroundMem( int &value, bool &isNull ) const;
122 
130  int getMdl0TotStubbedForegroundMem( int &value, bool &isNull ) const;
131 protected:
132  // Method to initialize
133  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
134 
139 
143  virtual ~Mdl0GeomCnstrntCollection();
144 
145 private:
146  // Getter method for the Implementation Object
147  Mdl0GeomCnstrntCollectionImpl* getMdl0GeomCnstrntCollectionImpl() const;
148  // Setter method for the Implementation Object
149  ::Teamcenter::RootObjectImpl* setMdl0GeomCnstrntCollectionImpl( ::Teamcenter::RootObjectImpl* impl );
150 
151  // Method to set the delete impl boolean
152  void setDeleteImpl( bool del );
153 
154  // Pointer to the Implementation object
155  Mdl0GeomCnstrntCollectionImpl* m_mdl0geomcnstrntcollectionImpl;
156 
157  // Flag to indicate if Implementation object needs to be deleted
159 
163  static std::string name;
164 
171 
172  friend class Mdl0GeomCnstrntCollectionDelegate;
173  friend class Mdl0GeomCnstrntCollectionGenImpl;
174 };
175 
176 #include <mdl0modelgeometry/libmdl0modelgeometry_undef.h>
177 #endif // TEAMCENTER__APPMODEL__MDL0GEOMCNSTRNTCOLLECTION__HXX