Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgPointArray.h File Reference


Detailed Description

Array indexed by points.

Definition in file SgPointArray.h.

#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)


Function Documentation

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

Definition at line 167 of file SgPointArray.h.

References SgWritePointArrayFloat< FLOAT >::Write().

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

Definition at line 108 of file SgPointArray.h.

References SgWritePointArray< T >::Write().


17 Jun 2010 Doxygen 1.4.7