|
Blender V4.3
|
Inherits blender::realtime_compositor::NodeOperation.
Public Member Functions | |
| void | execute () override |
| void | execute_step () |
| Result | execute_step_horizontal_pass () |
| void | execute_step_vertical_pass (Result &horizontal_pass_result) |
| const char * | get_morphological_step_shader_name () |
| void | execute_distance () |
| void | execute_distance_threshold () |
| int | get_morphological_distance_threshold_radius () |
| void | execute_distance_feather () |
| bool | is_identity () |
| int | get_distance () |
| float | get_inset () |
| CMPNodeDilateErodeMethod | get_method () |
| NodeOperation (Context &context, DNode node) | |
Public Member Functions inherited from blender::realtime_compositor::NodeOperation | |
| NodeOperation (Context &context, DNode node) | |
| void | evaluate () override |
| void | compute_results_reference_counts (const Schedule &schedule) |
Public Member Functions inherited from blender::realtime_compositor::Operation | |
| Operation (Context &context) | |
| virtual | ~Operation () |
| Result & | get_result (StringRef identifier) |
| void | map_input_to_result (StringRef identifier, Result *result) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::realtime_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::realtime_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 |
| TexturePool & | texture_pool () const |
Definition at line 65 of file node_composite_dilate.cc.
|
inlineoverridevirtual |
Implements blender::realtime_compositor::Operation.
Definition at line 69 of file node_composite_dilate.cc.
References BLI_assert_unreachable, 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::realtime_compositor::Operation::get_input(), get_method(), blender::realtime_compositor::Operation::get_result(), is_identity(), and blender::realtime_compositor::Result::pass_through().
|
inline |
Definition at line 177 of file node_composite_dilate.cc.
References blender::realtime_compositor::Operation::context(), get_distance(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), and blender::realtime_compositor::morphological_distance().
Referenced by execute().
|
inline |
Definition at line 231 of file node_composite_dilate.cc.
References blender::realtime_compositor::NodeOperation::bnode(), blender::realtime_compositor::Operation::context(), get_distance(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), and blender::realtime_compositor::morphological_distance_feather().
Referenced by execute().
|
inline |
Definition at line 186 of file node_composite_dilate.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), get_distance(), blender::realtime_compositor::Operation::get_input(), get_inset(), get_morphological_distance_threshold_radius(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), GPU_shader_uniform_1i(), blender::realtime_compositor::Result::release(), blender::realtime_compositor::smaa(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute().
|
inline |
Definition at line 99 of file node_composite_dilate.cc.
References execute_step_horizontal_pass(), execute_step_vertical_pass(), and blender::realtime_compositor::Result::release().
Referenced by execute().
|
inline |
Definition at line 106 of file node_composite_dilate.cc.
References blender::math::abs(), blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), get_distance(), blender::realtime_compositor::Operation::get_input(), get_morphological_step_shader_name(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1i(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute_step().
|
inline |
Definition at line 141 of file node_composite_dilate.cc.
References blender::math::abs(), blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), get_distance(), get_morphological_step_shader_name(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1i(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute_step().
|
inline |
Definition at line 262 of file node_composite_dilate.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and bNode::custom2.
Referenced by execute_distance(), execute_distance_feather(), execute_distance_threshold(), execute_step_horizontal_pass(), execute_step_vertical_pass(), get_morphological_distance_threshold_radius(), get_morphological_step_shader_name(), and is_identity().
|
inline |
Definition at line 267 of file node_composite_dilate.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and bNode::custom3.
Referenced by execute_distance_threshold(), get_morphological_distance_threshold_radius(), and is_identity().
|
inline |
Definition at line 272 of file node_composite_dilate.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and bNode::custom1.
Referenced by execute(), and is_identity().
|
inline |
Definition at line 222 of file node_composite_dilate.cc.
References blender::math::abs(), blender::math::ceil(), get_distance(), get_inset(), and int.
Referenced by execute_distance_threshold().
|
inline |
Definition at line 165 of file node_composite_dilate.cc.
References get_distance().
Referenced by execute_step_horizontal_pass(), and execute_step_vertical_pass().
|
inline |
Definition at line 244 of file node_composite_dilate.cc.
References CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, get_distance(), blender::realtime_compositor::Operation::get_input(), get_inset(), and get_method().
Referenced by execute().
Definition at line 39 of file node_operation.cc.