Blender V5.0
blender::bke::AttributeInitConstruct Struct Reference

#include <BKE_attribute.hh>

Inherits blender::bke::AttributeInit.

Public Member Functions

 AttributeInitConstruct ()
Public Member Functions inherited from blender::bke::AttributeInit
 AttributeInit (const Type type)

Additional Inherited Members

Public Types inherited from blender::bke::AttributeInit
enum class  Type {
  Construct , DefaultValue , VArray , MoveArray ,
  Shared
}
Public Attributes inherited from blender::bke::AttributeInit
Type type

Detailed Description

Default construct new attribute values. Does nothing for trivial types. This should be used if all attribute element values will be set by the caller after creating the attribute.

Definition at line 128 of file BKE_attribute.hh.

Constructor & Destructor Documentation

◆ AttributeInitConstruct()

blender::bke::AttributeInitConstruct::AttributeInitConstruct ( )
inline

Definition at line 129 of file BKE_attribute.hh.

References blender::bke::AttributeInit::AttributeInit().


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