27 #ifndef TOOLS_SURFACEEXTRACTOR_SURFACEEXTRACTOR_H 
   28 #define TOOLS_SURFACEEXTRACTOR_SURFACEEXTRACTOR_H 
   64     std::vector<Facet*> facets;
 
   66     void equivalent(
int size, 
unsigned int id[]);
 
A cell has an unique index in the physical model object, is composed by atoms, and different basic pr...
Definition: Cell.h:46
 
This is the main class of this project.
Definition: PhysicalModel.h:86
 
A structural component is composed either by cell or by atoms.
Definition: StructuralComponent.h:52