ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/SimInfo.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/brains/SimInfo.hpp (file contents):
Revision 1855 by tim, Fri Dec 3 21:30:30 2004 UTC vs.
Revision 1856 by tim, Mon Dec 6 04:49:53 2004 UTC

# Line 376 | Line 376 | class SimInfo {
376           * exists, return NULL
377           */      
378          GenericData* getPropertyByName(const std::string& propName);
379 +
380 +        /**
381 +         * add all exclude pairs of a molecule into exclude list.
382 +         */
383 +        void addExcludePairs(Molecule* mol);
384 +
385 +        /**
386 +         * remove all exclude pairs which belong to a molecule from exclude list
387 +         */
388 +
389 +        void removeExcludePairs(Molecule* mol);
390                  
391          friend std::ostream& operator <<(std::ostream& o, SimInfo& info);
392          
# Line 402 | Line 413 | class SimInfo {
413          void calcNdfRaw();
414          void calcNdfTrans();
415  
405        void addExcludePairs(Molecule* mol);
406        void removeExcludePairs(Molecule* mol);
407
416          /**
417           * Adds molecule stamp and the total number of the molecule with same molecule stamp in the whole
418           * system.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines