Macaulay2 Engine
Loading...
Searching...
No Matches

◆ text_out()

void PointArray::text_out ( buffer & o) const
inline

Definition at line 170 of file NAG.hpp.

171 {
172 o << "PointArray( " << mPoints.size() << " points: ";
173 for (auto i = mMap.begin(); i != mMap.end(); ++i) o << i->second << " ";
174 o << ")" << newline;
175 }
std::vector< RealVector > mPoints
Definition NAG.hpp:179
std::map< Weight, int > mMap
Definition NAG.hpp:178
char newline[]
Definition m2-types.cpp:49

References mMap, mPoints, and newline.

Referenced by rawPointArrayToString().