26 #ifndef CELLPROPERTIES_H
27 #define CELLPROPERTIES_H
71 virtual void xmlPrint(std::ostream&);
80 static unsigned int maxUniqueIndex;
Describes and manages the properties attached to cells.
Definition: CellProperties.h:44
virtual void xmlPrint(std::ostream &)
print to an output stream in "pseaudo" XML format.
Definition: CellProperties.cpp:71
static void resetUniqueIndex()
Reinitialize the unique index to zero (usually that what you want to do when you start to load a new ...
Definition: CellProperties.cpp:31
~CellProperties()=default
the destructor...
CellProperties(PhysicalModel *myPM, const StructureProperties::GeometricType t)
Default constructor : generate an unique index.
Definition: CellProperties.cpp:58
This is the main class of this project.
Definition: PhysicalModel.h:86
Describes the properties common to all structures.
Definition: StructureProperties.h:38
GeometricType
Geometric type gives information about which kind of geometric representation is the structure.
Definition: StructureProperties.h:107