ITK Function Reference

(V10000.1.0.60_20160308.00)
Modules | Macros | Functions
General Component Relation

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)
 

Detailed Description

Macro Definition Documentation

#define GCR_class_name_c   "ComponentRelation"

Definition at line 28 of file gcr.h.

Function Documentation

int GCR__exit ( )
int GCR__initialized ( )
PS_API int GCR_ask_relation_subtype ( tag_t  relation,
int *  stype 
)
Parameters
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 
)
Parameters
primary_object(I)
secondary_object(I)
relation_type(I)
user_data(I)
relation(O)
PS_API int GCR_delete_relation ( tag_t  relation)
Parameters
relation(I)
int GCR_exit_module ( )
PS_API int GCR_find_relation_type ( const char *  typeName,
tag_t relationType 
)
Parameters
typeName(I)
relationType(O)
PS_API int GCR_save_relation ( tag_t  relation)
Parameters
relation(I)
PS_API int GCR_set_relation_subtype ( tag_t  relation,
int  stype 
)
Parameters
relation(I)
stype(I)