#include <QString>
#include <QSet>
#include <vector>
#include "PMComponentAPI.h"
Go to the source code of this file.
Classes |
class | LoadsManager |
| This class manages the applied all loads (see LML), deformation add-on, atom data monitoring and atom decoration. More...
|
Typedefs |
typedef std::pair< Atom *, double > | std::AtomDataPair |
| definition of a couple (=STL pair) [Atom *, double] this associates an atom to a given data (scalar value)
|
typedef std::vector
< std::AtomDataPair > | std::AtomDataVector |
| a vector of atom data
|