Fawkes API
Fawkes Development Version
|
a region is a stack of slices, together with the y-position of the slice at the top More...
#include <zauberstab.h>
Public Member Functions | |
ZRegion () | |
Constructor. More... | |
virtual | ~ZRegion () |
Constructor. More... | |
void | clear () |
Clears all slices. More... | |
Public Attributes | |
std::vector< ZSlice * > * | slices |
slices More... | |
int | topSliceY |
top slice Y More... | |
a region is a stack of slices, together with the y-position of the slice at the top
a region is a stack of slices, together with the y-position of the slice at the top
Definition at line 58 of file zauberstab.h.
firevision::ZRegion::ZRegion | ( | ) |
Constructor.
Definition at line 48 of file zauberstab.cpp.
|
virtual |
Constructor.
Definition at line 56 of file zauberstab.cpp.
void firevision::ZRegion::clear | ( | void | ) |
Clears all slices.
Definition at line 69 of file zauberstab.cpp.
std::vector<ZSlice*>* firevision::ZRegion::slices |
slices
Definition at line 60 of file zauberstab.h.
Referenced by firevision::Zauberstab::addRegion(), ColorTrainWidget::click(), and firevision::Zauberstab::deleteRegion().
int firevision::ZRegion::topSliceY |
top slice Y
Definition at line 61 of file zauberstab.h.
Referenced by firevision::Zauberstab::deleteRegion().