Functions | |
template<int N, int M, typename T > | |
void | readAscii (std::istream &in, IndSimpSet< N, M, true, T > *mesh) |
Read a mesh in ascii format. | |
template<int N, int M, typename T > | |
void | writeAscii (std::ostream &out, const IndSimpSet< N, M, true, T > &mesh) |
Write a mesh in ascii format. |
This group defines an API for the geom/mesh sub-package. It wraps functionality for the iss and simplicial sub-sub-packages.
All of the functions take IndSimpSet<N,M,true,T> as parameters.