CustusX
22.04-rc2
An IGT application
|
#include "cxCenterlineRegistration.h"
#include <vtkPointData.h>
#include <vtkPolyData.h>
#include <vtkPolyDataWriter.h>
#include <vtkCellArray.h>
#include <vtkMatrix4x4.h>
#include <vtkLinearTransform.h>
#include <vtkLandmarkTransform.h>
#include "cxTransform3D.h"
#include "cxVector3D.h"
#include "cxLogger.h"
#include <boost/math/special_functions/fpclassify.hpp>
#include "vtkCardinalSpline.h"
Go to the source code of this file.
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Typedefs | |
typedef vtkSmartPointer< class vtkCardinalSpline > | vtkCardinalSplinePtr |
Functions | |
vtkPointsPtr | cx::convertTovtkPoints (Eigen::MatrixXd positions) |
typedef vtkSmartPointer<class vtkCardinalSpline> vtkCardinalSplinePtr |
Definition at line 25 of file cxCenterlineRegistration.cpp.