Blender  V2.93
Public Member Functions | List of all members
blender::bke::VertexWeightReadAttribute Class Referencefinal

Inherits blender::bke::ReadAttribute.

Public Member Functions

 VertexWeightReadAttribute (const MDeformVert *dverts, const int totvert, const int dvert_index)
 
void get_internal (const int64_t index, void *r_value) const override
 
- Public Member Functions inherited from blender::bke::ReadAttribute
 ReadAttribute (AttributeDomain domain, const CPPType &cpp_type, const int64_t size)
 
AttributeDomain domain () const
 
const CPPTypecpp_type () const
 
CustomDataType custom_data_type () const
 
int64_t size () const
 
void get (const int64_t index, void *r_value) const
 
template<typename T >
Span< Tget_span () const
 
virtual ~ReadAttribute ()
 
fn::GSpan get_span () const
 

Additional Inherited Members

- Protected Member Functions inherited from blender::bke::ReadAttribute
virtual void initialize_span () const
 
- Protected Attributes inherited from blender::bke::ReadAttribute
const AttributeDomain domain_
 
const CPPTypecpp_type_
 
const CustomDataType custom_data_type_
 
const int64_t size_
 
std::mutex span_mutex_
 
void * array_buffer_ = nullptr
 
bool array_is_temporary_ = false
 

Detailed Description

Definition at line 883 of file geometry_component_mesh.cc.

Constructor & Destructor Documentation

◆ VertexWeightReadAttribute()

blender::bke::VertexWeightReadAttribute::VertexWeightReadAttribute ( const MDeformVert dverts,
const int  totvert,
const int  dvert_index 
)
inline

Definition at line 889 of file geometry_component_mesh.cc.

Member Function Documentation

◆ get_internal()

void blender::bke::VertexWeightReadAttribute::get_internal ( const int64_t  index,
void *  r_value 
) const
inlineoverridevirtual

The documentation for this class was generated from the following file: