ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/GeometryBuilder.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/nanoRodBuilder/GeometryBuilder.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2215 by chuckv, Thu Apr 28 00:24:11 2005 UTC

# Line 51 | Line 51
51   #ifndef APPLICATIONS_NANORODBUILDER_GEOMETRYBUILDER_HPP
52   #define APPLICATIONS_NANORODBUILDER_GEOMETRYBUILDER_HPP
53  
54 + #include <string>
55  
55
56   namespace oopse {
57          
58    class GeometryBuilder{
# Line 63 | Line 63 | namespace oopse {
63      GeometryBuilder(double length,double width);
64      ~GeometryBuilder(){};
65                  
66 <    bool isInsidePolyhedron(double x, double y, double z);
66 >    bool isInsidePolyhedron(double x, double y, double z);  
67 >    void dumpGeometry(const std::string& geomFileName);
68    private:
69    };
70   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines