Blender
V2.93
source
blender
compositor
nodes
COM_CornerPinNode.h
Go to the documentation of this file.
1
/* This program is free software; you can redistribute it and/or
2
* modify it under the terms of the GNU General Public License
3
* as published by the Free Software Foundation; either version 2
4
* of the License, or (at your option) any later version.
5
*
6
* This program is distributed in the hope that it will be useful,
7
* but WITHOUT ANY WARRANTY; without even the implied warranty of
8
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
* GNU General Public License for more details.
10
*
11
* You should have received a copy of the GNU General Public License
12
* along with this program; if not, write to the Free Software Foundation,
13
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14
*
15
* Copyright 2014, Blender Foundation.
16
*/
17
18
#pragma once
19
20
#include "
COM_Node.h
"
21
22
#include "
DNA_node_types.h
"
23
24
namespace
blender::compositor
{
25
30
class
CornerPinNode
:
public
Node
{
31
public
:
32
CornerPinNode
(
bNode
*editorNode);
33
void
convertToOperations
(
NodeConverter
&converter,
34
const
CompositorContext
&
context
)
const override
;
35
};
36
37
}
// namespace blender::compositor
COM_Node.h
DNA_node_types.h
blender::compositor::CompositorContext
Overall context of the compositor.
Definition:
COM_CompositorContext.h:37
blender::compositor::CornerPinNode
CornerPinNode.
Definition:
COM_CornerPinNode.h:30
blender::compositor::CornerPinNode::CornerPinNode
CornerPinNode(bNode *editorNode)
Definition:
COM_CornerPinNode.cc:25
blender::compositor::CornerPinNode::convertToOperations
void convertToOperations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation
Definition:
COM_CornerPinNode.cc:29
blender::compositor::NodeConverter
Definition:
COM_NodeConverter.h:43
blender::compositor::Node
Definition:
COM_Node.h:42
blender::compositor
Definition:
COM_defines.h:21
blender::compositor::context
cl_context context
Definition:
COM_WorkScheduler.cc:90
bNode
Definition:
DNA_node_types.h:212
Generated on Tue Jan 31 2023 14:37:24 for Blender by
doxygen
1.9.1