Teamcenter C++ API Reference  2312
Mdl0GeomLink.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, Mdl0GeomLink
12  Filename: Mdl0GeomLink.hxx
13  Module: mdl0modelgeometry
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APPMODEL__MDL0GEOMLINK__HXX
18 #define TEAMCENTER__APPMODEL__MDL0GEOMLINK__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/POM_object.hxx>
23 
24 #include <mdl0modelgeometry/libmdl0modelgeometry_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace AppModel
29  {
30  class Mdl0GeomLink;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace AppModel
36  {
37  class Mdl0GeomLinkImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace AppModel
43  {
44  class Mdl0GeomLinkDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace AppModel
50  {
51  class Mdl0GeomLinkDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace AppModel
57  {
58  class Mdl0GeomLinkGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class MDL0MODELGEOMETRY_API Teamcenter::AppModel::Mdl0GeomLink
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getMdl0GeomGroups( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
86 
94  int getMdl0ValidationStatus( bool &value, bool &isNull ) const;
95 protected:
96  // Method to initialize
97  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
98 
102  Mdl0GeomLink();
103 
107  virtual ~Mdl0GeomLink();
108 
109 private:
110  // Getter method for the Implementation Object
111  Mdl0GeomLinkImpl* getMdl0GeomLinkImpl() const;
112  // Setter method for the Implementation Object
113  ::Teamcenter::RootObjectImpl* setMdl0GeomLinkImpl( ::Teamcenter::RootObjectImpl* impl );
114 
115  // Method to set the delete impl boolean
116  void setDeleteImpl( bool del );
117 
118  // Pointer to the Implementation object
119  Mdl0GeomLinkImpl* m_mdl0geomlinkImpl;
120 
121  // Flag to indicate if Implementation object needs to be deleted
123 
127  static std::string name;
128 
133  Mdl0GeomLink( const Mdl0GeomLink& );
135 
136  friend class Mdl0GeomLinkDelegate;
137  friend class Mdl0GeomLinkGenImpl;
138 };
139 
140 #include <mdl0modelgeometry/libmdl0modelgeometry_undef.h>
141 #endif // TEAMCENTER__APPMODEL__MDL0GEOMLINK__HXX