Teamcenter C++ API Reference  2312
Mdl0PositionedGeometry.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, Mdl0PositionedGeometry
12  Filename: Mdl0PositionedGeometry.hxx
13  Module: mdl0modelgeometry
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APPMODEL__MDL0POSITIONEDGEOMETRY__HXX
18 #define TEAMCENTER__APPMODEL__MDL0POSITIONEDGEOMETRY__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <mdl0modelgeometry/libmdl0modelgeometry_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace AppModel
30  {
31  class Mdl0PositionedGeometry;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace AppModel
37  {
38  class Mdl0PositionedGeometryImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace AppModel
44  {
45  class Mdl0PositionedGeometryDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace AppModel
51  {
52  class Mdl0PositionedGeometryDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace AppModel
58  {
59  class Mdl0PositionedGeometryGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class MDL0MODELGEOMETRY_API Teamcenter::AppModel::Mdl0PositionedGeometry
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getMdl0absolute_transform( std::vector< double > &values, std::vector< int > &isNull ) const;
87 
95  int getMdl0bounding_box( std::vector< double > &values, std::vector< int > &isNull ) const;
96 
104  int getMdl0GeomLinks( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
105 
113  int getMdl0jt_file( tag_t &value, bool &isNull ) const;
114 
122  int getMdl0position_lmd( date_t &value, bool &isNull ) const;
123 
131  int getMdl0shape_lmd( date_t &value, bool &isNull ) const;
132 
140  int getMdl0ThumbnailDataset( tag_t &value, bool &isNull ) const;
141 
149  int setMdl0absolute_transform( const std::vector< double > &values, const std::vector< int > *isNull=0 );
150 
158  int setMdl0bounding_box( const std::vector< double > &values, const std::vector< int > *isNull=0 );
159 
167  int setMdl0position_lmd( const date_t &value, bool isNull=false );
168 
176  int setMdl0shape_lmd( const date_t &value, bool isNull=false );
177 
185  int setMdl0ThumbnailDataset( const tag_t &value, bool isNull=false );
186 
193  int mdl0CheckShapeOverride( bool *isShapeOverridePresent );
194 protected:
195  // Method to initialize
196  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
197 
202 
206  virtual ~Mdl0PositionedGeometry();
207 
208 private:
209  // Getter method for the Implementation Object
210  Mdl0PositionedGeometryImpl* getMdl0PositionedGeometryImpl() const;
211  // Setter method for the Implementation Object
212  ::Teamcenter::RootObjectImpl* setMdl0PositionedGeometryImpl( ::Teamcenter::RootObjectImpl* impl );
213 
214  // Method to set the delete impl boolean
215  void setDeleteImpl( bool del );
216 
217  // Pointer to the Implementation object
218  Mdl0PositionedGeometryImpl* m_mdl0positionedgeometryImpl;
219 
220  // Flag to indicate if Implementation object needs to be deleted
222 
226  static std::string name;
227 
234 
235  friend class Mdl0PositionedGeometryDelegate;
236  friend class Mdl0PositionedGeometryGenImpl;
237 };
238 
239 #include <mdl0modelgeometry/libmdl0modelgeometry_undef.h>
240 #endif // TEAMCENTER__APPMODEL__MDL0POSITIONEDGEOMETRY__HXX