We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edd8cd commit 47952caCopy full SHA for 47952ca
openvdb/openvdb/points/AttributeSet.h
@@ -38,7 +38,7 @@ using GroupType = uint8_t;
38
class OPENVDB_API AttributeSet
39
{
40
public:
41
- enum { INVALID_POS = std::numeric_limits<size_t>::max() };
+ enum AttributePositionLabel : size_t { INVALID_POS = std::numeric_limits<size_t>::max() };
42
43
using Ptr = std::shared_ptr<AttributeSet>;
44
using ConstPtr = std::shared_ptr<const AttributeSet>;
0 commit comments