This module defines the required ITK interface for GDEType
| TCCOREEXT_API int GDETYPE_ask_def_class_name |
( |
tag_t |
gde_type_tag, |
|
|
char ** |
def_class_name |
|
) |
| |
This function returns the name of the storage class associated with the input GDEType
- Parameters
-
| gde_type_tag | (I) Tag of the GDEType Object to be modified |
| def_class_name | (OF) Name of the Storage class |
| TCCOREEXT_API int GDETYPE_ask_typedefinition |
( |
tag_t |
gde_type_tag, |
|
|
tag_t * |
gde_typedefinition_tag |
|
) |
| |
This function will get the GDEType Definition object associated with the GDEType
- Parameters
-
| gde_type_tag | (I) Tag of the GDEType object |
| gde_typedefinition_tag | (O) Tag of the GDEType Definition object associated with the GDE |
| TCCOREEXT_API int GDETYPE_get_types |
( |
int * |
type_count, |
|
|
tag_t ** |
type_tags |
|
) |
| |
This function returns the list of GDETypes defined in the database.
- Parameters
-
| type_count | (O) Number of GDETypes |
| type_tags | (OF) type_count Tags of the GDEType |
| TCCOREEXT_API int GDETYPEDEF_get_cardinality |
( |
tag_t |
gde_typedefinition, |
|
|
int * |
cardinality |
|
) |
| |
This function will get the number of occurences that this GDEType object can have using the GDEType Definition
- Parameters
-
| gde_typedefinition | (I) Tag of GDE Type Definition |
| cardinality | (O) Number of occurrences GDE Object of this GDEType can have |
| TCCOREEXT_API int GDETYPEDEF_get_view_types |
( |
tag_t |
gde_typedefinition, |
|
|
int * |
numOfAllowableViewTypes, |
|
|
tag_t ** |
allowableViewTypes |
|
) |
| |
This function will get the view types that are associated with this GDEType based on the GDEType Definition
- Parameters
-
| gde_typedefinition | (I) Tag of GDE Type Definition |
| numOfAllowableViewTypes | (O) Number of allowed view types for this GDEType |
| allowableViewTypes | (OF) View types tags |