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

Comparing trunk/OOPSE-4/src/applications/staticProps/NanoVolume.hpp (file contents):
Revision 3554 by chuckv, Wed Oct 15 18:26:01 2008 UTC vs.
Revision 3555 by gezelter, Thu Oct 22 14:22:55 2009 UTC

# Line 40 | Line 40
40   *
41   *  NanoVolume.hpp
42   *
43 *  Purpose: To calculate convexhull, hull volume and radius
44 *  using the CGAL library.
45 *
43   *  Created by Charles F. Vardeman II on 14 Dec 2006.
44   *  @author  Charles F. Vardeman II
45 < *  @version $Id: NanoVolume.hpp,v 1.6 2008-10-15 18:26:01 chuckv Exp $
45 > *  @version $Id: NanoVolume.hpp,v 1.7 2009-10-22 14:19:26 gezelter Exp $
46   *
47   */
48   #ifndef APPLICATIONS_STATICPROPS_NANOVOLUME_HPP_
# Line 57 | Line 54
54   #include "selection/SelectionManager.hpp"
55   #include "applications/staticProps/StaticAnalyser.hpp"
56  
60 #if defined(HAVE_QHULL) || defined(HAVE_CGAL)
57   #ifdef HAVE_QHULL
58   #include "math/ConvexHull.hpp"
59   #endif
60  
65 #ifdef HAVE_CGAL
66 #include "math/AlphaShape.hpp"
67 #endif
68 #endif
69
61   namespace oopse {
62    class NanoVolume : public StaticAnalyser {
63    public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines