ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
item_msg.h File Reference
#include <tccore/libtccore_exports.h>
#include <tccore/libtccore_undef.h>

Go to the source code of this file.

Macros

#define ITEM_baseline_rev_msg   "ITEM_baseline_rev"
 
#define ITEM_copy_rev_msg   "ITEM_copy_rev"
 
#define ITEM_copy_rev_to_existing_msg   "ITEM_copy_rev_to_existing"
 
#define ITEM_create_from_rev_msg   "ITEM_create_from_rev"
 
#define ITEM_create_msg   "ITEM_create"
 
#define ITEM_create_rev_msg   "ITEM_create_rev"
 
#define ITEM_deep_copy_msg   "ITEM_deep_copy"
 

Detailed Description

ITEM specific Message definitions.

Messages are general actions e.g. save, delete. When a Message is sent to a specific Type or instance of a Type, then the Method registered with that Message/Type combination will be executed. See ITK documentation on Methods for further details.

Each message has a unique set of parameters, which are defined here. These parameters are passed in the varargs list of METHOD_execute / METHOD_execute_using, and received in the varargs list of action functions registered to perform methods.

Generic system messages, e.g. save, delete are defined in tc_msg.h.

Definition in file item_msg.h.