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 55 of file zauberstab.h.

Constructor & Destructor Documentation

◆ ZRegion()

firevision::ZRegion::ZRegion ( )

Constructor.

Definition at line 45 of file zauberstab.cpp.

References slices, and topSliceY.

◆ ~ZRegion()

firevision::ZRegion::~ZRegion ( )
virtual

Constructor.

Definition at line 53 of file zauberstab.cpp.

References slices.

Member Function Documentation

◆ clear()

void firevision::ZRegion::clear ( void  )

Clears all slices.

Definition at line 65 of file zauberstab.cpp.

References slices.

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

Member Data Documentation

◆ slices

◆ topSliceY

int firevision::ZRegion::topSliceY

top slice Y

Definition at line 59 of file zauberstab.h.

Referenced by ZRegion().


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