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
24extern "C" {
25#endif
26
27/*
28typedef igtl_float32[12] transform;
29*/
30
34void igtl_export igtl_transform_convert_byte_order(igtl_float32* transform);
35
37igtl_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)
igtl_uint64 igtl_export igtl_transform_get_crc(igtl_float32 *transform)
#define igtl_export

Generated for OpenIGTLink by Doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2012