ITK Function Reference

(V10000.1.0.60_20160308.00)
aie_eps.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
6 /* */
7 
8 #ifndef __EXPORT_PATH_SERVICE__
9 #define __EXPORT_PATH_SERVICE__
10 
32 extern int AIE_eps_ask_absolute_path(
33  tag_t connection_id,
34  tag_t file_tag,
35  char* file_name,
38  char file_spec[AIE_connection_filename_size_c+1]
40  );
41 
48 extern int AIE_eps_ask_ixf_path(
49  tag_t connection_id,
50  const char* absolute_file_spec,
51  char ixf_file_spec[AIE_connection_filename_size_c+1]
52  );
53 
56 #endif