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

Comparing trunk/OOPSE-3.0/src/selection/NameFinder.hpp (file contents):
Revision 1972 by tim, Fri Feb 4 22:39:26 2005 UTC vs.
Revision 1987 by tim, Mon Feb 7 22:36:32 2005 UTC

# Line 67 | Line 67 | class NameFinder{
67          void matchStuntDouble(const std::string& molName, const std::string& sdName, BitSet& bs);
68          void matchRigidAtoms(const std::string& molName, const std::string& rbName, const std::string& rbAtomName, BitSet& bs);
69  
70 +        void matchInternalIndex(const std::string& name, int internalIndex, BitSet& bs);
71 +
72          TreeNode* createNode(TreeNode* parent, const std::string& name);
73          std::vector<TreeNode*> getMatchedChildren(TreeNode* node, const std::string& name);
74          bool isMatched(const std::string& str, const std::string& wildcard);
75  
76 +        bool isInteger(const std::string str);
77 +
78          SimInfo* info_;
79          int nStuntDouble_;
80          TreeNode* root_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines