ZRegion Class Reference
#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 | |
Detailed Description
a region is a stack of slices, together with the y-position of the slice at the topDefinition at line 53 of file zauberstab.h.
Constructor & Destructor Documentation
| ZRegion::ZRegion | ( | ) |
| ZRegion::~ZRegion | ( | ) | [virtual] |
Member Function Documentation
| void ZRegion::clear | ( | ) |
Clears all slices.
Definition at line 64 of file zauberstab.cpp.
References slices.
Referenced by Zauberstab::deleteRegion().
Member Data Documentation
| std::vector<ZSlice*>* ZRegion::slices |
slices
Definition at line 55 of file zauberstab.h.
Referenced by Zauberstab::addRegion(), clear(), ColorTrainWidget::click(), Zauberstab::deleteRegion(), Zauberstab::getSelection(), Zauberstab::isEmptyRegion(), ZRegion(), and ~ZRegion().
The documentation for this class was generated from the following files:
- src/firevision/fvutils/color/zauberstab.h
- src/firevision/fvutils/color/zauberstab.cpp

