ITK Function Reference

(V10000.1.0.60_20160308.00)
managedrelation_errors.h File Reference
#include <common/emh_const.h>

Go to the source code of this file.

Macros

Error code constants

.h

Define error codes used with ManagedRelation.

#define MRel_invalid_source_tag   (EMH_MANAGEDRELATION_error_base + 1)
 
#define MRel_invalid_target_tag   (EMH_MANAGEDRELATION_error_base + 2)
 
#define MRel_initialization_failure   (EMH_MANAGEDRELATION_error_base + 3)
 

Macro Definition Documentation

#define MRel_initialization_failure   (EMH_MANAGEDRELATION_error_base + 3)

Failed to initialized ManagedRelation Class

Definition at line 34 of file managedrelation_errors.h.

#define MRel_invalid_source_tag   (EMH_MANAGEDRELATION_error_base + 1)

Invalid Source Tag

Definition at line 28 of file managedrelation_errors.h.

#define MRel_invalid_target_tag   (EMH_MANAGEDRELATION_error_base + 2)

Invalid Target Tag

Definition at line 31 of file managedrelation_errors.h.