[MOAB-dev] r3505 - MOAB/trunk

iulian at mcs.anl.gov iulian at mcs.anl.gov
Thu Jan 28 12:19:16 CST 2010


Author: iulian
Date: 2010-01-28 12:19:16 -0600 (Thu, 28 Jan 2010)
New Revision: 3505

Modified:
   MOAB/trunk/Makefile.am
Log:
add smf reader/writer for MOAB
smf file format is used by QSLIM (surface mesh decimation code)
export of sets is not yet implemented; all triangles from the mesh will be written to smf file



Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2010-01-28 17:42:57 UTC (rev 3504)
+++ MOAB/trunk/Makefile.am	2010-01-28 18:19:16 UTC (rev 3505)
@@ -191,6 +191,10 @@
   ReadSTL.hpp \
   ReadVtk.cpp \
   ReadVtk.hpp \
+  ReadSmf.hpp \
+  ReadSmf.cpp \
+  SMF_State.cpp \
+  SMF_State.hpp \
   ReadIDEAS.cpp \
   ReadIDEAS.hpp \
   ReadMCNP5.cpp \
@@ -248,6 +252,8 @@
   WriteTemplate.cpp \
   WriteVtk.cpp \
   WriteVtk.hpp \
+  WriteSmf.cpp \
+  WriteSmf.hpp \
   $(MOAB_EXTRA_SRCS)
 
 #  MBMem.cpp



More information about the moab-dev mailing list