|
Blender V5.0
|
Inherits blender::compositor::NodeOperation.
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 170 of file node_composite_keying.cc.
|
inline |
Definition at line 228 of file node_composite_keying.cc.
References blender::compositor::Color, blender::compositor::Operation::context(), blender::compositor::Context::create_result(), extract_input_chroma(), blender::compositor::Operation::get_input(), get_preprocess_blur_size(), output, R_FILTER_BOX, blender::compositor::Result::release(), replace_input_chroma(), and blender::compositor::symmetric_separable_blur().
Referenced by execute().
|
inline |
Definition at line 647 of file node_composite_keying.cc.
References blender::compositor::Operation::context(), blender::compositor::Float, get_postprocess_blur_size(), blender::compositor::Result::increment_reference_count(), R_FILTER_BOX, and blender::compositor::symmetric_separable_blur().
Referenced by execute().
|
inline |
Definition at line 694 of file node_composite_keying.cc.
References blender::compositor::Operation::context(), distance(), blender::compositor::Float, get_feather_falloff(), get_postprocess_feather_size(), blender::compositor::Result::increment_reference_count(), and blender::compositor::morphological_distance_feather().
Referenced by execute().
|
inline |
Definition at line 726 of file node_composite_keying.cc.
References compute_image_cpu(), compute_image_gpu(), and blender::compositor::Operation::context().
Referenced by execute().
|
inline |
Definition at line 765 of file node_composite_keying.cc.
References blender::compositor::Result::domain(), get_despill_balance(), get_despill_strength(), get_input(), blender::compositor::Operation::get_result(), input, blender::math::max(), blender::math::min(), output, blender::compositor::parallel_for(), and v.
Referenced by compute_image().
|
inline |
Definition at line 736 of file node_composite_keying.cc.
References blender::compositor::Result::bind_as_texture(), blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::context(), blender::compositor::Result::domain(), get_despill_balance(), get_despill_strength(), get_input(), blender::compositor::Operation::get_result(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), input, output, and blender::compositor::Result::unbind_as_texture().
Referenced by compute_image().
|
inline |
Definition at line 383 of file node_composite_keying.cc.
References compute_matte_cpu(), compute_matte_gpu(), blender::compositor::Operation::context(), and input.
Referenced by execute().
|
inline |
Definition at line 417 of file node_composite_keying.cc.
References blender::math::abs(), blender::math::clamp(), blender::compositor::Operation::context(), blender::compositor::Context::create_result(), blender::compositor::Float, blender::compositor::Operation::get_input(), get_key_balance(), indices, input, blender::math::interpolate(), blender::compositor::Result::load_pixel(), blender::math::max(), blender::math::min(), output, blender::compositor::parallel_for(), and v.
Referenced by compute_matte().
|
inline |
Definition at line 391 of file node_composite_keying.cc.
References blender::compositor::Result::bind_as_texture(), blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::context(), blender::compositor::Context::create_result(), blender::compositor::Float, blender::compositor::Operation::get_input(), get_key_balance(), blender::compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), input, output, and blender::compositor::Result::unbind_as_texture().
Referenced by compute_matte().
|
inline |
Definition at line 671 of file node_composite_keying.cc.
References blender::compositor::Operation::context(), distance(), blender::compositor::Float, get_postprocess_dilate_size(), blender::compositor::Result::increment_reference_count(), and blender::compositor::morphological_distance().
Referenced by execute().
|
inline |
Definition at line 480 of file node_composite_keying.cc.
References compute_tweaked_matte_cpu(), compute_tweaked_matte_gpu(), blender::compositor::Operation::context(), get_black_level(), get_input(), blender::compositor::Operation::get_result(), blender::compositor::Result::get_single_value_default(), blender::compositor::Result::increment_reference_count(), and blender::compositor::Result::should_compute().
Referenced by execute().
|
inline |
Definition at line 555 of file node_composite_keying.cc.
References blender::compositor::Result::allocate_texture(), blender::math::clamp(), blender::compositor::Operation::context(), blender::compositor::Result::domain(), blender::compositor::Float, float, get_black_level(), get_edge_search_size(), get_edge_tolerance(), get_input(), blender::compositor::Operation::get_result(), get_white_level(), if(), blender::compositor::Result::load_pixel(), blender::math::max(), blender::math::min(), blender::compositor::parallel_for(), blender::compositor::Result::should_compute(), blender::compositor::Domain::size, and blender::compositor::Result::store_pixel().
Referenced by compute_tweaked_matte().
|
inline |
Definition at line 506 of file node_composite_keying.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::context(), blender::compositor::Result::domain(), blender::compositor::Float, get_black_level(), get_edge_search_size(), get_edge_tolerance(), get_input(), blender::compositor::Operation::get_result(), get_tweak_matte_shader_name(), get_white_level(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), GPU_shader_uniform_1i(), blender::compositor::Result::should_compute(), blender::compositor::Domain::size, blender::compositor::Result::unbind_as_image(), and blender::compositor::Result::unbind_as_texture().
Referenced by compute_tweaked_matte().
|
inlineoverridevirtual |
Implements blender::compositor::Operation.
Definition at line 174 of file node_composite_keying.cc.
References blender::compositor::Result::allocate_invalid(), compute_blurred_input(), compute_blurred_matte(), compute_feathered_matte(), compute_image(), compute_matte(), compute_morphed_matte(), compute_tweaked_matte(), blender::compositor::Operation::get_input(), blender::compositor::Operation::get_result(), blender::compositor::Result::is_single_value(), blender::compositor::Result::release(), blender::compositor::Result::share_data(), blender::compositor::Result::should_compute(), and blender::compositor::Result::steal_data().
|
inline |
Definition at line 258 of file node_composite_keying.cc.
References blender::compositor::Operation::context(), extract_input_chroma_cpu(), and extract_input_chroma_gpu().
Referenced by compute_blurred_input().
|
inline |
Definition at line 287 of file node_composite_keying.cc.
References blender::compositor::Color, blender::compositor::Operation::context(), blender::compositor::Context::create_result(), blender::compositor::Operation::get_input(), input, output, and blender::compositor::parallel_for().
Referenced by extract_input_chroma().
|
inline |
Definition at line 266 of file node_composite_keying.cc.
References blender::compositor::Color, blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::context(), blender::compositor::Context::create_result(), blender::compositor::Operation::get_input(), blender::compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), input, and output.
Referenced by extract_input_chroma().
|
inline |
Definition at line 637 of file node_composite_keying.cc.
References blender::math::clamp(), and get_input().
Referenced by compute_tweaked_matte(), compute_tweaked_matte_cpu(), and compute_tweaked_matte_gpu().
|
inline |
Definition at line 807 of file node_composite_keying.cc.
References blender::math::clamp(), and get_input().
Referenced by compute_image_cpu(), and compute_image_gpu().
|
inline |
Definition at line 802 of file node_composite_keying.cc.
References get_input(), and blender::math::max().
Referenced by compute_image_cpu(), and compute_image_gpu().
|
inline |
Definition at line 626 of file node_composite_keying.cc.
References get_input(), and blender::math::max().
Referenced by compute_tweaked_matte_cpu(), and compute_tweaked_matte_gpu().
|
inline |
Definition at line 631 of file node_composite_keying.cc.
References blender::math::clamp(), and get_input().
Referenced by compute_tweaked_matte_cpu(), and compute_tweaked_matte_gpu().
|
inline |
Definition at line 718 of file node_composite_keying.cc.
References get_input(), input, PROP_SMOOTH, and blender::nodes::MenuValue::value.
Referenced by compute_feathered_matte().
|
inline |
Definition at line 475 of file node_composite_keying.cc.
References blender::math::clamp(), and get_input().
Referenced by compute_matte_cpu(), and compute_matte_gpu().
|
inline |
Definition at line 666 of file node_composite_keying.cc.
References get_input(), and blender::math::max().
Referenced by compute_blurred_matte().
|
inline |
Definition at line 689 of file node_composite_keying.cc.
References get_input().
Referenced by compute_morphed_matte().
|
inline |
Definition at line 713 of file node_composite_keying.cc.
References get_input().
Referenced by compute_feathered_matte().
|
inline |
Definition at line 253 of file node_composite_keying.cc.
References blender::compositor::Operation::get_input(), and blender::math::max().
Referenced by compute_blurred_input().
|
inline |
Definition at line 548 of file node_composite_keying.cc.
References blender::compositor::Operation::get_result(), and blender::compositor::Result::should_compute().
Referenced by compute_tweaked_matte_gpu().
|
inline |
Definition at line 642 of file node_composite_keying.cc.
References blender::math::clamp(), and get_input().
Referenced by compute_tweaked_matte_cpu(), and compute_tweaked_matte_gpu().
| blender::compositor::NodeOperation::NodeOperation | ( | Context & | context, |
| DNode | node ) |
Definition at line 39 of file node_operation.cc.
|
inline |
Definition at line 313 of file node_composite_keying.cc.
References blender::compositor::Operation::context(), replace_input_chroma_cpu(), and replace_input_chroma_gpu().
Referenced by compute_blurred_input().
|
inline |
Definition at line 345 of file node_composite_keying.cc.
References blender::compositor::Color, blender::compositor::Operation::context(), blender::compositor::Context::create_result(), blender::compositor::Operation::get_input(), input, output, and blender::compositor::parallel_for().
Referenced by replace_input_chroma().
|
inline |
Definition at line 321 of file node_composite_keying.cc.
References blender::compositor::Result::bind_as_texture(), blender::compositor::Color, blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::context(), blender::compositor::Context::create_result(), blender::compositor::Operation::get_input(), blender::compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), input, output, and blender::compositor::Result::unbind_as_texture().
Referenced by replace_input_chroma().