ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccore
tc_msg.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
25
/* */
26
27
#ifndef TC_MSG_H
28
#define TC_MSG_H
29
30
#include <tccore/libtccore_exports.h>
31
43
#define TC_delete_msg "IMAN_delete"
44
49
#define TC_export_msg "IMAN_export"
50
55
#define TC_import_msg "IMAN_import"
56
64
#define TC_refresh_msg "IMAN_refresh"
65
77
#define TC_save_msg "IMAN_save"
78
89
#define TC_assign_primary_obj_to_project_msg "TC_assign_primary_obj_to_project"
90
100
#define TC_remove_primary_obj_from_project_msg "TC_remove_primary_obj_from_project"
101
103
#include <tccore/libtccore_undef.h>
104
#endif