Difference between revisions of "MSL Objects:EnergySet"

From MSL-Libraries
Jump to navigationJump to search
 
Line 6: Line 6:
  
 
==ToDo==
 
==ToDo==
 +
Implement
 
* Copy constructor
 
* Copy constructor
 +
* void deleteInteractionsWithAtom(Atom & _a);
 +
* void deleteInteractionsWithAtoms(AtomPointerVector & _atomVec);
 +
  
 
== Source from SourceForge ==
 
== Source from SourceForge ==

Latest revision as of 20:55, 2 April 2010

This article is a stub. You can help the MSL Wiki by expanding it.


Description

Usage examples

ToDo

Implement

  • Copy constructor
  • void deleteInteractionsWithAtom(Atom & _a);
  • void deleteInteractionsWithAtoms(AtomPointerVector & _atomVec);


Source from SourceForge

EnergySet.h

EnergySet.cpp


Back to the MSL Objects page