theba.core.BoxBounds Class Reference

List of all members.

Public Member Functions

 BoxBounds ()
void update (int x, int y, int z)
int getStartX ()
int getStartY ()
int getStartZ ()
int getStopX ()
int getStopY ()
int getStopZ ()
int getWidth ()
int getHeight ()
int getDepth ()
void printSize ()
String toString ()

Public Attributes

int xmin
int ymin
int zmin
int xmax
int ymax
int zmax

Detailed Description

Class responsible for bounding a three-dimensional region

Author:
jens

Definition at line 8 of file BoxBounds.java.


Constructor & Destructor Documentation

theba.core.BoxBounds.BoxBounds (  ) 

Member Function Documentation

int theba.core.BoxBounds.getDepth (  ) 

Definition at line 72 of file BoxBounds.java.

References theba.core.BoxBounds.zmax, and theba.core.BoxBounds.zmin.

Referenced by theba.core.BoxBounds.toString().

int theba.core.BoxBounds.getHeight (  ) 

Definition at line 68 of file BoxBounds.java.

References theba.core.BoxBounds.ymax, and theba.core.BoxBounds.ymin.

Referenced by theba.core.BoxBounds.toString().

int theba.core.BoxBounds.getStartX (  ) 

Definition at line 40 of file BoxBounds.java.

References theba.core.BoxBounds.xmin.

int theba.core.BoxBounds.getStartY (  ) 

Definition at line 44 of file BoxBounds.java.

References theba.core.BoxBounds.ymin.

int theba.core.BoxBounds.getStartZ (  ) 

Definition at line 48 of file BoxBounds.java.

References theba.core.BoxBounds.zmin.

int theba.core.BoxBounds.getStopX (  ) 

Definition at line 52 of file BoxBounds.java.

References theba.core.BoxBounds.xmax.

int theba.core.BoxBounds.getStopY (  ) 

Definition at line 56 of file BoxBounds.java.

References theba.core.BoxBounds.ymax.

int theba.core.BoxBounds.getStopZ (  ) 

Definition at line 60 of file BoxBounds.java.

References theba.core.BoxBounds.zmax.

int theba.core.BoxBounds.getWidth (  ) 

Definition at line 64 of file BoxBounds.java.

References theba.core.BoxBounds.xmax, and theba.core.BoxBounds.xmin.

Referenced by theba.core.BoxBounds.toString().

void theba.core.BoxBounds.printSize (  ) 
String theba.core.BoxBounds.toString (  ) 
void theba.core.BoxBounds.update ( int  x,
int  y,
int  z 
)

Member Data Documentation


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

Generated on Fri Nov 13 08:57:08 2009 for Theba by  doxygen 1.6.1