Blender
V3.3
|
Public Attributes | |
Vector< GSpan > | src |
Vector< GMutableSpan > | dst |
Vector< bke::GSpanAttributeWriter > | dst_attributes |
Vector< GSpan > | src_no_interpolation |
Vector< GMutableSpan > | dst_no_interpolation |
Additional Inherited Members | |
![]() | |
NonCopyable (const NonCopyable &other)=delete | |
NonCopyable & | operator= (const NonCopyable &other)=delete |
NonCopyable ()=default | |
NonCopyable (NonCopyable &&other)=default | |
NonCopyable & | operator= (NonCopyable &&other)=default |
![]() | |
NonMovable (NonMovable &&other)=delete | |
NonMovable & | operator= (NonMovable &&other)=delete |
NonMovable ()=default | |
NonMovable (const NonMovable &other)=default | |
NonMovable & | operator= (const NonMovable &other)=default |
Definition at line 111 of file resample_curves.cc.
Vector<GMutableSpan> blender::geometry::AttributesForInterpolation::dst |
Definition at line 113 of file resample_curves.cc.
Referenced by blender::geometry::resample_to_uniform().
Vector<bke::GSpanAttributeWriter> blender::geometry::AttributesForInterpolation::dst_attributes |
Definition at line 115 of file resample_curves.cc.
Vector<GMutableSpan> blender::geometry::AttributesForInterpolation::dst_no_interpolation |
Definition at line 118 of file resample_curves.cc.
Definition at line 112 of file resample_curves.cc.
Definition at line 117 of file resample_curves.cc.