26 #ifndef CELLPROPERTIES_H
27 #define CELLPROPERTIES_H
CellProperties(PhysicalModel *p, const StructureProperties::GeometricType t)
Constructors (do not change)
Definition: CellProperties.h:47
CellProperties(PhysicalModel *p, const StructureProperties::GeometricType t, xmlNodePtr node)
Definition: CellProperties.h:48
CellProperties(PhysicalModel *p, const StructureProperties::GeometricType t, const unsigned int ind)
Definition: CellProperties.h:49
void setMyCustomProperty2(const int)
Definition: CellProperties.h:74
int myCustomProperty2
Definition: CellProperties.h:67
float getMyCustomProperty1() const
Definition: CellProperties.h:73
float myCustomProperty1
Definition: CellProperties.h:66
int getMyCustomProperty2() const
Definition: CellProperties.h:75
Describes the properties common to all cells.
Definition: BasicCellProperties.h:37
void xmlPrint(std::ostream &)
Print the properties in xml.
This is the main class of this project.
Definition: PhysicalModel.h:74
virtual ~CellProperties()
void setMyCustomProperty1(const float)
Set and get method for all the properties.
Definition: CellProperties.h:72
GeometricType
Geometric type gives information about which kind of geometric representation is the structure...
Definition: StructureProperties.h:107
This is an automatically generated class for custom Cell properties.
Definition: CellProperties.h:44