CustusX  18.04
An IGT application
HackTPSTransform.hxx
Go to the documentation of this file.
1 #ifndef HackTPSTransform_hxx
2 #define HackTPSTransform_hxx
3 
4 #include "vtkThinPlateSplineTransform.h"
5 
6 class HackTPSTransform : vtkThinPlateSplineTransform
7 {
8 
9 public:
10 
11  void New();
12  virtual void Delete();
13 
14  const double* const* GetWarpMatrix(){return MatrixW;}
15  vtkPoints* GetSourceLandmarks(){return SourceLandmarks;}
16 };
17 
18 #endif
const double *const * GetWarpMatrix()
vtkPoints * GetSourceLandmarks()
virtual void Delete()