CustusX  18.04
An IGT application
cxBranchList.h File Reference
#include "cxBranch.h"
#include "cxMesh.h"
#include "cxVector3D.h"
#include "org_custusx_registration_method_bronchoscopy_Export.h"

Go to the source code of this file.

Classes

class  cx::BranchList
 

Namespaces

 cx
 Namespace for all CustusX production code.
 

Functions

std::pair< Eigen::MatrixXd, Eigen::MatrixXd > cx::findConnectedPointsInCT (int startIndex, Eigen::MatrixXd positionsNotUsed)
 
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)