Fraxinus
18.10
An IGT application
|
#include "cxRouteToTarget.h"
#include <vtkPolyData.h>
#include "cxBranchList.h"
#include "cxBranch.h"
#include <vtkCellArray.h>
#include "vtkCardinalSpline.h"
#include <QDir>
#include "cxTime.h"
#include "cxVisServices.h"
#include <QTextStream>
Go to the source code of this file.
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Typedefs | |
typedef vtkSmartPointer< class vtkCardinalSpline > | vtkCardinalSplinePtr |
Functions | |
double | cx::findDistanceToLine (Eigen::MatrixXd point, Eigen::MatrixXd line) |
double | cx::findDistance (Eigen::MatrixXd p1, Eigen::MatrixXd p2) |
typedef vtkSmartPointer<class vtkCardinalSpline> vtkCardinalSplinePtr |
Definition at line 14 of file cxRouteToTarget.cpp.