plastimatch
Loading...
Searching...
No Matches
itk_direction_type.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_direction_type_h_
5#define _itk_direction_type_h_
6
7#include "itkMatrix.h"
8
9typedef itk::Matrix < double, 3, 3 > DirectionType;
10
11#endif
itk::Matrix< double, 3, 3 > DirectionType
Definition itk_direction_type.h:9