Blender  V3.3
COM_SwitchViewNode.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2015 Blender Foundation. */
3 
4 #pragma once
5 
6 #include "COM_Node.h"
7 #include "COM_NodeOperation.h"
8 #include "DNA_node_types.h"
9 
10 namespace blender::compositor {
11 
16 class SwitchViewNode : public Node {
17  public:
18  SwitchViewNode(bNode *editor_node);
19  void convert_to_operations(NodeConverter &converter,
20  const CompositorContext &context) const override;
21 };
22 
23 } // namespace blender::compositor
Overall context of the compositor.
void convert_to_operations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation