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

Comparing trunk/OOPSE-2.0/src/brains/SimInfo.hpp (file contents):
Revision 2000 by tim, Fri Feb 11 22:41:02 2005 UTC vs.
Revision 2006 by tim, Sun Feb 13 08:05:33 2005 UTC

# Line 413 | Line 413 | class SimInfo {
413          SelectionManager* getSelectionManager() {
414              return selectMan_;
415          }
416 +
417 +        /** Returns the unique atom types of local processor in an array */
418 +        std::set<AtomType*> getUniqueAtomTypes();
419          
420          friend std::ostream& operator <<(std::ostream& o, SimInfo& info);
421          
422      private:
423  
421        
422        /** Returns the unique atom types of local processor in an array */
423        std::set<AtomType*> getUniqueAtomTypes();
424
424          /** fill up the simtype struct*/
425          void setupSimType();
426  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines