Teamcenter C++ API Reference  2312
Rlz0Subset.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, Rlz0Subset
12  Filename: Rlz0Subset.hxx
13  Module: rlz0realization
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__REALIZATION__RLZ0SUBSET__HXX
18 #define TEAMCENTER__REALIZATION__RLZ0SUBSET__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <rlz0realization/librlz0realization_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Realization
30  {
31  class Rlz0Subset;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Realization
37  {
38  class Rlz0SubsetImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Realization
44  {
45  class Rlz0SubsetDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Realization
51  {
52  class Rlz0SubsetDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Realization
58  {
59  class Rlz0SubsetGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class RLZ0REALIZATION_API Teamcenter::Realization::Rlz0Subset
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getRlz0SubsetInstance( tag_t &value, bool &isNull ) const;
87 
95  int setRlz0Transform( const std::vector< double > &values, const std::vector< int > *isNull=0 );
96 protected:
97  // Method to initialize
98  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
99 
103  Rlz0Subset();
104 
108  virtual ~Rlz0Subset();
109 
110 private:
111  // Getter method for the Implementation Object
112  Rlz0SubsetImpl* getRlz0SubsetImpl() const;
113  // Setter method for the Implementation Object
114  ::Teamcenter::RootObjectImpl* setRlz0SubsetImpl( ::Teamcenter::RootObjectImpl* impl );
115 
116  // Method to set the delete impl boolean
117  void setDeleteImpl( bool del );
118 
119  // Pointer to the Implementation object
120  Rlz0SubsetImpl* m_rlz0subsetImpl;
121 
122  // Flag to indicate if Implementation object needs to be deleted
124 
128  static std::string name;
129 
134  Rlz0Subset( const Rlz0Subset& );
135  Rlz0Subset& operator=( const Rlz0Subset& );
136 
137  friend class Rlz0SubsetDelegate;
138  friend class Rlz0SubsetGenImpl;
139 };
140 
141 #include <rlz0realization/librlz0realization_undef.h>
142 #endif // TEAMCENTER__REALIZATION__RLZ0SUBSET__HXX