|
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 77 of file node_composite_dilate.cc.
|
inlineoverridevirtual |
Implements blender::compositor::Operation.
Definition at line 81 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE, CMP_NODE_DILATE_ERODE_DISTANCE_FEATHER, CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, CMP_NODE_DILATE_ERODE_STEP, execute_distance(), execute_distance_feather(), execute_distance_threshold(), execute_step(), blender::compositor::Operation::get_input(), blender::compositor::Operation::get_result(), get_type(), input, is_identity(), output, and blender::compositor::Result::share_data().
|
inline |
Definition at line 330 of file node_composite_dilate.cc.
References blender::compositor::Operation::context(), get_input(), blender::compositor::Operation::get_result(), get_size(), and blender::compositor::morphological_distance().
Referenced by execute().
|
inline |
Definition at line 496 of file node_composite_dilate.cc.
References blender::compositor::Operation::context(), get_falloff(), get_input(), blender::compositor::Operation::get_result(), get_size(), and blender::compositor::morphological_distance_feather().
Referenced by execute().
|
inline |
Definition at line 339 of file node_composite_dilate.cc.
References blender::compositor::Operation::context(), execute_distance_threshold_cpu(), execute_distance_threshold_gpu(), blender::compositor::Float, get_falloff_size(), blender::compositor::Operation::get_result(), output, blender::compositor::Result::release(), and blender::compositor::smaa().
Referenced by execute().
|
inline |
Definition at line 385 of file node_composite_dilate.cc.
References blender::math::clamp(), blender::compositor::Operation::compute_domain(), distance(), get_falloff_size(), get_input(), get_morphological_distance_threshold_radius(), get_size(), input, blender::math::max(), output, blender::compositor::parallel_for(), blender::compositor::Domain::size, and blender::math::sqrt().
Referenced by execute_distance_threshold().
|
inline |
Definition at line 362 of file node_composite_dilate.cc.
References blender::compositor::Result::bind_as_texture(), blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::compute_domain(), blender::compositor::Operation::context(), get_falloff_size(), get_input(), get_morphological_distance_threshold_radius(), get_size(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), GPU_shader_uniform_1i(), blender::math::max(), output, blender::compositor::Domain::size, and blender::compositor::Result::unbind_as_texture().
Referenced by execute_distance_threshold().
|
inline |
Definition at line 113 of file node_composite_dilate.cc.
References execute_step_horizontal_pass(), execute_step_vertical_pass(), and blender::compositor::Result::release().
Referenced by execute().
|
inline |
Definition at line 120 of file node_composite_dilate.cc.
References blender::compositor::Operation::context(), execute_step_horizontal_pass_cpu(), and execute_step_horizontal_pass_gpu().
Referenced by execute_step().
|
inline |
Definition at line 162 of file node_composite_dilate.cc.
References blender::compositor::Result::allocate_texture(), blender::compositor::Operation::compute_domain(), blender::compositor::Operation::context(), blender::compositor::Context::create_result(), execute_step_pass_cpu(), blender::compositor::Float, blender::compositor::Operation::get_input(), input, is_dilation(), and blender::compositor::Domain::size.
Referenced by execute_step_horizontal_pass().
|
inline |
Definition at line 128 of file node_composite_dilate.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::compositor::Context::create_result(), blender::compositor::Float, blender::compositor::Operation::get_input(), get_morphological_step_shader_name(), blender::compositor::Context::get_shader(), get_structuring_element_size(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1i(), blender::compositor::Domain::size, blender::compositor::Result::unbind_as_image(), and blender::compositor::Result::unbind_as_texture().
Referenced by execute_step_horizontal_pass().
|
inline |
Definition at line 253 of file node_composite_dilate.cc.
References b, blender::math::ceil(), get_structuring_element_size(), input, blender::math::max(), blender::math::min(), output, blender::threading::parallel_for(), and size().
Referenced by execute_step_horizontal_pass_cpu(), and execute_step_vertical_pass_cpu().
|
inline |
Definition at line 190 of file node_composite_dilate.cc.
References blender::compositor::Operation::context(), execute_step_vertical_pass_cpu(), and execute_step_vertical_pass_gpu().
Referenced by execute_step().
|
inline |
Definition at line 231 of file node_composite_dilate.cc.
References blender::compositor::Result::allocate_texture(), blender::compositor::Operation::compute_domain(), execute_step_pass_cpu(), blender::compositor::Operation::get_result(), and is_dilation().
Referenced by execute_step_vertical_pass().
|
inline |
Definition at line 200 of file node_composite_dilate.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(), get_morphological_step_shader_name(), blender::compositor::Operation::get_result(), blender::compositor::Context::get_shader(), get_structuring_element_size(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1i(), blender::compositor::Domain::size, blender::compositor::Result::unbind_as_image(), and blender::compositor::Result::unbind_as_texture().
Referenced by execute_step_vertical_pass().
|
inline |
Definition at line 559 of file node_composite_dilate.cc.
References get_input(), input, PROP_SMOOTH, and blender::nodes::MenuValue::value.
Referenced by execute_distance_feather().
|
inline |
Definition at line 546 of file node_composite_dilate.cc.
References get_input(), and blender::math::max().
Referenced by execute_distance_threshold(), execute_distance_threshold_cpu(), execute_distance_threshold_gpu(), get_morphological_distance_threshold_radius(), and is_identity().
|
inline |
Definition at line 487 of file node_composite_dilate.cc.
References blender::math::abs(), blender::math::ceil(), get_falloff_size(), and get_size().
Referenced by execute_distance_threshold_cpu(), and execute_distance_threshold_gpu().
|
inline |
Definition at line 223 of file node_composite_dilate.cc.
References is_dilation().
Referenced by execute_step_horizontal_pass_gpu(), and execute_step_vertical_pass_gpu().
|
inline |
Definition at line 541 of file node_composite_dilate.cc.
References get_input().
Referenced by execute_distance(), execute_distance_feather(), execute_distance_threshold_cpu(), execute_distance_threshold_gpu(), get_morphological_distance_threshold_radius(), get_structuring_element_size(), is_dilation(), and is_identity().
|
inline |
Definition at line 527 of file node_composite_dilate.cc.
References blender::math::abs(), and get_size().
Referenced by execute_step_horizontal_pass_gpu(), execute_step_pass_cpu(), and execute_step_vertical_pass_gpu().
|
inline |
Definition at line 551 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_STEP, get_input(), input, and blender::nodes::MenuValue::value.
Referenced by execute(), and is_identity().
|
inline |
Definition at line 534 of file node_composite_dilate.cc.
References get_size().
Referenced by execute_step_horizontal_pass_cpu(), execute_step_vertical_pass_cpu(), and get_morphological_step_shader_name().
|
inline |
Definition at line 506 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, get_falloff_size(), get_input(), get_size(), get_type(), and input.
Referenced by execute().
| blender::compositor::NodeOperation::NodeOperation | ( | Context & | context, |
| DNode | node ) |
Definition at line 39 of file node_operation.cc.