Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
fclasses
Markpoint.hxx
Go to the documentation of this file.
1
// ==================================================
2
// Copyright 2013.
3
// Siemens Product Lifecycle Management Software Inc.
4
// All Rights Reserved.
5
// ==================================================
6
7
#ifndef FCLASSES_MARKPOINT_HXX
8
#define FCLASSES_MARKPOINT_HXX
9
16
#include <fclasses/libfclasses_exports.h>
17
namespace
Teamcenter
18
{
37
class
FCLASSES_API
Markpoint
38
{
39
public
:
44
Markpoint
();
45
50
virtual
~
Markpoint
();
51
56
void
forget();
57
58
private
:
62
Markpoint
(
const
Markpoint
& other );
63
67
Markpoint
& operator=(
const
Markpoint
& other );
68
70
int
m_pomMarkpoint
;
71
73
bool
m_forgotten
;
74
};
75
}
76
77
#include <fclasses/libfclasses_undef.h>
78
#endif