Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  
igtl_transform.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: The OpenIGTLink Library
4  Language: C
5  Web page: http://openigtlink.org/
6 
7  Copyright (c) Insight Software Consortium. All rights reserved.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 =========================================================================*/
14 
15 #ifndef __IGTL_TRANSFORM_H
16 #define __IGTL_TRANSFORM_H
17 
18 #include "igtl_win32header.h"
19 #include "igtl_util.h"
20 
21 #define IGTL_TRANSFORM_SIZE 48
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /*
28 typedef igtl_float32[12] transform;
29 */
30 
34 void igtl_export igtl_transform_convert_byte_order(igtl_float32* transform);
35 
37 igtl_uint64 igtl_export igtl_transform_get_crc(igtl_float32* transform);
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 #endif /*__IGTL_TRANSFORM_H*/
43 
void igtl_export igtl_transform_convert_byte_order(igtl_float32 *transform)
#define igtl_export
igtl_uint64 igtl_export igtl_transform_get_crc(igtl_float32 *transform)

Generated at Sat Apr 15 2017 02:30:07 for OpenIGTLink by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2012