![]() |
CustusX
22.04-rc2
An IGT application
|
#include "cxAirwaysFromCenterline.h"#include <boost/math/special_functions/round.hpp>#include <vtkPolyData.h>#include "cxBranchList.h"#include "cxBranch.h"#include "vtkCardinalSpline.h"#include <cxImage.h>#include "cxContourFilter.h"#include <vtkImageData.h>#include <vtkPointData.h>#include "cxVolumeHelpers.h"#include "cxLogger.h"#include <vtkImageResample.h>Go to the source code of this file.
Namespaces | |
| cx | |
| Namespace for all CustusX production code. | |
Typedefs | |
| typedef vtkSmartPointer< class vtkCardinalSpline > | vtkCardinalSplinePtr |
Functions | |
| std::pair< int, double > | cx::findDistanceToLine (Eigen::Vector3d point, Eigen::MatrixXd line) |
| double | cx::findDistance (Eigen::MatrixXd p1, Eigen::MatrixXd p2) |
| typedef vtkSmartPointer<class vtkCardinalSpline> vtkCardinalSplinePtr |
Definition at line 27 of file cxAirwaysFromCenterline.cpp.