Blender V4.3
Director.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11namespace Freestyle {
12class UnaryPredicate0D;
13class UnaryPredicate1D;
14class BinaryPredicate0D;
15class BinaryPredicate1D;
16class ChainingIterator;
17class AdjacencyIterator;
18class Interface0D;
19class Interface1D;
20class Interface0DIterator;
21class Stroke;
22class StrokeShader;
23} // namespace Freestyle
24
25// BinaryPredicate0D: __call__
29
30// BinaryPredicate1D: __call__
34
35// UnaryFunction{0D,1D}: __call__
37 void *py_uf0D,
39int Director_BPy_UnaryFunction1D___call__(void *uf1D, void *py_uf1D, Freestyle::Interface1D &if1D);
40
41// UnaryPredicate0D: __call__
44
45// UnaryPredicate1D: __call__
48
49// StrokeShader: shade
51
52// ChainingIterator: init, traverse
int Director_BPy_ChainingIterator_init(Freestyle::ChainingIterator *c_it)
Definition Director.cpp:184
int Director_BPy_ChainingIterator_traverse(Freestyle::ChainingIterator *c_it, Freestyle::AdjacencyIterator &a_it)
Definition Director.cpp:198
int Director_BPy_StrokeShader_shade(Freestyle::StrokeShader *ss, Freestyle::Stroke &s)
Definition Director.cpp:164
int Director_BPy_UnaryFunction1D___call__(void *uf1D, void *py_uf1D, Freestyle::Interface1D &if1D)
Definition Director.cpp:293
int Director_BPy_BinaryPredicate1D___call__(Freestyle::BinaryPredicate1D *bp1D, Freestyle::Interface1D &i1, Freestyle::Interface1D &i2)
Definition Director.cpp:83
int Director_BPy_BinaryPredicate0D___call__(Freestyle::BinaryPredicate0D *bp0D, Freestyle::Interface0D &i1, Freestyle::Interface0D &i2)
Definition Director.cpp:52
int Director_BPy_UnaryPredicate1D___call__(Freestyle::UnaryPredicate1D *up1D, Freestyle::Interface1D &if1D)
Definition Director.cpp:139
int Director_BPy_UnaryFunction0D___call__(void *uf0D, void *py_uf0D, Freestyle::Interface0DIterator &if0D_it)
Definition Director.cpp:229
int Director_BPy_UnaryPredicate0D___call__(Freestyle::UnaryPredicate0D *up0D, Freestyle::Interface0DIterator &if0D_it)
Definition Director.cpp:114
inherits from class Rep
Definition AppCanvas.cpp:20