[MOAB-dev] r3768 - MOAB/trunk/examples

smithrm at mcs.anl.gov smithrm at mcs.anl.gov
Tue Apr 13 12:12:00 CDT 2010


Author: smithrm
Date: 2010-04-13 12:12:00 -0500 (Tue, 13 Apr 2010)
New Revision: 3768

Added:
   MOAB/trunk/examples/README
Log:
o Added top level README file for examples.


Added: MOAB/trunk/examples/README
===================================================================
--- MOAB/trunk/examples/README	                        (rev 0)
+++ MOAB/trunk/examples/README	2010-04-13 17:12:00 UTC (rev 3768)
@@ -0,0 +1,42 @@
+This directory contains examples of some of MOAB's key functionality.
+Each example described here corresponds to a source file.  
+
+The GetEntities example is located in the "simple" subdirectory.  The
+makefile there indicates how to build a program linked to MOAB using a
+simple makefile.
+
+The Makefile.am in the main examples directory illustrates how to
+build a program linked to MOAB using a GNU autotools build system.
+
+For more information on these examples, refer to the MOAB Code
+Examples webpage at
+    http://trac.mcs.anl.gov/projects/ITAPS/wiki/CodeExamples
+
+
+Simple Examples
+===============
+    GetEntities: get the number of entities of each dimension
+
+    SetsNTags: query the sets in a mesh and tags on those sets
+
+
+General Mesh Query & Manipulation
+=================================
+    SkinMesh: compute the outer faces of a mesh
+
+    SurfArea: compute the surface area of the skin of a mesh
+
+    ObbTree: construct an obb tree from input triangles and do ray-tracing
+
+    KDTree: construct a kD-tree from a hexahedral mesh and then search
+            for some points
+
+
+Mesh Import
+===========
+    FileRead: file reader example
+
+
+Meta-Data
+=========
+    GeomSetHierarchy: read and query geometric model information






More information about the moab-dev mailing list