update docu for custom properties

This commit is contained in:
Alexandra Heuschling
2022-01-18 13:32:13 +01:00
parent 963b87dbc8
commit fbddd9d025
2 changed files with 20 additions and 9 deletions

View File

@@ -33,7 +33,6 @@ typedef TriMesh Mesh;
// ----------------------------------------------------------------------------
#ifndef DOXY_IGNORE_THIS
struct MyData
{
int ival;
@@ -82,7 +81,6 @@ struct MyData
bool operator != (const MyData& _rhs) const { return !(*this == _rhs); }
};
#endif
@@ -118,6 +116,11 @@ namespace OpenMesh {
return size_of();
}
static std::string type_identifier(void)
{
return "RegisteredDataType";
}
static size_t store(std::ostream& _os, const value_type& _v, bool _swap=false)
{
size_t bytes;