Commit in slic/include on MAIN
VRML2Writer.hh+3-61.2 -> 1.3


slic/include
VRML2Writer.hh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- VRML2Writer.hh	9 Jul 2009 18:24:36 -0000	1.2
+++ VRML2Writer.hh	9 Jul 2009 22:11:51 -0000	1.3
@@ -13,11 +13,11 @@
 class G4VSolid;
 class G4Polyhedron;
 
-// TODO: correct indentation level
-// TODO: transforms are REVERSED; up the hierarchy instead of down!
-
 namespace slic
 {
+    /**
+     * A simple standalone VRML2 writer that dumps the detector geometry in hierarchical format.
+     */
     class VRML2Writer
     {
         public:
@@ -37,9 +37,6 @@
             void indent();
             void unindent();
 
-            // workaround for CLHEP Seg Fault
-            double getAngleAxis(G4RotationMatrix* rot, G4ThreeVector &axis);
-
         private:
 
             std::ofstream _out;
CVSspam 0.2.8