Blender V4.3
blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation Class Reference

Inherits blender::realtime_compositor::NodeOperation.

Public Member Functions

void execute () override
 
void execute_classic ()
 
void execute_classic_summed_area_table ()
 
void execute_anisotropic ()
 
Result compute_structure_tensor ()
 
const char * get_classic_convolution_shader_name ()
 
const char * get_classic_summed_area_table_shader_name ()
 
const char * get_anisotropic_shader_name ()
 
bool is_constant_size ()
 
float get_sharpness ()
 
float get_eccentricity ()
 
 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 ()
 
Resultget_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 DNodenode () const
 
const bNodebnode () 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)
 
Resultget_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)
 
InputDescriptorget_input_descriptor (StringRef identifier)
 
Contextcontext () const
 
TexturePooltexture_pool () const
 

Detailed Description

Definition at line 72 of file node_composite_kuwahara.cc.

Member Function Documentation

◆ compute_structure_tensor()

◆ execute()

◆ execute_anisotropic()

◆ execute_classic()

◆ execute_classic_summed_area_table()

◆ get_anisotropic_shader_name()

const char * blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation::get_anisotropic_shader_name ( )
inline

Definition at line 256 of file node_composite_kuwahara.cc.

References is_constant_size().

Referenced by execute_anisotropic().

◆ get_classic_convolution_shader_name()

const char * blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation::get_classic_convolution_shader_name ( )
inline

Definition at line 240 of file node_composite_kuwahara.cc.

References is_constant_size().

Referenced by execute_classic().

◆ get_classic_summed_area_table_shader_name()

const char * blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation::get_classic_summed_area_table_shader_name ( )
inline

Definition at line 248 of file node_composite_kuwahara.cc.

References is_constant_size().

Referenced by execute_classic_summed_area_table().

◆ get_eccentricity()

float blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation::get_eccentricity ( )
inline

◆ get_sharpness()

float blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation::get_sharpness ( )
inline

◆ is_constant_size()

bool blender::nodes::node_composite_kuwahara_cc::ConvertKuwaharaOperation::is_constant_size ( )
inline

◆ NodeOperation()

blender::realtime_compositor::NodeOperation::NodeOperation ( Context & context,
DNode node )

Definition at line 39 of file node_operation.cc.


The documentation for this class was generated from the following file: