surfMesh - moved more things to PrimitiveMeshedSurface

This commit is contained in:
Mark Olesen
2008-11-17 14:55:47 +01:00
parent 82a481a6c0
commit 4e700e62b0
11 changed files with 491 additions and 530 deletions

View File

@ -185,8 +185,8 @@ int main(int argc, char *argv[])
if
(
!meshedSurface::canRead(importName.ext(), true)
|| !meshedSurface::canWrite(exportName.ext(), true)
!meshedSurface::canRead(importName, true)
|| !meshedSurface::canWriteType(exportName.ext(), true)
)
{
return 1;
@ -194,7 +194,7 @@ int main(int argc, char *argv[])
{
meshedSurface surf(importName);
MeshedSurface<face> surf(importName);
if (args.options().found("clean"))
{