CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxAirwaysFromCenterline.cpp File Reference
#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 Documentation

typedef vtkSmartPointer<class vtkCardinalSpline> vtkCardinalSplinePtr

Definition at line 27 of file cxAirwaysFromCenterline.cpp.