Teamcenter C++ API Reference  2312
Cfp0AbsVolume.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, Cfp0AbsVolume
12  Filename: Cfp0AbsVolume.hxx
13  Module: cfp0featureplanning
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CFP0FEATUREPLANNING__CFP0ABSVOLUME__HXX
18 #define TEAMCENTER__CFP0FEATUREPLANNING__CFP0ABSVOLUME__HXX
19 
20 #include <common/tc_deprecation_macros.h>
22 
23 #include <cfp0featureplanning/libcfp0featureplanning_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace cfp0featureplanning
28  {
29  class Cfp0AbsVolume;
30  }
31 }
32 namespace Teamcenter
33 {
34  namespace cfp0featureplanning
35  {
36  class Cfp0AbsVolumeImpl;
37  }
38 }
39 namespace Teamcenter
40 {
41  namespace cfp0featureplanning
42  {
43  class Cfp0AbsVolumeDelegate;
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace cfp0featureplanning
49  {
50  class Cfp0AbsVolumeDispatch;
51  }
52 }
53 namespace Teamcenter
54 {
55  namespace cfp0featureplanning
56  {
57  class Cfp0AbsVolumeGenImpl;
58  }
59 }
60 namespace Teamcenter
61 {
62  class RootObjectImpl;
63 }
64 
65 class CFP0FEATUREPLANNING_API Teamcenter::cfp0featureplanning::Cfp0AbsVolume
67 {
68 public:
69 
74  static const std::string& getInterfaceName();
75 
76 
84  int getCfp0Volume( double &value, bool &isNull ) const;
85 protected:
86  // Method to initialize
87  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
88 
92  Cfp0AbsVolume();
93 
97  virtual ~Cfp0AbsVolume();
98 
99 private:
100  // Getter method for the Implementation Object
101  Cfp0AbsVolumeImpl* getCfp0AbsVolumeImpl() const;
102  // Setter method for the Implementation Object
103  ::Teamcenter::RootObjectImpl* setCfp0AbsVolumeImpl( ::Teamcenter::RootObjectImpl* impl );
104 
105  // Method to set the delete impl boolean
106  void setDeleteImpl( bool del );
107 
108  // Pointer to the Implementation object
109  Cfp0AbsVolumeImpl* m_cfp0absvolumeImpl;
110 
111  // Flag to indicate if Implementation object needs to be deleted
113 
117  static std::string name;
118 
123  Cfp0AbsVolume( const Cfp0AbsVolume& );
125 
126  friend class Cfp0AbsVolumeDelegate;
127  friend class Cfp0AbsVolumeGenImpl;
128 };
129 
130 #include <cfp0featureplanning/libcfp0featureplanning_undef.h>
131 #endif // TEAMCENTER__CFP0FEATUREPLANNING__CFP0ABSVOLUME__HXX