Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
cpd0cd
Cpd0ShapeDesign.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, Cpd0ShapeDesign
12
Filename: Cpd0ShapeDesign.hxx
13
Module: cpd0cd
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__CPD__CPD0SHAPEDESIGN__HXX
18
#define TEAMCENTER__CPD__CPD0SHAPEDESIGN__HXX
19
20
#include <unidefs.h>
21
#include <common/tc_deprecation_macros.h>
22
#include <
tccore/Design.hxx
>
23
24
#include <cpd0cd/libcpd0cd_exports.h>
25
26
namespace
Teamcenter
27
{
28
namespace
Cpd
29
{
30
class
Cpd0ShapeDesign;
31
}
32
}
33
namespace
Teamcenter
34
{
35
namespace
Cpd
36
{
37
class
Cpd0ShapeDesignImpl;
38
}
39
}
40
namespace
Teamcenter
41
{
42
namespace
Cpd
43
{
44
class
Cpd0ShapeDesignDelegate;
45
}
46
}
47
namespace
Teamcenter
48
{
49
namespace
Cpd
50
{
51
class
Cpd0ShapeDesignDispatch;
52
}
53
}
54
namespace
Teamcenter
55
{
56
namespace
Cpd
57
{
58
class
Cpd0ShapeDesignGenImpl;
59
}
60
}
61
namespace
Teamcenter
62
{
63
class
RootObjectImpl;
64
}
65
66
class
CPD0CD_API Teamcenter::
Cpd::Cpd0ShapeDesign
67
:
public
::Teamcenter::Design
68
{
69
public
:
70
75
static
const
std::string&
getInterfaceName
();
76
77
85
int
getCpd0delegate
( tag_t &value,
bool
&isNull )
const
;
86
94
int
setCpd0delegate
(
const
tag_t &value,
bool
isNull=
false
);
95
protected
:
96
// Method to initialize
97
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
98
102
Cpd0ShapeDesign
();
103
107
virtual
~Cpd0ShapeDesign
();
108
109
private
:
110
// Getter method for the Implementation Object
111
Cpd0ShapeDesignImpl*
getCpd0ShapeDesignImpl
()
const
;
112
// Setter method for the Implementation Object
113
::Teamcenter::RootObjectImpl*
setCpd0ShapeDesignImpl
( ::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
Cpd0ShapeDesignImpl*
m_cpd0shapedesignImpl
;
120
121
// Flag to indicate if Implementation object needs to be deleted
122
bool
m_deleteImpl
;
123
127
static
std::string
name
;
128
133
Cpd0ShapeDesign
(
const
Cpd0ShapeDesign
& );
134
Cpd0ShapeDesign
&
operator=
(
const
Cpd0ShapeDesign
& );
135
136
friend
class
Cpd0ShapeDesignDelegate;
137
friend
class
Cpd0ShapeDesignGenImpl;
138
};
139
140
#include <cpd0cd/libcpd0cd_undef.h>
141
#endif // TEAMCENTER__CPD__CPD0SHAPEDESIGN__HXX