26 #ifndef ATOMPROPERTIES_H
27 #define ATOMPROPERTIES_H
virtual ~AtomProperties()
AtomProperties(PhysicalModel *p, const double pos[3])
Definition: AtomProperties.h:51
void setMyCustomProperty2(const std::string)
Definition: AtomProperties.h:77
void xmlPrint(std::ostream &)
Print the properties in xml.
int myCustomProperty1
Definition: AtomProperties.h:69
std::string myCustomProperty2
Definition: AtomProperties.h:70
int getMyCustomProperty1() const
Definition: AtomProperties.h:76
AtomProperties(PhysicalModel *p)
Constructors (do not change)
Definition: AtomProperties.h:48
void setMyCustomProperty1(const int)
Set and get method for all the properties.
Definition: AtomProperties.h:75
This is an automatically generated class for custom Atom properties.
Definition: AtomProperties.h:45
AtomProperties(PhysicalModel *p, const unsigned int ind, const double pos[3])
Definition: AtomProperties.h:52
std::string getMyCustomProperty2() const
Definition: AtomProperties.h:78
This is the main class of this project.
Definition: PhysicalModel.h:74
AtomProperties(PhysicalModel *p, const unsigned int ind)
Definition: AtomProperties.h:50
string(REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}") string(REGEX REPLACE"^.*-.*-(.*)""\\1"BUILDTYPE"$
Definition: continuous.cmake:34
This class is the basic Atom Properties class.
Definition: BasicAtomProperties.h:41
AtomProperties(PhysicalModel *p, xmlNodePtr node)
Definition: AtomProperties.h:49