ITK Function Reference

(V10000.1.0.60_20160308.00)
Modules | Macros | Functions
Appearance Group

Modules

 Appearance Group Errors
 

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

Macro Definition Documentation

#define AppearanceGroup_private_type_name_c   "PrivateAppGrp"

Definition at line 29 of file appgrp.h.

#define AppearanceGroupClassName   "AppearanceGroup"

Definition at line 26 of file appgrp.h.

#define AppearanceGroupItemRelation   "IMAN_AppGroup_Item"

Definition at line 28 of file appgrp.h.

#define AppearanceGroupRootRelation   "IMAN_AppGroup_Root"

Definition at line 27 of file appgrp.h.

Function Documentation

PS_API int APPGRP_add_appearance ( tag_t  thisTag,
tag_t  appearanceTag 
)
Parameters
thisTag(I)
appearanceTag(I)
PS_API int APPGRP_add_appearance_group ( tag_t  thisTag,
tag_t  appGroupTag 
)
Parameters
thisTag(I)
appGroupTag(I)
PS_API int APPGRP_ask_root_item_and_bv ( tag_t  thisTag,
tag_t tracked_item,
tag_t tracked_bv 
)
Parameters
thisTag(I)
tracked_item(O)
tracked_bv(O)
PS_API int APPGRP_create_appearance_group ( tag_t  appearanceRoot,
const char *  type,
const char *  name,
const char *  desc,
tag_t appGroupTag 
)
Parameters
appearanceRoot(I)
type(I)
name(I)
desc(I)
appGroupTag(O)
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 
)
Parameters
pathRoot(I)
search_criteria(I)
type(I)
name(I)
desc(I)
appGroupTag(O)
PS_API int APPGRP_get_search_criteria ( tag_t  thisTag,
tag_t search_criteria 
)
Parameters
thisTag(I)
search_criteria(O)
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 
)
Parameters
thisTag(I)
bom_window(I)
config_context_tag(I)
n_bomlines(O)
bomlines(O)
n_unconfigured_bomlines(O)
unconfigured_bomlines(O)
n_unconfigurable_bomlines(O)
unconfigurable_bomlines(O)
PS_API int APPGRP_remove_appearance ( tag_t  thisTag,
tag_t  appearanceTag 
)
Parameters
thisTag(I)
appearanceTag(I)
PS_API int APPGRP_remove_appearance_group ( tag_t  thisTag,
tag_t  appGroupTag 
)
Parameters
thisTag(I)
appGroupTag(I)
PS_API int APPGRP_set_search_criteria ( tag_t  thisTag,
tag_t  search_criteria 
)
Parameters
thisTag(I)
search_criteria(I)