ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tc
iman_util.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
/* */
27
#ifndef IMAN_UTIL_H
28
#define IMAN_UTIL_H
29
30
/* */
31
#include <
fclasses/iman_stdio.h
>
32
33
#include <
tc/tc_util.h
>
34
35
#define IMAN_alloc_fixed_array TC_alloc_fixed_array
36
#define IMAN_pack_strings TC_pack_strings
37
#define IMAN_pack_strings_transient TC_pack_strings_transient
38
#define IMAN_free_strings TC_free_strings
39
#define IMAN_getenv TC_getenv
40
#define isUGManager isNXManager
41
#define IMAN_print_env_vars TC_print_env_vars
42
#define IMAN_print_what_imanupdate TC_print_what_tcupdate
43
#define IMAN_print_dll_versions TC_print_dll_versions
44
#define IMANWEB_tag_to_url TCWEB_tag_to_url
45
#define IMAN_tag_to_url TC_tag_to_url
46
47
#endif