26 #ifndef CELLPROPERTIES_H
27 #define CELLPROPERTIES_H
71 virtual void xmlPrint(std::ostream&);
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...
static unsigned int maxUniqueIndex
unique number (used to generate unique index for cells if not given at the instantiation)
Definition: CellProperties.h:80
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
PhysicalModel * myPM
pointer to the physical model the object is in
Definition: Properties.h:136
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