|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Modules | |
| GCR Errors | |
Macros | |
| #define | GCR_class_name_c "ComponentRelation" |
Functions | |
| int | GCR__exit () |
| int | GCR__initialized () |
| PS_API int | GCR_ask_relation_subtype (tag_t relation, int *stype) |
| PS_API int | GCR_create_relation (tag_t primary_object, tag_t secondary_object, tag_t relation_type, tag_t user_data, tag_t *relation) |
| PS_API int | GCR_delete_relation (tag_t relation) |
| int | GCR_exit_module () |
| PS_API int | GCR_find_relation_type (const char *typeName, tag_t *relationType) |
| PS_API int | GCR_save_relation (tag_t relation) |
| PS_API int | GCR_set_relation_subtype (tag_t relation, int stype) |
| int GCR__exit | ( | ) |
| int GCR__initialized | ( | ) |
| PS_API int GCR_ask_relation_subtype | ( | tag_t | relation, |
| int * | stype | ||
| ) |
| relation | (I) |
| stype | (O) |
| PS_API int GCR_create_relation | ( | tag_t | primary_object, |
| tag_t | secondary_object, | ||
| tag_t | relation_type, | ||
| tag_t | user_data, | ||
| tag_t * | relation | ||
| ) |
| primary_object | (I) |
| secondary_object | (I) |
| relation_type | (I) |
| user_data | (I) |
| relation | (O) |
| PS_API int GCR_delete_relation | ( | tag_t | relation | ) |
| relation | (I) |
| int GCR_exit_module | ( | ) |
| PS_API int GCR_find_relation_type | ( | const char * | typeName, |
| tag_t * | relationType | ||
| ) |
| typeName | (I) |
| relationType | (O) |
| PS_API int GCR_save_relation | ( | tag_t | relation | ) |
| relation | (I) |
| PS_API int GCR_set_relation_subtype | ( | tag_t | relation, |
| int | stype | ||
| ) |
| relation | (I) |
| stype | (I) |