ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Structures | Typedefs | Functions
cae_itk.h File Reference
#include <cae/libcae_exports.h>
#include <cae/libcae_undef.h>

Go to the source code of this file.

Data Structures

struct  CAE_tool_launch_export_config_runtime_overrides_s
 
struct  CAE_tool_launch_import_config_runtime_overrides_s
 

Typedefs

typedef struct
CAE_tool_launch_export_config_runtime_overrides_s 
CAE_tool_launch_export_config_runtime_overrides_t
 
typedef struct
CAE_tool_launch_import_config_runtime_overrides_s 
CAE_tool_launch_import_config_runtime_overrides_t
 

Functions

CAE_API int CAE_execute_datamap (tag_t rootIR, tag_t snapshotFolder, tag_t revRule, tag_t variantRule, char *domain, const char **processLog, tag_t *outputRoot)
 
CAE_API int CAE_execute_derive_structures (tag_t source_ir, tag_t struct_cntxt, const char *selected_rule, const char *optional_rootname, const char *optional_index, int struct_count, const char **process_log)
 
CAE_API int CAE_execute_simulation_tool_launch (tag_t tool_tag, int num_inputs, const tag_t *input_objects_tags, const tag_t *configuration_context_tags, const char *working_directory, const char *launch_type, const CAE_tool_launch_export_config_runtime_overrides_t *export_config_overrides, const CAE_tool_launch_import_config_runtime_overrides_t *import_config_overrides)
 
CAE_API int CAE_execute_simulation_tool_launch2 (tag_t tool_tag, int num_inputs, const tag_t *input_objects_tags, const tag_t *configuration_context_tags, const char *working_directory, const char *launch_type, const CAE_tool_launch_export_config_runtime_overrides_t *export_config_overrides, const CAE_tool_launch_import_config_runtime_overrides_t *import_config_overrides, int pedigree_info_size, const tag_t *pedigree_capture_info_array)
 
CAE_API int CAE_execute_structuremap (tag_t rootIR, tag_t snapshotFolder, tag_t revRule, tag_t variantRule, tag_t structureMapIR, const char **processLog, tag_t *outputRoot)
 
CAE_API int CAE_launch_simulation_tool (tag_t ***input_objects_array, int array_count, int *objects_count, const char *tool_name, const char *launch_type, const char *item_creation, const char *dataset_creation, const char *plmxml_name, const char *working_directory, char **runtime_arguments, int argument_count)
 
CAE_API int CAE_launch_simulation_tool_asynchronous (int array_count, const int *objects_count, const tag_t ***input_objects_array, const tag_t ***cntx_objects_array, const char *tool_name, const char *launch_type, const char *item_creation, const char *dataset_creation, const char *plmxml_name, const char *working_directory, int argument_count, const char **runtime_arguments)
 

Detailed Description

This header file declares all data types and ITKs to be used by the customers of Teamcenter for Simulation.

Definition in file cae_itk.h.