plastimatch
Loading...
Searching...
No Matches
xform_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 _xform_point_h_
5#define _xform_point_h_
6
7#include "plmbase_config.h"
8#include "itk_point.h"
9
10class Xform;
11
13
14#endif
Definition pointset.h:15
The Xform class is an abstraction that encapsulates a simple transform, either native format (B-splin...
Definition xform.h:66
itk::Point< float, 3 > FloatPoint3DType
Definition itk_point.h:16
#define PLMBASE_C_API
Definition plmbase_config.h:18
EXTERNC void xform_point_transform(FloatPoint3DType *point_out, Xform *xf_in, FloatPoint3DType point_in)
Definition xform_point.cxx:70