Functions | |
template<int N, int M, typename T> | |
void | geom::readAscii (std::istream &in, IndSimpSet< N, M, true, T > *mesh) |
Read a mesh in ascii format. | |
template<int N, int M, typename T> | |
void | geom::writeAscii (std::ostream &out, const IndSimpSet< N, M, true, T > &mesh) |
Write a mesh in ascii format. |
All of the functions take IndSimpSet<N,M,true,T> as parameters.