Fawkes API Fawkes Development Version
|
#include <zauberstab.h>
Public Member Functions | |
ZRegion () | |
Constructor. | |
virtual | ~ZRegion () |
Constructor. | |
void | clear () |
Clears all slices. | |
Public Attributes | |
std::vector< ZSlice * > * | slices |
slices | |
int | topSliceY |
top slice Y |
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.
firevision::ZRegion::~ZRegion | ( | ) | [virtual] |
Constructor.
Definition at line 56 of file zauberstab.cpp.
void firevision::ZRegion::clear | ( | ) |
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().
top slice Y
Definition at line 61 of file zauberstab.h.