26 #ifndef STRUCTURALCOMPONENTPROPERTIES_H
27 #define STRUCTURALCOMPONENTPROPERTIES_H
std::string getMyCustomProperty2() const
Definition: StructuralComponentProperties.h:83
void xmlPrint(std::ostream &)
Print the properties in xml.
StructuralComponentProperties(PhysicalModel *p, const double r, const double g, const double b, const std::string n)
Definition: StructuralComponentProperties.h:56
int getMyCustomProperty1() const
Definition: StructuralComponentProperties.h:81
StructuralComponentProperties(PhysicalModel *p, const double *rgb, const std::string n)
Definition: StructuralComponentProperties.h:54
int myCustomProperty1
Definition: StructuralComponentProperties.h:74
StructuralComponentProperties(PhysicalModel *p, xmlNodePtr node)
Definition: StructuralComponentProperties.h:49
StructuralComponentProperties(PhysicalModel *p, const double r, const double g, const double b)
Definition: StructuralComponentProperties.h:55
A special class to manage the basic structural component properties.
Definition: BasicSCProperties.h:42
StructuralComponentProperties(PhysicalModel *p, const Color c, const std::string n)
Definition: StructuralComponentProperties.h:52
std::string myCustomProperty2
Definition: StructuralComponentProperties.h:75
StructuralComponentProperties(PhysicalModel *p)
Constructors (do not change)
Definition: StructuralComponentProperties.h:48
virtual ~StructuralComponentProperties()
StructuralComponentProperties(PhysicalModel *p, const double *rgb)
Definition: StructuralComponentProperties.h:53
This is an automatically generated class for custom StructuralComponent properties.
Definition: StructuralComponentProperties.h:45
This is the main class of this project.
Definition: PhysicalModel.h:74
void setMyCustomProperty2(const std::string)
Definition: StructuralComponentProperties.h:82
string(REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}") string(REGEX REPLACE"^.*-.*-(.*)""\\1"BUILDTYPE"$
Definition: continuous.cmake:34
StructuralComponentProperties(PhysicalModel *p, const Color c)
Definition: StructuralComponentProperties.h:51
StructuralComponentProperties(PhysicalModel *p, const std::string n)
Definition: StructuralComponentProperties.h:50
void setMyCustomProperty1(const int)
Set and get method for all the properties.
Definition: StructuralComponentProperties.h:80
Color
Default color settings.
Definition: BasicSCProperties.h:47