Blender V4.5
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 125 of file resample_curves.cc.

Member Data Documentation

◆ dst

◆ dst_attributes

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

◆ dst_no_interpolation

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

◆ dst_normals

◆ dst_tangents

◆ src

◆ src_evaluated_normals

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

◆ src_evaluated_tangents

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

◆ src_no_interpolation

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

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