ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
req
req_user_exits.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright 2013 UGS Corp. All Rights Reserved.
3
==============================================================================
13
#ifndef REQ_USER_EXITS_H
14
#define REQ_USER_EXITS_H
15
16
#include <unidefs.h>
17
#include <req/libreq_exports.h>
18
25
#ifdef __cplusplus
26
extern "C"{
27
#endif
28
40
extern REQ_API int USER_search (
41
const char** property_names,
42
const char** property_values,
43
int property_count,
44
int* object_count,
45
tag_t ** object_list
46
);
47
48
62
extern REQ_API int USER_create_tracelink (
63
const char* tracelink_type,
64
const char* tracelink_direction,
65
int parent_object_count,
66
tag_t* parent_objects,
67
int child_object_count,
68
tag_t* child_objects
69
);
70
71
#ifdef __cplusplus
72
}
73
#endif
74
75
#include <req/libreq_undef.h>
76
#endif