#include "cxBranchList.h"
#include "cxBranch.h"
#include "cxMesh.h"
#include "cxVector3D.h"
#include <vtkPolyData.h>
#include <vtkCardinalSpline.h>
#include "cxLogger.h"
#include <boost/math/special_functions/fpclassify.hpp>
Go to the source code of this file.
|
| cx |
| Namespace for all CustusX production code.
|
|
|
double | cx::bendingDirectionToBronchoscopeRotation (Vector3D bendingDirection, Vector3D parentBranchOrientation, double parentRotation) |
|
Vector3D | cx::calculateBronchoscopeBendingDirection (Vector3D A, Vector3D B) |
|
Eigen::MatrixXd | cx::sortMatrix (int rowNumber, Eigen::MatrixXd matrix) |
|
Eigen::MatrixXd | cx::eraseCol (int removeIndex, Eigen::MatrixXd positions) |
|
std::pair< Eigen::MatrixXd::Index, double > | cx::dsearch (Eigen::Vector3d p, Eigen::MatrixXd positions) |
|
std::pair< std::vector< Eigen::MatrixXd::Index >, Eigen::VectorXd > | cx::dsearchn (Eigen::MatrixXd p1, Eigen::MatrixXd p2) |
|
std::pair< Eigen::MatrixXd, Eigen::MatrixXd > | cx::findConnectedPointsInCT (int startIndex, Eigen::MatrixXd positionsNotUsed) |
|
std::vector< Eigen::Vector3d > | cx::smoothBranch (BranchPtr branchPtr, int startIndex, Eigen::MatrixXd startPosition) |
|