ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
user_exits
aiws_ext.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef AIWSEXTENTION_H
15
#define AIWSEXTENTION_H
16
17
#include <stdio.h>
18
#include <stdlib.h>
19
#include <string.h>
20
21
#include <
ai/aiws_extensions.h
>
22
#include <user_exits/libuser_exits_exports.h>
23
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
extern
USER_EXITS_API
int
AIWS_Create_AI
(
35
const
char
* xmlIn,
36
char
** xmlOut
37
);
38
39
extern
USER_EXITS_API
int
AIWS_Create_AI
(
const
char
*xmlIn,
char
**xmlOut);
40
extern
USER_EXITS_API
int
AIWS_Open_Eda_Dataset
(
const
char
*xmlIn,
char
**xmlOut);
41
extern
USER_EXITS_API
int
AIWS_CheckOut_Item
(
const
char
*xmlIn,
char
**xmlOut);
42
extern
USER_EXITS_API
int
AIWS_Search_Item
(
const
char
*xmlIn,
char
**xmlOut);
43
extern
USER_EXITS_API
int
AIWS_Search_Dataset
(
const
char
*xmlIn,
char
**xmlOut);
44
/* Add other functions */
45
46
47
#ifdef __cplusplus
48
}
49
#endif
50
53
#include <user_exits/libuser_exits_undef.h>
54
55
#endif