ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccore
tcparameters.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 TC_PARAMETERS_H
9
#define TC_PARAMETERS_H
10
11
#include <
tc/tc_startup.h
>
12
#include <tccore/libtccore_exports.h>
13
20
#define MAX_PARAMETER_ATTR_STRLEN 64
21
#define TC_PARAMETER_ARG_LIST_ATTR "parameters"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
extern
TCCORE_API
int
TC_ask_parameter_values
(
28
tag_t
tcParameter_tag,
29
int
* option_cnt,
30
char
*** option_values
31
);
32
35
#ifdef __cplusplus
36
}
37
#endif
38
39
#include <tccore/libtccore_undef.h>
40
41
#endif