|
Blender V4.3
|
Inherits blender::NonCopyable, and blender::NonMovable.
Public Attributes | |
| Vector< GVArraySpan > | src |
| Vector< GMutableSpan > | dst |
| Vector< bke::GSpanAttributeWriter > | dst_attributes |
| Vector< GVArraySpan > | src_no_interpolation |
| Vector< GMutableSpan > | dst_no_interpolation |
| Span< float3 > | src_evaluated_tangents |
| Span< float3 > | src_evaluated_normals |
| MutableSpan< float3 > | dst_tangents |
| MutableSpan< float3 > | dst_normals |
Additional Inherited Members | |
Public Member Functions inherited from blender::NonCopyable | |
| NonCopyable (const NonCopyable &other)=delete | |
| NonCopyable & | operator= (const NonCopyable &other)=delete |
| NonCopyable ()=default | |
| NonCopyable (NonCopyable &&other)=default | |
| NonCopyable & | operator= (NonCopyable &&other)=default |
Public Member Functions inherited from blender::NonMovable | |
| 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 115 of file resample_curves.cc.
| Vector<GMutableSpan> blender::geometry::AttributesForResample::dst |
Definition at line 117 of file resample_curves.cc.
| Vector<bke::GSpanAttributeWriter> blender::geometry::AttributesForResample::dst_attributes |
Definition at line 119 of file resample_curves.cc.
| Vector<GMutableSpan> blender::geometry::AttributesForResample::dst_no_interpolation |
Definition at line 122 of file resample_curves.cc.
| MutableSpan<float3> blender::geometry::AttributesForResample::dst_normals |
Definition at line 127 of file resample_curves.cc.
| MutableSpan<float3> blender::geometry::AttributesForResample::dst_tangents |
Definition at line 126 of file resample_curves.cc.
| Vector<GVArraySpan> blender::geometry::AttributesForResample::src |
Definition at line 116 of file resample_curves.cc.
Definition at line 125 of file resample_curves.cc.
Definition at line 124 of file resample_curves.cc.
| Vector<GVArraySpan> blender::geometry::AttributesForResample::src_no_interpolation |
Definition at line 121 of file resample_curves.cc.