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

Comparing trunk/src/selection/SelectionEvaluator.hpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1412 by gezelter, Mon Mar 22 18:45:39 2010 UTC

# Line 52 | Line 52
52   #include "selection/SelectionCompiler.hpp"
53   #include "selection/NameFinder.hpp"
54   #include "selection/DistanceFinder.hpp"
55 + #include "selection/HullFinder.hpp"
56   #include "selection/IndexFinder.hpp"
57   #include "utils/OpenMDBitSet.hpp"
58   #include "primitives/StuntDouble.hpp"
# Line 129 | Line 130 | namespace OpenMD {
130      OpenMDBitSet expression(const std::vector<Token>& tokens, int pc);
131  
132      OpenMDBitSet lookupValue(const std::string& variable);
133 +
134 +    OpenMDBitSet hull();
135          
136      void evalError(const std::string& message) {
137        sprintf( painCave.errMsg,
# Line 190 | Line 193 | namespace OpenMD {
193      SimInfo* info;
194      NameFinder nameFinder;
195      DistanceFinder distanceFinder;
196 +    HullFinder hullFinder;
197      IndexFinder indexFinder;
198      int nStuntDouble;   //nGLOBALatoms + nGLOBALrigidbodies
199  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines