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) |
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWritePointArrayFloat< FLOAT > & | write | |||
) |
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWritePointArray< T > & | write | |||
) |