Go to the documentation of this file.
71 int main(
int argc,
char *argv[])
84 Pout<<
"Reading surface " << inFileName <<
nl
85 <<
"Collapsing all triangles with edges or heights < " << minLen <<
nl
86 <<
"Writing result to " << outFileName <<
nl <<
endl;
89 Pout<<
"Reading surface from " << inFileName <<
" ..." <<
nl <<
endl;
91 surf.writeStats(
Pout);
94 Pout<<
"Collapsing triangles to edges ..." <<
nl <<
endl;
100 if (nEdgeCollapse == 0)
116 surf.writeStats(
Pout);
119 Pout<<
"Writing refined surface to " << outFileName <<
" ..." <<
endl;
120 surf.
write(outFileName);