Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
fclasses
ITKBypass.hxx
Go to the documentation of this file.
1
// Copyright 2022 Siemens Digital Industries Software
2
// ==================================================
3
// Copyright 2013.
4
// Siemens Product Lifecycle Management Software Inc.
5
// All Rights Reserved.
6
// ==================================================
7
// Copyright 2022 Siemens Digital Industries Software
8
15
#ifndef TEAMCENTER_ITKBYPASS_HXX
16
#define TEAMCENTER_ITKBYPASS_HXX
17
18
#include <fclasses/libfclasses_exports.h>
19
20
namespace
Teamcenter
21
{
32
class
FCLASSES_API
ITKBypass
33
{
34
public
:
36
ITKBypass
();
37
39
virtual
~
ITKBypass
();
40
51
int
isBypassSet();
52
53
private
:
55
ITKBypass
(
const
ITKBypass
& other );
56
58
ITKBypass
& operator=(
const
ITKBypass
& other );
59
61
int
m_statusCode
;
62
64
logical
m_bypassWasAlreadyOn
;
65
};
66
}
67
#include <fclasses/libfclasses_undef.h>
68
#endif
69