|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <objio/objio.h>#include <step/objio_step_errors.h>#include <pom/pom/pom.h>#include <step/libstep_exports.h>#include <step/libstep_undef.h>Go to the source code of this file.
Macros | |
| #define | STEP_file_size 100 |
Typedefs | |
| typedef enum OBJIO_df_e | OBJIO_df_t |
Enumerations | |
| enum | OBJIO_df_e { OBJIO_STEP_AP203, OBJIO_STEP_AP214, OBJIO_STEP_IMAN } |
Functions | |
| STEP_API int | OBJIO_STEP_create (int operation_type, const char *path_name, tag_t *manager_tag) |
| STEP_API int | OBJIO_STEP_delete (tag_t manager_tag) |
| STEP_API int | OBJIO_STEP_exclude_relation_types (int n_type_tags, tag_t *type_tags, tag_t manager_tag) |
| STEP_API int | OBJIO_STEP_export (tag_t manager_tag, const char *filename, int n_objects, tag_t *object_tags) |
| STEP_API int | OBJIO_STEP_get_log_file_path (tag_t manager_tag, char **log_file_path) |
| STEP_API int | OBJIO_STEP_import (tag_t manager_tag, const char *filename, int *n_new_objects, tag_t **new_object_tags, int *n_modified_objects, tag_t **modified_object_tags) |
| STEP_API int | OBJIO_STEP_set_comments (tag_t manager_tag, const char *comments) |
| STEP_API int | OBJIO_STEP_set_data_format (tag_t manager_tag, OBJIO_df_t data_format) |
| STEP_API int | OBJIO_STEP_set_dataset_all_vers (tag_t manager_tag, logical ds_all_vers) |
| STEP_API int | OBJIO_STEP_set_full_assembly (tag_t manager_tag, logical full_assy) |
| int | OBJIO_STEP_set_geo_config_file (tag_t manager_tag, const char *geo_confg_file) |
| STEP_API int | OBJIO_STEP_set_log_file_path (tag_t manager_tag, const char *log_file_path) |
This header file declares the STEP itk functions (OBJIO_STEP).
Definition in file objio_step.h.