Blender V4.3
blender::geometry::AttributesForResample Struct Reference

Inherits blender::NonCopyable, and blender::NonMovable.

Public Attributes

Vector< GVArraySpansrc
 
Vector< GMutableSpandst
 
Vector< bke::GSpanAttributeWriterdst_attributes
 
Vector< GVArraySpansrc_no_interpolation
 
Vector< GMutableSpandst_no_interpolation
 
Span< float3src_evaluated_tangents
 
Span< float3src_evaluated_normals
 
MutableSpan< float3dst_tangents
 
MutableSpan< float3dst_normals
 

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 115 of file resample_curves.cc.

Member Data Documentation

◆ dst

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

Definition at line 117 of file resample_curves.cc.

◆ dst_attributes

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

Definition at line 119 of file resample_curves.cc.

◆ dst_no_interpolation

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

Definition at line 122 of file resample_curves.cc.

◆ dst_normals

MutableSpan<float3> blender::geometry::AttributesForResample::dst_normals

Definition at line 127 of file resample_curves.cc.

◆ dst_tangents

MutableSpan<float3> blender::geometry::AttributesForResample::dst_tangents

Definition at line 126 of file resample_curves.cc.

◆ src

Vector<GVArraySpan> blender::geometry::AttributesForResample::src

Definition at line 116 of file resample_curves.cc.

◆ src_evaluated_normals

Span<float3> blender::geometry::AttributesForResample::src_evaluated_normals

Definition at line 125 of file resample_curves.cc.

◆ src_evaluated_tangents

Span<float3> blender::geometry::AttributesForResample::src_evaluated_tangents

Definition at line 124 of file resample_curves.cc.

◆ src_no_interpolation

Vector<GVArraySpan> blender::geometry::AttributesForResample::src_no_interpolation

Definition at line 121 of file resample_curves.cc.


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