CustusX
22.04-rc5
An IGT application
|
Go to the source code of this file.
Classes | |
class | cx::RouteToTarget |
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Functions | |
Eigen::MatrixXd | cx::findClosestBloodVesselSegments (Eigen::MatrixXd bloodVesselPositions, Eigen::MatrixXd airwayPositions, Vector3D targetPosition) |
std::pair< Eigen::MatrixXd, Eigen::MatrixXd > | cx::findLocalPointsInCT (int closestCLIndex, Eigen::MatrixXd CLpositions) |
std::pair< int, double > | cx::findDistanceFromPointToLine (Eigen::MatrixXd point, std::vector< Eigen::Vector3d > line) |
std::vector< Eigen::Vector3d > | cx::getBranchPositions (BranchPtr branchPtr, int startIndex) |
double | cx::findDistance (Eigen::MatrixXd p1, Eigen::MatrixXd p2) |
Eigen::MatrixXd | cx::convertToEigenMatrix (std::vector< Eigen::Vector3d > positionsVector) |
double | cx::variance (Eigen::VectorXd X) |
QJsonArray | cx::makeMarianaCenterlineOfFullBranchTreeJSON (BranchListPtr branchList) |