proj home

Files   Classes   Functions   Hierarchy  

simplexface.h File Reference

#include <iosfwd>

Include dependency graph for simplexface.h:

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

Go to the source code of this file.

Classes

class  simplexface

Typedefs

typedef unsigned int uint
typedef unsigned int const uintc

Functions

ostreamoperator<< (ostream &os, simplexface const &x)


Typedef Documentation

typedef unsigned int uint

Definition at line 7 of file simplexface.h.

typedef unsigned int const uintc

Definition at line 8 of file simplexface.h.


Function Documentation

ostream& operator<< ( ostream os,
simplexface const &  x 
)

Definition at line 58 of file simplexface.cpp.

References simplexface::print().

00059 {
00060   return x.print(os);  
00061 }


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