34    out << std::setw(5) << it.
toInteger() << 
" ** ";
 
   35    for (
unsigned int i = 0; i < it.
getState().size(); i++)
 
   36        out << std::setw(5) << it[i] << 
" ";
 
   38    for (
unsigned int i = 0; i < it.
getPosition().size(); i++)
 
   39        out << std::scientific << std::setprecision(3) << std::setw(12)
 
std::ostream & operator<<(std::ostream &out, const Mesh::Iterator &it)
virtual void getPosition(double *point) const
std::vector< int > getState() const