plastimatch
Loading...
Searching...
No Matches
itk_point.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_point_h_
5#define _itk_point_h_
6
7#include "plmbase_config.h"
8#include <vector>
9#include "itkPoint.h"
10#include "itkVector.h"
11
12/* Points & vectors */
13typedef itk::Point < float, 2 > FloatPoint2DType;
14typedef itk::Point < double, 2 > DoublePoint2DType;
15
16typedef itk::Point < float, 3 > FloatPoint3DType;
17typedef itk::Point < double, 3 > DoublePoint3DType;
18
19typedef itk::Vector < float, 2 > FloatVector2DType;
20typedef itk::Vector < double, 2 > DoubleVector2DType;
21
22typedef itk::Vector < float, 3 > FloatVector3DType;
23typedef itk::Vector < double, 3 > DoubleVector3DType;
24
25#endif
itk::Point< float, 3 > FloatPoint3DType
Definition itk_point.h:16
itk::Point< double, 2 > DoublePoint2DType
Definition itk_point.h:14
itk::Vector< float, 3 > FloatVector3DType
Definition itk_point.h:22
itk::Vector< double, 3 > DoubleVector3DType
Definition itk_point.h:23
itk::Vector< float, 2 > FloatVector2DType
Definition itk_point.h:19
itk::Vector< double, 2 > DoubleVector2DType
Definition itk_point.h:20
itk::Point< float, 2 > FloatPoint2DType
Definition itk_point.h:13
itk::Point< double, 3 > DoublePoint3DType
Definition itk_point.h:17