[cig-commits] r21508 - short/3D/PyLith/trunk/libsrc/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Tue Mar 12 11:37:10 PDT 2013


Author: brad
Date: 2013-03-12 11:37:10 -0700 (Tue, 12 Mar 2013)
New Revision: 21508

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh
Log:
Improved visitors. Added Stratum helper class.

Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh	2013-03-12 18:36:55 UTC (rev 21507)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh	2013-03-12 18:37:10 UTC (rev 21508)
@@ -55,8 +55,13 @@
     class Mesh;
     class SubMesh;
     class MeshOps;
-    template<typename mesh_type> class Coordinates;
-
+    template<typename mesh_type> class CoordsVisitor;
+    template<typename mesh_type> class MeshVisitor;
+    template<typename mesh_type> class SubMeshVisitor;
+    class SubMeshIS;
+    template<typename mesh_type> class Stratum;
+    template<typename mesh_type> class StratumIS;
+    
     class FieldBase;
     template<typename mesh_type> class Field;
     template<typename field_type> class Fields;



More information about the CIG-COMMITS mailing list