ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros

Macros

#define AM_acl_is_locked   AM_ERROR_BASE + 11
 
#define AM_acl_is_not_locked   AM_ERROR_BASE + 12
 
#define AM_ERROR_BASE   EMH_AM_error_base
 
#define AM_has_been_deleted   AM_ERROR_BASE + 7
 
#define AM_internal_error   AM_ERROR_BASE + 1
 
#define AM_last_change_rights   AM_ERROR_BASE + 4
 
#define AM_min_err_code   AM_ERROR_BASE
 
#define AM_not_implemented   AM_ERROR_BASE + 2
 
#define AM_not_initialised   AM_ERROR_BASE + 3
 
#define AM_ok   0
 

Detailed Description

Macro Definition Documentation

#define AM_acl_is_locked   AM_ERROR_BASE + 11

ACL is already locked for editing.

Definition at line 94 of file am_errors.h.

#define AM_acl_is_not_locked   AM_ERROR_BASE + 12

ACL is not locked for editing.

Definition at line 99 of file am_errors.h.

#define AM_ERROR_BASE   EMH_AM_error_base

Definition at line 63 of file am_errors.h.

#define AM_has_been_deleted   AM_ERROR_BASE + 7

Instance has been deleted by another user.

Definition at line 89 of file am_errors.h.

#define AM_internal_error   AM_ERROR_BASE + 1

An internal error occurred.

Definition at line 69 of file am_errors.h.

#define AM_last_change_rights   AM_ERROR_BASE + 4

You can not remove the last occurrence of change rights in an ACL.

Definition at line 84 of file am_errors.h.

#define AM_min_err_code   AM_ERROR_BASE

Definition at line 64 of file am_errors.h.

#define AM_not_implemented   AM_ERROR_BASE + 2

Function called is not yet implemented.

Definition at line 74 of file am_errors.h.

#define AM_not_initialised   AM_ERROR_BASE + 3

AM_init_module has not yet been called.

Definition at line 79 of file am_errors.h.

#define AM_ok   0

Success

Definition at line 59 of file am_errors.h.