Blender V4.5
blender::nodes::node_composite_relative_to_pixel_cc::RelativeToPixelOperation Class Reference

Inherits blender::compositor::NodeOperation.

Public Member Functions

 RelativeToPixelOperation (Context &context, DNode node)
 
void execute () override
 
float2 get_input_value ()
 
float2 compute_reference_size ()
 
CMPNodeRelativeToPixelDataType get_data_type ()
 
CMPNodeRelativeToPixelReferenceDimension get_reference_dimension ()
 
- 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 ()
 
Resultget_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 DNodenode () const
 
const bNodebnode () 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)
 
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
 

Detailed Description

Definition at line 157 of file node_composite_relative_to_pixel.cc.

Constructor & Destructor Documentation

◆ RelativeToPixelOperation()

blender::nodes::node_composite_relative_to_pixel_cc::RelativeToPixelOperation::RelativeToPixelOperation ( Context & context,
DNode node )
inline

Member Function Documentation

◆ compute_reference_size()

◆ execute()

◆ get_data_type()

CMPNodeRelativeToPixelDataType blender::nodes::node_composite_relative_to_pixel_cc::RelativeToPixelOperation::get_data_type ( )
inline

◆ get_input_value()

float2 blender::nodes::node_composite_relative_to_pixel_cc::RelativeToPixelOperation::get_input_value ( )
inline

◆ get_reference_dimension()

CMPNodeRelativeToPixelReferenceDimension blender::nodes::node_composite_relative_to_pixel_cc::RelativeToPixelOperation::get_reference_dimension ( )
inline

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