ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
form
formtype.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 FORMTYPE_H
15
#define FORMTYPE_H
16
17
#include <form/libform_exports.h>
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
34
extern
FORM_API
int
FORMTYPE_ask_display_file_name
(
35
tag_t
form_type_tag,
36
char
** display_file_name
37
);
38
44
extern
FORM_API
int
FORMTYPE_ask_def_class_name
(
45
tag_t
form_type_tag,
46
char
** def_class_name
47
);
48
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#include <form/libform_undef.h>
56
#endif