proj home

Files   Classes   Functions   Hierarchy  

virtualtetrahedron.h File Reference

#include <iostream>

Include dependency graph for virtualtetrahedron.h:

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

Go to the source code of this file.

Classes

class  virtualtetrahedron

Typedefs

typedef unsigned int uint
typedef unsigned int const uintc

Functions

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


Typedef Documentation

typedef unsigned int uint

Definition at line 7 of file virtualtetrahedron.h.

typedef unsigned int const uintc

Definition at line 8 of file virtualtetrahedron.h.


Function Documentation

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

Definition at line 128 of file virtualtetrahedron.cpp.

References virtualtetrahedron::v.

00129 {
00130   os << x.v[0] << " " << x.v[1] << " " << x.v[2] << " " << x.v[3];
00131   return os;
00132 }


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