plastimatch
Loading...
Searching...
No Matches
itk_directions.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_directions_h_
5#define _itk_directions_h_
6
7#include "plmbase_config.h"
8#include "direction_cosines.h"
9#include "itk_image.h"
10
12 DirectionType* itk_dc,
13 const Direction_cosines& dc
14);
16 DirectionType* itk_direction,
17 const float dc[9]
18);
20 float dc[9],
21 const DirectionType* itk_direction
22);
24
25#endif
Definition direction_cosines.h:23
EXTERNC void dc_from_itk_direction(float dc[9], const DirectionType *itk_direction)
Definition itk_directions.cxx:32
void itk_direction_from_dc(DirectionType *itk_dc, const Direction_cosines &dc)
Definition itk_directions.cxx:9
EXTERNC void itk_direction_set_identity(DirectionType *itk_direction)
Definition itk_directions.cxx:45
#define PLMBASE_API
Definition plmbase_config.h:19
#define PLMBASE_C_API
Definition plmbase_config.h:18