26#ifndef CELLPROPERTIES_H
27#define CELLPROPERTIES_H
71 virtual void xmlPrint(std::ostream&);
80 static unsigned int maxUniqueIndex;
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
StructureProperties(PhysicalModel *, const GeometricType)
the only default constructor : type must be set
Definition StructureProperties.cpp:29
GeometricType
Geometric type gives information about which kind of geometric representation is the structure.
Definition StructureProperties.h:107