Difference between revisions of "MSL Objects:EnergySet"

From MSL-Libraries
Jump to navigationJump to search
(Created page with '== Description == ==Usage examples== == Source from SourceForge == [http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/src/EnergySet.h?&view=markup EnergySet.h] [http://msli…')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{stub}}
 +
 
== Description ==
 
== Description ==
  
 
==Usage examples==
 
==Usage examples==
 +
 +
==ToDo==
 +
Implement
 +
* Copy constructor
 +
* void deleteInteractionsWithAtom(Atom & _a);
 +
* void deleteInteractionsWithAtoms(AtomPointerVector & _atomVec);
 +
  
 
== Source from SourceForge ==
 
== Source from SourceForge ==
Line 11: Line 20:
 
----
 
----
 
'''[[MSL Objects|Back to the MSL Objects page]]'''
 
'''[[MSL Objects|Back to the MSL Objects page]]'''
 +
 +
[[Category:MSL Objects]]

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