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 branchVector mChildBranches;
35 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.