36 #ifndef _ELEMENTATTRIBUTES_HPP_
37 #define _ELEMENTATTRIBUTES_HPP_
42 #include <boost/serialization/vector.hpp>
47 template <
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
64 template<
class Archive>
65 void serialize(Archive & archive,
const unsigned int version)
102 #endif //_ELEMENTATTRIBUTES_HPP_
void serialize(Archive &archive, const unsigned int version)
void AddAttribute(double attribute)
std::vector< double > & rGetAttributes()
std::vector< double > mAttributes
friend class boost::serialization::access
double GetFirstAttribute()
void SetFirstAttribute(double attribute)