ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
part21
product
objio_part21.h
Go to the documentation of this file.
1
/*================================================================================
2
3
Copyright 2013.
4
Siemens Product Lifecycle Management Software Inc.
5
All Rights Reserved.
6
==============================================================================*/
7
14
/* */
15
16
#ifndef OBJIO_PART21_H
17
#define OBJIO_PART21_H
18
19
#include <
objio/objio.h
>
20
#include <
step/objio_step_errors.h
>
21
22
#include <part21/product/libpart21product_exports.h>
23
31
#ifdef __cplusplus
32
extern
"C"
{
33
#endif
34
35
50
extern
PART21PRODUCT_API
int
OBJIO_PART21_import_files
(
51
const
char
*source_dir,
52
const
char
*filename,
53
const
char
*map_file,
54
const
char
*assortment_file,
55
const
char
*class_id,
56
logical
import_all,
57
logical
dry_run
58
);
59
60
63
#ifdef __cplusplus
64
}
65
#endif
66
67
#include <part21/product/libpart21product_undef.h>
68
69
#endif