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) |
Array indexed by points.
Definition in file SgPointArray.h.
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWritePointArray< T > & | write | |||
) |
Definition at line 105 of file SgPointArray.h.
References SgWritePointArray< T >::Write().
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWritePointArrayFloat< FLOAT > & | write | |||
) |
Definition at line 163 of file SgPointArray.h.
References SgWritePointArrayFloat< FLOAT >::Write().