Blender  V3.3
Public Types | Public Member Functions | Public Attributes | List of all members
blender::bke::AttributeInit Struct Reference

#include <BKE_attribute.hh>

Inheritance diagram for blender::bke::AttributeInit:
blender::bke::AttributeInitDefault blender::bke::AttributeInitMove blender::bke::AttributeInitVArray

Public Types

enum class  Type { Default , VArray , MoveArray }
 

Public Member Functions

 AttributeInit (const Type type)
 

Public Attributes

Type type
 

Detailed Description

Base class for the attribute initializer types described below.

Definition at line 72 of file BKE_attribute.hh.

Member Enumeration Documentation

◆ Type

Enumerator
Default 
VArray 
MoveArray 

Definition at line 73 of file BKE_attribute.hh.

Constructor & Destructor Documentation

◆ AttributeInit()

blender::bke::AttributeInit::AttributeInit ( const Type  type)
inline

Definition at line 79 of file BKE_attribute.hh.

Member Data Documentation

◆ type

Type blender::bke::AttributeInit::type

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