firevision::ZRegion Class Reference

a region is a stack of slices, together with the y-position of the slice at the top More...

#include <zauberstab.h>

List of all members.

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 top

Definition at line 58 of file zauberstab.h.


Constructor & Destructor Documentation

firevision::ZRegion::ZRegion (  ) 

Constructor.

Definition at line 48 of file zauberstab.cpp.

References slices, and topSliceY.

firevision::ZRegion::~ZRegion (  )  [virtual]

Constructor.

Definition at line 56 of file zauberstab.cpp.

References slices.


Member Function Documentation

void firevision::ZRegion::clear (  ) 

Clears all slices.

Definition at line 69 of file zauberstab.cpp.

References slices.

Referenced by firevision::Zauberstab::deleteRegion().


Member Data Documentation

std::vector<ZSlice*>* firevision::ZRegion::slices

slices

Definition at line 60 of file zauberstab.h.

Referenced by firevision::Zauberstab::addRegion(), clear(), ColorTrainWidget::click(), firevision::Zauberstab::deleteRegion(), firevision::Zauberstab::getSelection(), firevision::Zauberstab::isEmptyRegion(), ZRegion(), and ~ZRegion().

int firevision::ZRegion::topSliceY

top slice Y

Definition at line 61 of file zauberstab.h.

Referenced by ZRegion().


The documentation for this class was generated from the following files:
Generated on Tue Feb 22 13:33:00 2011 for Fawkes API by  doxygen 1.4.7