Blender  V3.3
Public Attributes | List of all members
blender::geometry::AttributesForInterpolation Struct Reference
Inheritance diagram for blender::geometry::AttributesForInterpolation:
blender::NonCopyable blender::NonMovable

Public Attributes

Vector< GSpansrc
 
Vector< GMutableSpandst
 
Vector< bke::GSpanAttributeWriterdst_attributes
 
Vector< GSpansrc_no_interpolation
 
Vector< GMutableSpandst_no_interpolation
 

Additional Inherited Members

- Public Member Functions inherited from blender::NonCopyable
 NonCopyable (const NonCopyable &other)=delete
 
NonCopyableoperator= (const NonCopyable &other)=delete
 
 NonCopyable ()=default
 
 NonCopyable (NonCopyable &&other)=default
 
NonCopyableoperator= (NonCopyable &&other)=default
 
- Public Member Functions inherited from blender::NonMovable
 NonMovable (NonMovable &&other)=delete
 
NonMovableoperator= (NonMovable &&other)=delete
 
 NonMovable ()=default
 
 NonMovable (const NonMovable &other)=default
 
NonMovableoperator= (const NonMovable &other)=default
 

Detailed Description

Definition at line 111 of file resample_curves.cc.

Member Data Documentation

◆ dst

Vector<GMutableSpan> blender::geometry::AttributesForInterpolation::dst

Definition at line 113 of file resample_curves.cc.

Referenced by blender::geometry::resample_to_uniform().

◆ dst_attributes

Vector<bke::GSpanAttributeWriter> blender::geometry::AttributesForInterpolation::dst_attributes

Definition at line 115 of file resample_curves.cc.

◆ dst_no_interpolation

Vector<GMutableSpan> blender::geometry::AttributesForInterpolation::dst_no_interpolation

Definition at line 118 of file resample_curves.cc.

◆ src

Vector<GSpan> blender::geometry::AttributesForInterpolation::src

Definition at line 112 of file resample_curves.cc.

◆ src_no_interpolation

Vector<GSpan> blender::geometry::AttributesForInterpolation::src_no_interpolation

Definition at line 117 of file resample_curves.cc.


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