ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
systemsengineering
systemsengineering.h
Go to the documentation of this file.
1
/*==============================================================================
2
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
//==================================================
4
//Copyright $2010.
5
//Siemens Product Lifecycle Management Software Inc.
6
//All Rights Reserved.
7
//==================================================
8
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
==============================================================================*/
10
18
#ifndef SYSTEMSENGINEERING_H
19
#define SYSTEMSENGINEERING_H
20
21
#include <systemsengineering/libsystemsengineering_exports.h>
22
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
37
extern
SYSTEMSENGINEERING_API
int
SE_delete_function_structure
(
38
tag_t
funcBomLine,
39
logical
isDeleteChildren
40
);
41
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#include <systemsengineering/libsystemsengineering_undef.h>
49
50
#endif