|
Blender
V3.3
|
Public Member Functions | |
| SampleFloatSegmentsFunction (Array< float > accumulated_lengths) | |
| void | call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) const override |
Public Member Functions inherited from blender::fn::MultiFunction | |
| virtual | ~MultiFunction () |
| void | call_auto (IndexMask mask, MFParams params, MFContext context) const |
| virtual void | call (IndexMask mask, MFParams params, MFContext context) const =0 |
| virtual uint64_t | hash () const |
| virtual bool | equals (const MultiFunction &UNUSED(other)) const |
| int | param_amount () const |
| IndexRange | param_indices () const |
| MFParamType | param_type (int param_index) const |
| StringRefNull | param_name (int param_index) const |
| StringRefNull | name () const |
| virtual std::string | debug_name () const |
| bool | depends_on_context () const |
| const MFSignature & | signature () const |
| ExecutionHints | execution_hints () const |
Static Public Member Functions | |
| static fn::MFSignature | create_signature () |
Additional Inherited Members | |
Protected Member Functions inherited from blender::fn::MultiFunction | |
| void | set_signature (const MFSignature *signature) |
| virtual ExecutionHints | get_execution_hints () const |
Given an array of accumulated lengths, find the segment indices that sample lengths lie on, and how far along the segment they are.
Definition at line 115 of file node_geo_curve_sample.cc.
|
inline |
Definition at line 120 of file node_geo_curve_sample.cc.
References create_signature(), blender::fn::MultiFunction::set_signature(), and blender::fn::MultiFunction::signature().
|
inlineoverride |
Definition at line 137 of file node_geo_curve_sample.cc.
References indices, mask(), params, and blender::nodes::node_geo_curve_sample_cc::sample_indices_and_lengths().
|
inlinestatic |
Definition at line 127 of file node_geo_curve_sample.cc.
References blender::fn::MultiFunction::signature().
Referenced by SampleFloatSegmentsFunction().