#include <Ctrl_VesselCrawler.h>
Inheritance diagram for mial::Ctrl_VesselCrawler< Type, nDims, CrawlerPhysType >:
Public Member Functions | |
virtual bool | decideNextBehavior () |
Pure virtual member function, decides what behavior will be run after the current behavior is completed. | |
bool | terminate () |
bool | bifurcation () |
virtual bool | setAllPhysics (Physics< Type, nDims > *p) |
Set all the behaviors to have the provided physics layer. | |
virtual bool | setGeom (Geom_VesselCrawler< Type, nDims > *g) |
A derived class of the ControlCenter ABC, it provides a vascular segmentation specific control structure described in [1].
[1] C. McIntosh and G. Hamarneh, "Vessel Crawlers: 3D Physically-based Deformable Organisms for Segmentation and Analysis of Tubular Structures in Medical Images", IEEE Conference on Computer Vision and Pattern Recognition, 2006.
Definition at line 21 of file Ctrl_VesselCrawler.h.