Blender V4.3
BMCustomDataCopyMap Struct Reference

#include <BKE_customdata.hh>

Classes

struct  Copy
 
struct  Default
 
struct  Free
 
struct  TrivialCopy
 
struct  TrivialDefault
 

Public Attributes

blender::Vector< TrivialCopytrivial_copies
 
blender::Vector< Copycopies
 
blender::Vector< TrivialDefaulttrivial_defaults
 
blender::Vector< Defaultdefaults
 
blender::Vector< Freefree
 

Detailed Description

Holds the minimal data necessary to copy data blocks from one custom data format to another.

Definition at line 356 of file BKE_customdata.hh.

Member Data Documentation

◆ copies

blender::Vector<Copy> BMCustomDataCopyMap::copies

Definition at line 380 of file BKE_customdata.hh.

Referenced by CustomData_bmesh_copy_block().

◆ defaults

blender::Vector<Default> BMCustomDataCopyMap::defaults

Definition at line 382 of file BKE_customdata.hh.

Referenced by CustomData_bmesh_copy_block().

◆ free

blender::Vector<Free> BMCustomDataCopyMap::free

Definition at line 383 of file BKE_customdata.hh.

Referenced by CustomData_bmesh_copy_block().

◆ trivial_copies

blender::Vector<TrivialCopy> BMCustomDataCopyMap::trivial_copies

Definition at line 379 of file BKE_customdata.hh.

Referenced by CustomData_bmesh_copy_block().

◆ trivial_defaults

blender::Vector<TrivialDefault> BMCustomDataCopyMap::trivial_defaults

Definition at line 381 of file BKE_customdata.hh.

Referenced by CustomData_bmesh_copy_block().


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