proj home

Files   Classes   Functions   Hierarchy  

cell.h File Reference

#include <cassert>
#include <vector>
#include <cmath>
#include <iostream>
#include <typedefs.h>

Include dependency graph for cell.h:

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

Go to the source code of this file.

Classes

class  cell
 Order a list of points in linear time. More...

Functions

template<typename T >
void print (T const *v, T const *vend)


Function Documentation

template<typename T >
void print ( T const *  v,
T const *  vend 
) [inline]

Definition at line 86 of file cell.h.

00087 {
00088   for (;v!=vend; ++v)
00089     cout << *v << " "; 
00090 
00091   cout << endl;
00092 }


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