Teamcenter C++ API Reference  2312
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 
71 
74 };
75 }
76 
77 #include <fclasses/libfclasses_undef.h>
78 #endif