|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
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" |
| #define TCTYPE_create_msg "IMANTYPE_create" |
Create a new Teamcenter Type.
| const | char* type_name |
| const | char* class_name |
| tag_t* | new_type |
Definition at line 44 of file tctype_msg.h.
| #define TCTYPE_createprops_msg "IMANTYPE_create_props" |
Definition at line 76 of file tctype_msg.h.
| #define TCTYPE_init_user_props_msg "IMANTYPE_init_user_props" |
Performs user-defined initialization of properties on a type. Since properties on a type are generated at run-time, the definition of the properties can be done programmatically in a method registered against this message name. Examples of what might be done are:
Registration of methods for this message should be done with USER_register_properties to ensure that they are registered at the appropriate time.
See smp_user_props.c for sample code.
type_tag The tag for the type.
Definition at line 69 of file tctype_msg.h.
| #define TCTYPE_viewerprops_msg "IMANTYPE_viewer_props" |
Definition at line 83 of file tctype_msg.h.