ITK Function Reference

(V10000.1.0.60_20160308.00)
printusing.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 PRINTUSING_H
9 #define PRINTUSING_H
10 
11 #include <ae/shell_util2.h>
12 #include <tc/libtc_exports.h>
13 
20 #ifdef __cplusplus
21  extern "C"{
22 #endif
23 
24 extern TC_API int find_dwg (
25  char* file_name,
26  char* grip_file,
27  int* sts,
28  void* args
29  );
30 
31 extern TC_API void remove_files(void);
32 
33 extern TC_API void GS_nx_find_dwg(
34  char* grip_file,
35  void* args
36  );
37 
38 extern TC_API void GS_nx_plot_dwg(
39  char* grip_file,
40  char* params_file_buf
41  );
42 
43 extern TC_API int plot_dwg(
44  char* file_name,
45  char* grip_file,
46  char* plotter,
47  NAME_1 dwg_name[],
48  char* job_name,
49  int* sts
50  );
51 
52 extern TC_API void* find_drawing_handler(
53  void* args
54  );
55 
56 extern TC_API void PrintUsing(
57  tag_t* file_tag,
58  const char* dataset_name
59  );
60 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 //For deImanization
68 #include <tc/iman_printusing.h>
69 
70 #include <tc/libtc_undef.h>
71 #endif