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