ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccoreext
gdelinktype.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 GDELINKTYPE_H_INCLUDED
9
#define GDELINKTYPE_H_INCLUDED
10
11
#include <tccoreext/libtccoreext_exports.h>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
28
extern
TCCOREEXT_API
int
GDELinkType_ask_def_class_name
(
29
tag_t
gde_link_type_tag,
30
char
** def_class_name
31
);
32
35
#ifdef __cplusplus
36
}
37
#endif
38
39
#include <tccoreext/libtccoreext_undef.h>
40
41
#endif