ITK Function Reference

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

Go to the source code of this file.

Macros

#define GRM_copy_msg   "GRM_copy"
 
#define GRM_create_msg   "GRM_create"
 

Detailed Description

GRM 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 grm_msg.h.