44 #include <OpenMesh/Core/Utils/BaseProperty.hh> 49 void BaseProperty::stats(std::ostream& _ostr)
const 51 _ostr <<
" " <<
name() << (
persistent() ?
", persistent " :
"") <<
"\n";
const std::string & name() const
Return the name of the property.
bool persistent(void) const
Returns true if the persistent flag is enabled else false.