|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
17 #include "org_custusx_registration_method_bronchoscopy_Export.h"
26 class org_custusx_registration_method_bronchoscopy_EXPORT
Branch;
27 typedef boost::shared_ptr<class Branch>
BranchPtr;
32 Eigen::MatrixXd mPositions;
33 Eigen::MatrixXd mOrientations;
34 Eigen::VectorXd mRadius;
37 double mBronchoscopeRotation = 0;
void calculateOrientations()
Eigen::MatrixXd getOrientations()
void setRadius(Eigen::VectorXd r)
void setPositions(Eigen::MatrixXd pos)
BranchPtr getParentBranch()
void addChildBranch(BranchPtr child)
Namespace for all CustusX production code.
double getAverageRadius()
void deleteChildBranches()
void setBronchoscopeRotation(double rotation)
void removeEqualPositions()
void setParentBranch(BranchPtr parent)
int findGenerationNumber()
std::vector< dVector > dVectors
std::vector< double > dVector
branchVector getChildBranches()
void setOrientations(Eigen::MatrixXd orient)
std::vector< BranchPtr > branchVector
Eigen::MatrixXd getPositions()
void setChildBranches(branchVector children)
double findBranchRadius()
Eigen::VectorXd getRadius()
boost::shared_ptr< class Branch > BranchPtr
double getBronchoscopeRotation()
int findParentIndex(branchVector bv) const
Branch::findParentIndex Given a vector of branches, find this branch's parent branch in that vector....