proj home

Files   Classes   Functions   Hierarchy  

linechopped.h File Reference

#include <cassert>
#include <list>
#include <sstream>
#include <line.h>
#include <mathlib.h>
#include <point.h>

Include dependency graph for linechopped.h:

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

Go to the source code of this file.

Classes

class  linechopped< PT, PD >
 Maintain a linked list of chopped line segments. More...
class  pointindexed< PT, INDX >
 Associate an index with a point. More...
class  linechoppedindexed< PT, PD, INDX >
 Maintain a linked list of chopped line segments, each having an index. More...

Functions

template<typename PT , typename INDX >
ostreamoperator<< (ostream &os, pointindexed< PT, INDX > const &p)


Function Documentation

template<typename PT , typename INDX >
ostream& operator<< ( ostream os,
pointindexed< PT, INDX > const &  p 
) [inline]

Definition at line 79 of file linechopped.h.

00080   { return os << (stringc)p; }


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