Class : AbstractPotential
~AbstractPotential :
prototype: virtual ~AbstractPotential ()
description:destructor
ShiftPotential :
prototype: virtual void ShiftPotential (double delta )
description:shift the potential with a given quantity
input parameters:
delta = shift value
SaveDiagram :
prototype: virtual void SaveDiagram (char* fileName )
description:save the diagram of atoms in a file
input parameters:
fileName = name of the file to stock the diagram
LoadDiagram :
prototype: virtual void LoadDiagram (char* fileName )
description:load the diagram of atoms from a file
input parameters:
fileName = name of the file in which the diagram is stocked
SavePotential :
prototype: virtual void SavePotential (char* fileName )
description:save the potential in a file
input parameters:
fileName = name of the file to stock the potential
LoadPotential :
prototype: virtual void LoadPotential (char* fileName )
description:load the potential from a file
input parameters:
fileName = name of the file in which the potential is stocked
SaveBmpPicture :
prototype: virtual void SaveBmpPicture (char* fileName )
description:save the whole diagram presentation in a bitmap file
input parameters:
fileName = name of the file to stock the diagram presentation
Back to index.