ITK Function Reference

(V10000.1.0.60_20160308.00)
am_conversion.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 AM_CONVERSION_H
15 #define AM_CONVERSION_H
16 
17 #include <sa/libsa_exports.h>
18 
19 #ifdef __cplusplus
20  extern "C"{
21 #endif
22 
29 SA_API tag_t AM_read_priv (void);
30 
31 SA_API tag_t AM_write_priv (void);
32 
33 SA_API tag_t AM_delete_priv (void);
34 
35 SA_API tag_t AM_change_priv (void);
36 
37 SA_API tag_t AM_copy_priv (void);
38 
39 SA_API tag_t AM_promote_priv (void);
40 
41 SA_API tag_t AM_demote_priv (void);
42 
43 SA_API void AM_priv_exit (void);
44 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #include <sa/libsa_undef.h>
52 
53 #endif
54