|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <ae/ae_types.h>#include <tc/tc_startup.h>#include <ae/libae_exports.h>#include <ae/libae_undef.h>Go to the source code of this file.
Macros | |
| #define | AE_EXPORT 1 |
| #define | AE_NOEXPORT 0 |
| #define | BINARY_REF "BINARY" |
| #define | EXPORT AE_EXPORT |
| #define | NOEXPORT AE_NOEXPORT |
| #define | OBJECT_REF "OBJECT" |
| #define | TEXT_REF "TEXT" |
Functions | |
| AE_API int | AE_ask_datasettype_action (tag_t datasettype, AE_action_t action, int *on_or_off) |
| AE_API int | AE_ask_datasettype_children (tag_t datasettype, int *child_count, tag_t **child_tags) |
| AE_API int | AE_ask_datasettype_def_tool (tag_t datasettype, tag_t *tool) |
| AE_API int | AE_ask_datasettype_def_view_tool (tag_t datasettype, tag_t *tool) |
| AE_API int | AE_ask_datasettype_desc (tag_t datasettype, char datasettype_desc[AE_datasettype_desc_size_c+1]) |
| AE_API int | AE_ask_datasettype_desc2 (tag_t datasettype, char **datasettype_desc) |
| AE_API int | AE_ask_datasettype_name (tag_t datasettype, char datasettype_name[AE_datasettype_name_size_c+1]) |
| AE_API int | AE_ask_datasettype_name2 (tag_t datasettype, char **datasettype_name) |
| AE_API int | AE_ask_datasettype_parent (tag_t datasettype, tag_t *parent_type) |
| AE_API int | AE_ask_datasettype_refs (tag_t datasettype, int *ref_count, char ***ref_list) |
| AE_API int | AE_ask_datasettype_tools (tag_t datasettype, int *tool_count, tag_t **tool_list) |
| AE_API int | AE_ask_datasettype_view_tools (tag_t datasettype, int *tool_count, tag_t **tool_list) |
| AE_API int | AE_ask_oper_postaction (tag_t dtag, tag_t tool, int oper_name, tag_t *postaction_tool) |
| AE_API int | AE_ask_oper_postaction_params (tag_t dtag, tag_t tool, int oper_name, int *no_params, char ***param_names) |
| AE_API int | AE_ask_oper_preaction (tag_t dtag, tag_t tool, int oper_name, tag_t *preaction_tool) |
| AE_API int | AE_ask_oper_preaction_params (tag_t dtag, tag_t tool, int oper_name, int *no_params, char ***param_names) |
| AE_API int | AE_datasettype_extent (int *n_instances, tag_t **instances) |
| AE_API int | AE_find_datasettype (const char datasettype_name[AE_datasettype_name_size_c+1], tag_t *datasettype) |
| AE_API int | AE_find_datasettype2 (const char *datasettype_name, tag_t *datasettype) |
| AE_API int | AE_init_datasettype_actions (tag_t datasettype, int on_or_off) |
Tool | |
| AE_API int | AE_ask_datasettype_file_refs (tag_t datasettype, const char *ref_name, int *count, char ***ref_templates, char ***ref_formats) |
| AE_API int | AE_ask_tool_oper_refs (tag_t dtag, tag_t tool, int oper_name, int *no_refs, char ***ref_names, int **export_flags) |
| AE_API int | AE_ask_tool_oper_params (tag_t dtag, tag_t tool, int oper_name, int *no_params, char ***param_names) |
This file contains contstants, data structures and function prototypes for the class DatasetType and for the C ITK interface to this class. It would not normally be included, rather users would normally include ae.h.
Load, unload, delete, save, and refresh can be done through the AOM ITK interface.
Definition in file datasettype.h.