|
Blender
V2.93
|
#include <BKE_attribute_access.hh>
Public Member Functions | |
| TypedReadAttribute (ReadAttributePtr attribute) | |
| TypedReadAttribute (const ReadAttribute &attribute) | |
| int64_t | size () const |
| T | operator[] (const int64_t index) const |
| Span< T > | get_span () const |
Definition at line 210 of file BKE_attribute_access.hh.
|
inline |
Definition at line 216 of file BKE_attribute_access.hh.
References BLI_assert.
|
inline |
Definition at line 222 of file BKE_attribute_access.hh.
References BLI_assert, blender::bke::ReadAttribute::cpp_type(), blender::fn::CPPType::is(), and T.
|
inline |
Definition at line 242 of file BKE_attribute_access.hh.
References blender::bke::ReadAttribute::get_span().
|
inline |
Definition at line 232 of file BKE_attribute_access.hh.
References BLI_assert, blender::bke::ReadAttribute::get(), blender::bke::TypedReadAttribute< T >::size(), and T.
|
inline |
Definition at line 227 of file BKE_attribute_access.hh.
References blender::bke::ReadAttribute::size().
Referenced by blender::bke::TypedReadAttribute< T >::operator[]().