ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
me_msg.h File Reference

Go to the source code of this file.

Macros

#define ME_clone_template_action_msg   "ME_clone_template_action"
 
#define ME_create_po_msg   "ME_create_processoperation"
 

Detailed Description

ME 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 me_msg.h.