Class for computing a simple levelset evolution on the GPU. More...
#include <cmtkSimpleLevelsetDevice.h>
Public Types | |
typedef SimpleLevelsetDevice | Self |
This class. | |
typedef SimpleLevelset | Superclass |
Parent class. | |
Public Member Functions | |
SimpleLevelsetDevice (UniformVolume::SmartConstPtr &volume) | |
Constructor. | |
virtual void | Evolve (const int numberOfIterations, const bool forceIterations=false) |
Levelset evolution on GPU. |
Class for computing a simple levelset evolution on the GPU.
Inherit from CPU-based levelset class.
Definition at line 47 of file cmtkSimpleLevelsetDevice.h.
This class.
Definition at line 53 of file cmtkSimpleLevelsetDevice.h.