#include "PhysicalModelIO.h"
#include <string>
#include <memory>
#include <algorithm>
#include "PMLAbortException.h"
#include "StructuralComponent.h"
#include "Atom.h"
#include "Cell.h"
Go to the source code of this file.
Classes | |
class | PhysicalModel |
This is the main class of this project. More... | |
Namespaces | |
namespace | physicalModel |
namespace | std |
STL namespace. | |
Typedefs | |
using | std::GlobalIndexStructureMap = std::map< unsigned int, Structure * > |
definition of the association set (=map in STL) globalIndexStructureMap. | |
using | std::GlobalIndexStructureMapIterator = std::map< unsigned int, Structure * > ::iterator |
the iterator corresponding to GlobalIndexStructureMap | |
using | std::GlobalIndexStructurePair = std::pair< unsigned int, Structure * > |
definition of a couple (=STL pair) (int , Structure *) this associates a global cell/atom index to the ptr to the cell/atom that actually has this index | |
using | PtrToSetProgressFunction = void(*)(const float donePercentage) |
Definition of a function/method that could be called by the setProgress method. | |
using PtrToSetProgressFunction = void (*)(const float donePercentage) |
Definition of a function/method that could be called by the setProgress method.