ZRegion Class Reference

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


Constructor & Destructor Documentation

ZRegion::ZRegion (  ) 

Constructor.

Definition at line 43 of file zauberstab.cpp.

References slices, and topSliceY.

ZRegion::~ZRegion (  )  [virtual]

Constructor.

Definition at line 51 of file zauberstab.cpp.

References slices.


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

top slice Y

Definition at line 56 of file zauberstab.h.

Referenced by ZRegion().


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