rename string_for_value_type to type_identifier
This commit is contained in:
@@ -214,7 +214,7 @@ public: // data access interface
|
||||
|
||||
std::string get_storage_name() const override
|
||||
{
|
||||
return OpenMesh::IO::binary<T>::string_for_value_type();
|
||||
return OpenMesh::IO::binary<T>::type_identifier();
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -382,7 +382,7 @@ public:
|
||||
|
||||
std::string get_storage_name() const override
|
||||
{
|
||||
return OpenMesh::IO::binary<bool>::string_for_value_type();
|
||||
return OpenMesh::IO::binary<bool>::type_identifier();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ class PropertyCreatorT<ClassName> : public PropertyCreatorImpl<PropertyCreatorT<
|
||||
{ \
|
||||
public: \
|
||||
using type = ClassName; \
|
||||
std::string type_string() override { return OpenMesh::IO::binary<type>::string_for_value_type(); } \
|
||||
std::string type_string() override { return OpenMesh::IO::binary<type>::type_identifier(); } \
|
||||
\
|
||||
PropertyCreatorT() \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user