|
Blender V5.0
|
Inherits blender::compositor::NodeOperation.
Public Member Functions | |
| void | execute () override |
| void | execute_gpu () |
| void | execute_cpu () |
| float2 | get_delta_translation () |
| float | get_delta_rotation () |
| float | get_delta_scale () |
| float2 | get_origin () |
| int | get_iterations () |
| bool | is_identity () |
| int | get_samples () |
| float2 | get_center () |
| float | get_translation_amount () |
| float | get_translation_direction () |
| float | get_rotation () |
| float | get_scale () |
| NodeOperation (Context &context, DNode node) | |
| Public Member Functions inherited from blender::compositor::NodeOperation | |
| NodeOperation (Context &context, DNode node) | |
| void | evaluate () override |
| void | compute_results_reference_counts (const Schedule &schedule) |
| Public Member Functions inherited from blender::compositor::Operation | |
| Operation (Context &context) | |
| virtual | ~Operation () |
| Result & | get_result (StringRef identifier) |
| void | map_input_to_result (StringRef identifier, Result *result) |
| void | free_results () |
Additional Inherited Members | |
| Protected Member Functions inherited from blender::compositor::NodeOperation | |
| void | compute_preview () override |
| const DNode & | node () const |
| const bNode & | bnode () const |
| bool | should_compute_output (StringRef identifier) |
| Protected Member Functions inherited from blender::compositor::Operation | |
| virtual Domain | compute_domain () |
| virtual void | add_and_evaluate_input_processors () |
| void | add_and_evaluate_input_processor (StringRef identifier, SimpleOperation *processor) |
| Result & | get_input (StringRef identifier) const |
| void | switch_result_mapped_to_input (StringRef identifier, Result *result) |
| void | populate_result (StringRef identifier, Result result) |
| void | declare_input_descriptor (StringRef identifier, InputDescriptor descriptor) |
| InputDescriptor & | get_input_descriptor (StringRef identifier) |
| Context & | context () const |
Definition at line 72 of file node_composite_directionalblur.cc.
|
inlineoverridevirtual |
Implements blender::compositor::Operation.
Definition at line 76 of file node_composite_directionalblur.cc.
References blender::compositor::Operation::context(), execute_cpu(), execute_gpu(), blender::compositor::Operation::get_input(), blender::compositor::Operation::get_result(), input, is_identity(), output, and blender::compositor::Result::share_data().
|
inline |
Definition at line 125 of file node_composite_directionalblur.cc.
References blender::compositor::Operation::compute_domain(), blender::math::cos(), get_delta_rotation(), get_delta_scale(), get_delta_translation(), blender::compositor::Operation::get_input(), get_iterations(), get_origin(), blender::compositor::Operation::get_result(), i, input, output, blender::compositor::parallel_for(), blender::math::sin(), blender::compositor::Domain::size, and size().
Referenced by execute().
|
inline |
Definition at line 93 of file node_composite_directionalblur.cc.
References blender::compositor::Result::allocate_texture(), blender::compositor::Result::bind_as_image(), blender::compositor::Result::bind_as_texture(), blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::compute_domain(), blender::compositor::Operation::context(), blender::math::cos(), get_delta_rotation(), get_delta_scale(), get_delta_translation(), blender::compositor::Operation::get_input(), get_iterations(), get_origin(), blender::compositor::Operation::get_result(), blender::compositor::Context::get_shader(), GPU_SAMPLER_EXTEND_MODE_CLAMP_TO_BORDER, GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), GPU_shader_uniform_1i(), GPU_shader_uniform_2fv(), GPU_texture_extend_mode(), GPU_texture_filter_mode(), blender::math::sin(), blender::compositor::Domain::size, blender::compositor::Result::unbind_as_image(), and blender::compositor::Result::unbind_as_texture().
Referenced by execute().
|
inline |
Definition at line 254 of file node_composite_directionalblur.cc.
References blender::math::clamp(), and blender::compositor::Operation::get_input().
Referenced by get_origin().
|
inline |
Definition at line 200 of file node_composite_directionalblur.cc.
References get_iterations(), and get_rotation().
Referenced by execute_cpu(), and execute_gpu().
|
inline |
Definition at line 206 of file node_composite_directionalblur.cc.
References get_iterations(), and get_scale().
Referenced by execute_cpu(), and execute_gpu().
|
inline |
Definition at line 187 of file node_composite_directionalblur.cc.
References blender::math::from_rotation(), blender::compositor::Operation::get_input(), get_iterations(), get_translation_amount(), get_translation_direction(), blender::math::length(), and size().
Referenced by execute_cpu(), and execute_gpu().
|
inline |
Definition at line 220 of file node_composite_directionalblur.cc.
References blender::math::ceil(), blender::compositor::Operation::get_input(), get_samples(), blender::math::length(), blender::math::min(), and size().
Referenced by execute_cpu(), execute_gpu(), get_delta_rotation(), get_delta_scale(), and get_delta_translation().
|
inline |
Definition at line 211 of file node_composite_directionalblur.cc.
References get_center(), blender::compositor::Operation::get_input(), and size().
Referenced by execute_cpu(), and execute_gpu().
|
inline |
Definition at line 272 of file node_composite_directionalblur.cc.
References blender::compositor::Operation::get_input(), and blender::compositor::Result::get_single_value_default().
Referenced by get_delta_rotation(), and is_identity().
|
inline |
Definition at line 249 of file node_composite_directionalblur.cc.
References blender::math::clamp(), and blender::compositor::Operation::get_input().
Referenced by get_iterations().
|
inline |
Definition at line 277 of file node_composite_directionalblur.cc.
References blender::compositor::Operation::get_input(), and blender::math::max().
Referenced by get_delta_scale(), and is_identity().
|
inline |
Definition at line 261 of file node_composite_directionalblur.cc.
References blender::math::clamp(), and blender::compositor::Operation::get_input().
Referenced by get_delta_translation(), and is_identity().
|
inline |
Definition at line 267 of file node_composite_directionalblur.cc.
References blender::compositor::Operation::get_input(), and blender::compositor::Result::get_single_value_default().
Referenced by get_delta_translation().
|
inline |
Definition at line 227 of file node_composite_directionalblur.cc.
References blender::compositor::Operation::get_input(), get_rotation(), get_scale(), get_translation_amount(), input, and blender::compositor::Result::is_single_value().
Referenced by execute().
| blender::compositor::NodeOperation::NodeOperation | ( | Context & | context, |
| DNode | node ) |
Definition at line 39 of file node_operation.cc.