Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BoxList Class Reference

List of boxes. More...

#include <box.h>

List of all members.

Public Methods

 BoxList ()
 ~BoxList ()
void add (Box *box)
int write_taz (const char *fname, rvfloat grow=0.0)
int write_vis (const char *fname, rvfloat cameraGrow=0.0, rvfloat cubeGrow=0.0)

Private Methods

void checkSanity (bool vis)
void reset ()
void grow ()

Private Attributes

int cnt
int max
Box** list


Detailed Description

List of boxes.


Constructor & Destructor Documentation

BoxList::BoxList ( )
 

BoxList::~BoxList ( )
 


Member Function Documentation

void BoxList::add ( Box * box )
 

void BoxList::checkSanity ( bool vis ) [private]
 

void BoxList::grow ( ) [private]
 

void BoxList::reset ( ) [private]
 

int BoxList::write_taz ( const char * fname,
rvfloat grow = 0.0 )
 

int BoxList::write_vis ( const char * fname,
rvfloat cameraGrow = 0.0,
rvfloat cubeGrow = 0.0 )
 


Member Data Documentation

int BoxList::cnt [private]
 

Box ** BoxList::list [private]
 

int BoxList::max [private]
 


The documentation for this class was generated from the following files:
Generated at Fri Jul 26 09:33:58 2002 for rvtmod/rvglue by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000