proj home

Files   Classes   Functions   Hierarchy  

cube.h File Reference

#include <cassert>
#include <iostream>
#include <cursor.h>
#include <typedefs.h>

Include dependency graph for cube.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cube
 Cube model. More...

Functions

ostreamoperator<< (ostream &os, cube const &cb)


Function Documentation

ostream& operator<< ( ostream os,
cube const &  cb 
)

Definition at line 191 of file cube.cpp.

References cube::print().

00192 { 
00193   return cb.print(os); 
00194 }


Generated on Fri Mar 4 00:49:36 2011 for Chelton Evans Source by  doxygen 1.5.8