SqrLimits Struct Reference

SqrLimits contains limits of single dimention. More...

#include <BuildWorld.h>

List of all members.

Public Member Functions

 SqrLimits ()
void MaxMinInc (int page, int x, int y)
void MaxMin (int page, int x, int y)
void Inverse (int size=BUILD_SIZE)
void Init (int size=BUILD_SIZE)

Public Attributes

int minpage
int maxpage
int minx
int maxx
int miny
int maxy


Detailed Description

SqrLimits contains limits of single dimention.

These limits usually define the active area of a dimention so that operations can be performed only within those boundaries and not over the whole span of the dimention.


Constructor & Destructor Documentation

SqrLimits::SqrLimits (  )  [inline]


Member Function Documentation

void SqrLimits::MaxMinInc ( int  page,
int  x,
int  y 
)

void SqrLimits::MaxMin ( int  page,
int  x,
int  y 
)

void SqrLimits::Inverse ( int  size = BUILD_SIZE  ) 

void SqrLimits::Init ( int  size = BUILD_SIZE  ) 


Member Data Documentation


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