38 #include "org_custusx_registration_method_bronchoscopy_Export.h" 47 class org_custusx_registration_method_bronchoscopy_EXPORT
Branch;
48 typedef boost::shared_ptr<class Branch>
BranchPtr;
53 Eigen::MatrixXd mPositions;
54 Eigen::MatrixXd mOrientations;
55 branchVector mChildBranches;
56 BranchPtr mParentBranch;
void deleteChildBranches()
void addChildBranch(BranchPtr child)
void setPositions(Eigen::MatrixXd pos)
branchVector getChildBranches()
double findBranchRadius()
int findGenerationNumber()
boost::shared_ptr< class Branch > BranchPtr
Eigen::MatrixXd getOrientations()
int findParentIndex(branchVector bv) const
Branch::findParentIndex Given a vector of branches, find this branch's parent branch in that vector...
BranchPtr getParentBranch()
void setOrientations(Eigen::MatrixXd orient)
Eigen::MatrixXd getPositions()
std::vector< dVector > dVectors
std::vector< double > dVector
void setChildBranches(branchVector children)
void setParentBranch(BranchPtr parent)
std::vector< BranchPtr > branchVector
Namespace for all CustusX production code.