Blender V4.3
GEO_resample_curves.hh File Reference
#include "FN_field.hh"
#include "BKE_attribute.hh"
#include "BKE_curves.hh"

Go to the source code of this file.

Classes

struct  blender::geometry::ResampleCurvesOutputAttributeIDs
 

Namespaces

namespace  blender
 
namespace  blender::geometry
 

Functions

CurvesGeometry blender::geometry::resample_to_count (const CurvesGeometry &src_curves, const IndexMask &selection, const VArray< int > &counts, const ResampleCurvesOutputAttributeIDs &output_ids={})
 
CurvesGeometry blender::geometry::resample_to_count (const CurvesGeometry &src_curves, const fn::FieldContext &field_context, const fn::Field< bool > &selection_field, const fn::Field< int > &count_field, const ResampleCurvesOutputAttributeIDs &output_ids={})
 
CurvesGeometry blender::geometry::resample_to_length (const CurvesGeometry &src_curves, const IndexMask &selection, const VArray< float > &sample_lengths, const ResampleCurvesOutputAttributeIDs &output_ids={})
 
CurvesGeometry blender::geometry::resample_to_length (const CurvesGeometry &src_curves, const fn::FieldContext &field_context, const fn::Field< bool > &selection_field, const fn::Field< float > &segment_length_field, const ResampleCurvesOutputAttributeIDs &output_ids={})
 
CurvesGeometry blender::geometry::resample_to_evaluated (const CurvesGeometry &src_curves, const IndexMask &selection, const ResampleCurvesOutputAttributeIDs &output_ids={})
 
CurvesGeometry blender::geometry::resample_to_evaluated (const CurvesGeometry &src_curves, const fn::FieldContext &field_context, const fn::Field< bool > &selection_field, const ResampleCurvesOutputAttributeIDs &output_ids={})