ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/selection/HullFinder.cpp
(Generate patch)

Comparing trunk/src/selection/HullFinder.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1880 by gezelter, Mon Jun 17 18:28:30 2013 UTC

# Line 126 | Line 126 | namespace OpenMD {
126    }
127  
128    OpenMDBitSet HullFinder::findHull(int frame) {
129    Snapshot* currSnapshot = info_->getSnapshotManager()->getSnapshot(frame);
129      OpenMDBitSet bsResult(nStuntDoubles_);
130   #ifdef HAVE_QHULL
131      surfaceMesh_->computeHull(localSites_);
# Line 140 | Line 139 | namespace OpenMD {
139   #endif
140      
141      std::vector<Triangle> sMesh = surfaceMesh_->getMesh();
143    int nTriangles = sMesh.size();
142      // Loop over the mesh faces
143      std::vector<Triangle>::iterator face;
144      std::vector<StuntDouble*>::iterator vertex;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines