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 2164 by chuckv, Mon Apr 11 21:37:30 2005 UTC vs.
Revision 2491 by chuckv, Tue Dec 6 17:53:20 2005 UTC

# Line 18 | Line 18
18   *    publication of scientific results based in part on use of the
19   *    program.  An acceptable form of acknowledgement is citation of
20   *    the article in which the program was described (Matthew
21 <                                                                                                                                                                                                                        *    A. Meineke, Charles F. Vardeman II, Teng Lin, Christopher
22 <                                                                                                                                                                                                                        *    J. Fennell and J. Daniel Gezelter, "OOPSE: An Object-Oriented
21 > *    A. Meineke, Charles F. Vardeman II, Teng Lin, Christopher
22 > *    J. Fennell and J. Daniel Gezelter, "OOPSE: An Object-Oriented
23   *    Parallel Simulation Engine for Molecular Dynamics,"
24 <                                                                                                                                                                                                                        *    J. Comput. Chem. 26, pp. 252-271 (2005))
24 > *    J. Comput. Chem. 26, pp. 252-271 (2005))
25   *
26   * 2. Redistributions of source code must retain the above copyright
27   *    notice, this list of conditions and the following disclaimer.
# 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{
58 >  class GeometryBuilder{
59      
60      
61 < public:
61 >  public:
62                  
63 <                GeometryBuilder(double length,double width);
64 <                ~GeometryBuilder(){};
63 >    GeometryBuilder(double length,double width);
64 >    GeometryBuilder(double length,double width, bool twinned);
65 >    ~GeometryBuilder(){};
66                  
67 <                bool isInsidePolyhedron(double x, double y, double z);
68 < private:
69 <        };
70 <        }
67 >    bool isInsidePolyhedron(double x, double y, double z);  
68 >    void dumpGeometry(const std::string& geomFileName);
69 >  private:
70 >  };
71 > }
72   #endif //APPLICATIONS_NANORODBUILDER_GEOMETRYBUILDER_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines