#include <Initializer.h>
Inheritance diagram for Initializer:

Public Types | |
| typedef LevelSet< DIM, Pixel > | LevelSetType |
Public Member Functions | |
Constructors - Destructor | |
| Initializer () | |
| Default constructor. | |
| virtual | ~Initializer () |
| Destructor. | |
Member Functions | |
| virtual void | init_band (LevelSetType &phi)=0 |
| Initiatlization of the band of a level set having no narrow band. | |
| virtual void | reinit_band (LevelSetType &phi)=0 |
| Reinitiatlization of the band of a level set. | |
Definition at line 30 of file Initializer.h.