ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Structures | Typedefs | Functions
publish.h File Reference

Go to the source code of this file.

Data Structures

struct  PUBLISH_ods_list_s
 

Typedefs

typedef struct PUBLISH_ods_list_s PUBLISH_ods_list_t
 

Functions

PUBLICATION_API int PUBR_add_appref (tag_t pr_tag, const char *appref)
 
PUBLICATION_API int PUBR_ask_apprefs (tag_t pr_tag, int *n_apprefs, char ***apprefs)
 
PUBLICATION_API int PUBR_ask_domain (tag_t pr_tag, char **domain)
 
PUBLICATION_API int PUBR_ask_flag (tag_t pr_tag, int *flag)
 
PUBLICATION_API int PUBR_ask_key_value (tag_t pr_tag, char **keyvalue)
 
PUBLICATION_API int PUBR_ask_obj_class (tag_t pr_tag, char **obj_class)
 
PUBLICATION_API int PUBR_ask_obj_contexts (tag_t pr_tag, int *n_contexts, char ***contexts, char ***alt_ids)
 
PUBLICATION_API int PUBR_ask_obj_desc (tag_t pr_tag, char **obj_desc)
 
PUBLICATION_API int PUBR_ask_obj_group (tag_t pr_tag, char **obj_group)
 
PUBLICATION_API int PUBR_ask_obj_id (tag_t pr_tag, char **obj_id)
 
PUBLICATION_API int PUBR_ask_obj_name (tag_t pr_tag, char **obj_name)
 
PUBLICATION_API int PUBR_ask_obj_owner (tag_t pr_tag, char **obj_owner)
 
PUBLICATION_API int PUBR_ask_obj_rev_id (tag_t pr_tag, char **obj_rev_id)
 
PUBLICATION_API int PUBR_ask_obj_site_id (tag_t pr_tag, int *site_id)
 
PUBLICATION_API int PUBR_ask_obj_tag_as_string (tag_t pr_tag, char **obj_tag_as_string)
 
PUBLICATION_API int PUBR_ask_obj_type (tag_t pr_tag, char **obj_type)
 
PUBLICATION_API int PUBR_null_obj_create_date (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_obj_desc (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_obj_group (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_obj_name (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_obj_owner (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_obj_pub_date (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_obj_type (tag_t pr_tag)
 
PUBLICATION_API int PUBR_null_status_names (tag_t pr_tag)
 
PUBLICATION_API int PUBR_publish_object (tag_t object_tag, tag_t *pubr_tag)
 
PUBLICATION_API int PUBR_remove_appref (tag_t pr_tag, const char *appref, int *n_remaining)
 
PUBLICATION_API int PUBR_set_apprefs (tag_t pr_tag, int n_apprefs, const char **apprefs)
 
PUBLICATION_API int PUBR_set_domain (tag_t pr_tag, const char *domain)
 
PUBLICATION_API int PUBR_set_flag (tag_t pr_tag, int flag)
 
PUBLICATION_API int PUBR_set_key_value (tag_t pr_tag, const char *keyvalue)
 
PUBLICATION_API int PUBR_set_obj_class (tag_t pr_tag, const char *obj_class)
 
PUBLICATION_API int PUBR_set_obj_contexts (tag_t pr_tag, int n_contexts, char **contexts, char **alt_ids)
 
PUBLICATION_API int PUBR_set_obj_desc (tag_t pr_tag, const char *obj_desc)
 
PUBLICATION_API int PUBR_set_obj_group (tag_t pr_tag, const char *obj_group)
 
PUBLICATION_API int PUBR_set_obj_id (tag_t pr_tag, const char *obj_id)
 
PUBLICATION_API int PUBR_set_obj_name (tag_t pr_tag, const char *obj_name)
 
PUBLICATION_API int PUBR_set_obj_owner (tag_t pr_tag, const char *obj_owner)
 
PUBLICATION_API int PUBR_set_obj_rev_id (tag_t pr_tag, const char *obj_rev_id)
 
PUBLICATION_API int PUBR_set_obj_site_id (tag_t pr_tag, int site_id)
 
PUBLICATION_API int PUBR_set_obj_tag_as_string (tag_t pr_tag, const char *obj_tag_as_string)
 
PUBLICATION_API int PUBR_set_obj_type (tag_t pr_tag, const char *obj_type)