ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
asbasmalignment
asbasmalignment.h
Go to the documentation of this file.
1
/*==============================================================================
2
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
//==================================================
4
//Copyright $2009.
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 ASBASMALIGNMENT_H
19
#define ASBASMALIGNMENT_H
20
21
#include <
mrocore/mrocore.h
>
22
#include <
asbuilt/asbuilt.h
>
23
#include <
asmaintained/asmaintained.h
>
24
25
#include <asbasmalignment/libasbasmalignment_exports.h>
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
42
struct
ASBASMALIGNMENT_API
GeneratePhysStrucParams
43
{
44
GeneratePhysStrucParams
();
45
46
char
*
locationName
;
47
char
*
dispositionType
;
48
date_t
rebuildDate
;
49
int
numberOfLevels
;
50
bool
generateAsBuilt
;
51
};
52
57
extern
ASBASMALIGNMENT_API
int
ASBASMALIGNMENT_generate_physical_structure
(
58
tag_t
physPartRev,
59
GeneratePhysStrucParams
* genParams,
60
tag_t
* newPhysPartRev);
64
#ifdef __cplusplus
65
}
66
#endif
67
68
#include <asbasmalignment/libasbasmalignment_undef.h>
69
70
#endif