proj home

Files   Classes   Functions   Hierarchy  

primitivewindow.h File Reference

#include <string>
#include <vector>
#include <ostream>
#include <GL/glut.h>
#include <GL/gl.h>
#include <gobj.h>
#include <graphmisc.h>
#include <point.h>

Include dependency graph for primitivewindow.h:

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

Go to the source code of this file.

Classes

class  primitiveWindow
 Write text to the screen with a primitive window. More...

Functions

template<typename T >
void operator<< (primitiveWindow &pw, T &x)
 WARNING: I am having difficulty getting streams to work so a reference to the stream has not been returned.


Function Documentation

template<typename T >
void operator<< ( primitiveWindow pw,
T x 
) [inline]

WARNING: I am having difficulty getting streams to work so a reference to the stream has not been returned.

Further use named variables in the x argument. eg String tmp("The cat"); pw << tmp;

Definition at line 96 of file primitivewindow.h.

References primitiveWindow::eval().

00097 {
00098   pw.eval(x);
00099 }


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