Blender  V3.3
COM_CurveBaseOperation.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2011 Blender Foundation. */
3 
4 #pragma once
5 
7 
8 struct CurveMapping;
9 
10 namespace blender::compositor {
11 
13  protected:
18 
19  public:
22 
26  void init_execution() override;
27  void deinit_execution() override;
28 
29  void set_curve_mapping(CurveMapping *mapping);
30 };
31 
32 } // namespace blender::compositor