Blender
V2.93
source
blender
compositor
operations
COM_SocketProxyOperation.h
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or
3
* modify it under the terms of the GNU General Public License
4
* as published by the Free Software Foundation; either version 2
5
* of the License, or (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* along with this program; if not, write to the Free Software Foundation,
14
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15
*
16
* Copyright 2011, Blender Foundation.
17
*/
18
19
#pragma once
20
21
#include "
COM_NodeOperation.h
"
22
23
namespace
blender::compositor
{
24
25
class
SocketProxyOperation
:
public
NodeOperation
{
26
public
:
27
SocketProxyOperation
(
DataType
type
,
bool
use_conversion);
28
29
std::unique_ptr<MetaData>
getMetaData
()
override
;
30
};
31
32
}
// namespace blender::compositor
COM_NodeOperation.h
type
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
Definition:
GPU_legacy_stubs.h:167
blender::compositor::NodeOperation
NodeOperation contains calculation logic.
Definition:
COM_NodeOperation.h:259
blender::compositor::SocketProxyOperation
Definition:
COM_SocketProxyOperation.h:25
blender::compositor::SocketProxyOperation::getMetaData
std::unique_ptr< MetaData > getMetaData() override
Definition:
COM_SocketProxyOperation.cc:31
blender::compositor::SocketProxyOperation::SocketProxyOperation
SocketProxyOperation(DataType type, bool use_conversion)
Definition:
COM_SocketProxyOperation.cc:23
blender::compositor::DataType
DataType
possible data types for sockets
Definition:
COM_defines.h:27
blender::compositor
Definition:
COM_defines.h:21
Generated on Tue Jan 31 2023 14:37:24 for Blender by
doxygen
1.9.1