Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Classes | Functions

SgPointArray.h File Reference

Array indexed by points. More...

#include <iomanip>
#include <iostream>
#include <sstream>
#include "SgArray.h"
#include "SgPoint.h"

Go to the source code of this file.

Classes

class  SgPointArray< T >
 An array of SG_MAXPOINT values of type T, indexed by SgPoint. More...
class  SgWritePointArray< T >
 Write a point array. More...
class  SgWritePointArrayFloat< FLOAT >
 Write a float point array. More...

Functions

template<typename T >
std::ostream & operator<< (std::ostream &out, const SgWritePointArray< T > &write)
template<typename FLOAT >
std::ostream & operator<< (std::ostream &out, const SgWritePointArrayFloat< FLOAT > &write)

Detailed Description

Array indexed by points.

Definition in file SgPointArray.h.


Function Documentation

template<typename T >
std::ostream & operator<< ( std::ostream &  out,
const SgWritePointArray< T > &  write 
)

Definition at line 105 of file SgPointArray.h.

References SgWritePointArray< T >::Write().

template<typename FLOAT >
std::ostream & operator<< ( std::ostream &  out,
const SgWritePointArrayFloat< FLOAT > &  write 
)

Definition at line 163 of file SgPointArray.h.

References SgWritePointArrayFloat< FLOAT >::Write().


Sun Mar 13 2011 Doxygen 1.7.1