ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros | Functions
appgrp.h File Reference
#include <unidefs.h>
#include <ps/libps_exports.h>
#include <ps/libps_undef.h>

Go to the source code of this file.

Macros

#define AppearanceGroup_private_type_name_c   "PrivateAppGrp"
 
#define AppearanceGroupClassName   "AppearanceGroup"
 
#define AppearanceGroupItemRelation   "IMAN_AppGroup_Item"
 
#define AppearanceGroupRootRelation   "IMAN_AppGroup_Root"
 

Functions

PS_API int APPGRP_add_appearance (tag_t thisTag, tag_t appearanceTag)
 
PS_API int APPGRP_add_appearance_group (tag_t thisTag, tag_t appGroupTag)
 
PS_API int APPGRP_ask_root_item_and_bv (tag_t thisTag, tag_t *tracked_item, tag_t *tracked_bv)
 
PS_API int APPGRP_create_appearance_group (tag_t appearanceRoot, const char *type, const char *name, const char *desc, tag_t *appGroupTag)
 
PS_API int APPGRP_create_appearance_group_with_search_criteria (tag_t pathRoot, tag_t search_criteria, const char *type, const char *name, const char *desc, tag_t *appGroupTag)
 
PS_API int APPGRP_get_search_criteria (tag_t thisTag, tag_t *search_criteria)
 
PS_API int APPGRP_re_evaluate_members (tag_t thisTag, tag_t bom_window, tag_t config_context_tag, int *n_bomlines, tag_t **bomlines, int *n_unconfigured_bomlines, tag_t **unconfigured_bomlines, int *n_unconfigurable_bomlines, tag_t **unconfigurable_bomlines)
 
PS_API int APPGRP_remove_appearance (tag_t thisTag, tag_t appearanceTag)
 
PS_API int APPGRP_remove_appearance_group (tag_t thisTag, tag_t appGroupTag)
 
PS_API int APPGRP_set_search_criteria (tag_t thisTag, tag_t search_criteria)
 

Detailed Description

ITK API for Appearance Group class.

Definition in file appgrp.h.