ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
imanaction_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
/* */
19
#ifndef IMANACTION_ERRORS_H
20
#define IMANACTION_ERRORS_H
21
#include <
sub_mgr/tcaction_errors.h
>
22
23
#define IMANACTION_class_not_initialized TCACTION_class_not_initialized
24
#define IMANACTION_internal_error TCACTION_internal_error
25
#define IMANACTION_invalid_action_object TCACTION_invalid_action_object
26
27
#endif