ITK Function Reference

(V10000.1.0.60_20160308.00)
partitionsearch.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2014.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8 
16 #ifndef PARTITION_PARTITIONSEARCH_H
17 #define PARTITION_PARTITIONSEARCH_H
18 
19 #include <unidefs.h>
20 
21 #include <ptn0partition/libptn0partition_exports.h>
22 
36 #ifdef __cplusplus
37 extern "C"{
38 #endif
39 
48 extern PTN0PARTITION_API int PARTITIONSEARCH_create_partition_expression(
49  tag_t partition_search_expr,
50  tag_t partition_rev_expr,
51  logical include_child,
52  tag_t* partition_expression
53  );
54 
55 #ifdef __cplusplus
56 }
57 #endif
58 
63 #include <ptn0partition/libptn0partition_undef.h>
64 #endif // PARTITION_PARTITIONSEARCH_H