NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Validate_PersistentResult.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Validate_PersistentResult.ja
9
//
10
// 生成工具:
11
// apiwrap
12
//
13
// 警告:
14
// 此文件是自动生成的 - 请勿手动编辑
15
//
16
#pragma once
17
#include <NXOpen/NXDeprecation.hxx>
18
#include <vector>
19
#include <NXOpen/NXString.hxx>
20
#include <NXOpen/Callback.hxx>
21
#include <NXOpen/NXObject.hxx>
22
#include <NXOpen/Validation.hxx>
23
#include <NXOpen/libnxopencpp_validate_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Validate
34
{
35
class
PersistentResult
;
36
}
37
class
NXObject
;
38
class
TaggedObject
;
39
namespace
Validate
40
{
41
class
_PersistentResultBuilder;
42
class
PersistentResultImpl;
47
class
NXOPENCPP_VALIDATEEXPORT PersistentResult :
public
NXOpen::NXObject
48
{
49
private
:
PersistentResultImpl
* m_persistentresult_impl;
50
private
:
friend
class
_PersistentResultBuilder;
51
protected
: PersistentResult();
52
public
: ~PersistentResult();
56
public
:
void
AddTrackingObjects
57
(
58
const
NXString
& key ,
59
const
std::vector<NXOpen::TaggedObject *> & objects
60
);
64
void
AddTrackingObjects
65
(
66
const
char
* key ,
67
const
std::vector<NXOpen::TaggedObject *> & objects
68
);
72
public
: std::vector<NXOpen::TaggedObject *>
GetTrackingObjects
73
(
74
const
NXString
& key
75
);
79
std::vector<NXOpen::TaggedObject *>
GetTrackingObjects
80
(
81
const
char
* key
82
);
86
public
:
NXString
CheckerClassId
87
(
88
);
92
public
:
void
SetCheckerClassId
93
(
94
const
NXString
& classId
95
);
99
void
SetCheckerClassId
100
(
101
const
char
* classId
102
);
106
public
:
NXOpen::Validation::Result
ErrorLevel
107
(
108
);
112
public
:
void
SetErrorLevel
113
(
114
NXOpen::Validation::Result
errorLevel
115
);
119
public
:
bool
UpToDateStatus
120
(
121
);
122
};
123
}
124
}
125
#ifdef _MSC_VER
126
#pragma warning(pop)
127
#endif
128
#ifdef __GNUC__
129
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
130
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
131
#endif
132
#endif
133
#undef EXPORTLIBRARY