[MOAB-dev] r4475 - MOAB/trunk/src/moab

tautges at mcs.anl.gov tautges at mcs.anl.gov
Fri Jan 28 17:20:54 CST 2011


Author: tautges
Date: 2011-01-28 17:20:54 -0600 (Fri, 28 Jan 2011)
New Revision: 4475

Modified:
   MOAB/trunk/src/moab/ScdInterface.hpp
Log:
Redoing comments.



Modified: MOAB/trunk/src/moab/ScdInterface.hpp
===================================================================
--- MOAB/trunk/src/moab/ScdInterface.hpp	2011-01-28 20:42:48 UTC (rev 4474)
+++ MOAB/trunk/src/moab/ScdInterface.hpp	2011-01-28 23:20:54 UTC (rev 4475)
@@ -1,5 +1,25 @@
-/** \class ScdInterface
- ** \brief An interface for structured mesh
+/** \file ScdInterface.hpp
+ */
+#ifndef SCD_INTERFACE
+#define SCD_INTERFACE
+
+#include <vector>    
+
+#include "moab/Interface.hpp"
+#include "moab/HomXform.hpp"
+
+namespace moab {
+
+class StructuredElementSeq;
+class EntitySequence;
+class ScdVertexData;
+class EntitySequence;
+class ScdBox;
+class Core;
+
+/** \class ScdInterface ScdInterface.hpp "moab/ScdInterface.hpp"
+ * \brief A structured mesh interface for MOAB-based data
+ *
  * Structured mesh in MOAB is created and accessed through the ScdInterface and ScdBox classes.
  * 
  * \section Construction Construction and Representation
@@ -41,24 +61,8 @@
  * \section Evaluation Evaluation
  * The ScdBox class provides functions for evaluating the mesh based on the ijk parameter space.
  * These functions are inlined where possible, for efficiency.
- */
-#ifndef SCD_INTERFACE
-#define SCD_INTERFACE
+*/
 
-#include <vector>    
-
-#include "moab/Interface.hpp"
-#include "moab/HomXform.hpp"
-
-namespace moab {
-
-class StructuredElementSeq;
-class EntitySequence;
-class ScdVertexData;


More information about the moab-dev mailing list