|
Blender V5.0
|
Public Member Functions | |
| void | reserve (const size_t attr_size) |
| template<typename U> | |
| size_t | add (const U *attr_data, const size_t attr_size, const bool modified) |
| void | alloc () |
Public Attributes | |
| device_vector< T > & | data |
| size_t | offset |
| size_t | size |
Definition at line 261 of file geometry_attributes.cpp.
|
inline |
Definition at line 272 of file geometry_attributes.cpp.
References assert, attr_size(), data, offset, and U.
|
inline |
Definition at line 286 of file geometry_attributes.cpp.
|
inline |
Definition at line 266 of file geometry_attributes.cpp.
References attr_size(), and size.
| device_vector<T>& AttributeTableEntry< T >::data |
Definition at line 262 of file geometry_attributes.cpp.
| size_t AttributeTableEntry< T >::offset |
Definition at line 263 of file geometry_attributes.cpp.
Referenced by add().
| size_t AttributeTableEntry< T >::size |
Definition at line 264 of file geometry_attributes.cpp.