ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
gde.h File Reference
#include <unidefs.h>
#include <tccoreext/libtccoreext_exports.h>
#include <tccoreext/libtccoreext_undef.h>

Go to the source code of this file.

Functions

TCCOREEXT_API int GDE_ask_gde_bvr (tag_t gde_tag, tag_t *gde_bvr_tag)
 
TCCOREEXT_API int GDE_ask_item_rev_of_bvr (tag_t gde_bvr_tag, tag_t *item_rev_tag)
 
TCCOREEXT_API int GDE_ask_occurrence_child (tag_t gde_occ_tag, tag_t *gde_child_tag)
 
TCCOREEXT_API int GDE_ask_occurrence_name (tag_t gde_occ_tag, char **gde_occ_name)
 
TCCOREEXT_API int GDE_ask_occurrence_note_text (tag_t gde_occ_tag, tag_t note_type, char **note_text)
 
TCCOREEXT_API int GDE_ask_occurrence_type (tag_t gde_occ_tag, tag_t *gde_occ_type)
 
TCCOREEXT_API int GDE_ask_view_type (tag_t gde_bvr_tag, tag_t *view_type_tag)
 
TCCOREEXT_API int GDE_create (const char *gde_name, const char *description, const char *gde_type, tag_t *gde_obj_tag)
 
TCCOREEXT_API int GDE_create_gde_bvr (tag_t gde_tag, tag_t view_type, tag_t *gde_bvr_tag)
 
TCCOREEXT_API int GDE_create_occurrence (tag_t gde_bvr_tag, tag_t child_gde_tag, tag_t child_view_type, tag_t occurrence_type, double quantity, int instance_no, tag_t *gde_occ_tag)
 
TCCOREEXT_API int GDE_delete_occurrence_note (tag_t gde_occ_tag, tag_t note_type)
 
TCCOREEXT_API int GDE_list_occurrence_notes (tag_t gde_occ_tag, int *notes_count, tag_t **note_types)
 
TCCOREEXT_API int GDE_list_occurrences_of_bvr (tag_t gde_bvr_tag, int *occ_count, tag_t **gde_occs)
 
TCCOREEXT_API int GDE_remove_occurrences (tag_t gde_bvr_tag, int occ_count, tag_t *gde_occs)
 
TCCOREEXT_API int GDE_set_occurrence_child (tag_t gde_occ_tag, tag_t gde_child_tag)
 
TCCOREEXT_API int GDE_set_occurrence_name (tag_t gde_occ_tag, const char *gde_occ_name)
 
TCCOREEXT_API int GDE_set_occurrence_note_text (tag_t gde_occ_tag, tag_t note_type, const char *note_text)
 
TCCOREEXT_API int GDE_set_occurrence_type (tag_t gde_occ_tag, tag_t gde_occ_type)
 
TCCOREEXT_API int GDE_set_view_type (tag_t gde_bvr_tag, tag_t view_type_tag)