27 #include <boost/shared_ptr.hpp>
29 #include "../common/WProperties.h"
34 : m_infoProperties( boost::shared_ptr<
WProperties >( new
WProperties(
"Grid Properties",
"Grid's information properties" ) ) ),
38 WPropInt sizeGrid =
m_infoProperties->addProperty(
"Grid size: ",
"The number of position in the grid.", static_cast<int>(
m_size ) );