ITK Function Reference

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

Go to the source code of this file.

Macros

#define TCTYPE_create_msg   "IMANTYPE_create"
 
#define TCTYPE_createprops_msg   "IMANTYPE_create_props"
 
#define TCTYPE_init_user_props_msg   "IMANTYPE_init_user_props"
 
#define TCTYPE_viewerprops_msg   "IMANTYPE_viewer_props"
 

Detailed Description

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 tctype_msg.h.