Fawkes API  Fawkes Development Version
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>

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ZRegion()

firevision::ZRegion::ZRegion ( )

Constructor.

Definition at line 48 of file zauberstab.cpp.

◆ ~ZRegion()

firevision::ZRegion::~ZRegion ( )
virtual

Constructor.

Definition at line 56 of file zauberstab.cpp.

Member Function Documentation

◆ clear()

void firevision::ZRegion::clear ( void  )

Clears all slices.

Definition at line 69 of file zauberstab.cpp.

Member Data Documentation

◆ slices

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

◆ topSliceY

int firevision::ZRegion::topSliceY

top slice Y

Definition at line 61 of file zauberstab.h.

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


The documentation for this class was generated from the following files: