Blender V4.3
Predicates1D.cpp
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2012-2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include "Predicates1D.h"
10
11#include "../python/Director.h"
12
13namespace Freestyle {
14
19
21{
22 return Director_BPy_BinaryPredicate1D___call__(this, inter1, inter2);
23}
24
25} /* namespace Freestyle */
int Director_BPy_BinaryPredicate1D___call__(BinaryPredicate1D *bp1D, Interface1D &i1, Interface1D &i2)
Definition Director.cpp:83
int Director_BPy_UnaryPredicate1D___call__(UnaryPredicate1D *up1D, Interface1D &if1D)
Definition Director.cpp:139
Class gathering stroke creation algorithms.
virtual int operator()(Interface1D &inter1, Interface1D &inter2)
virtual int operator()(Interface1D &inter)
inherits from class Rep
Definition AppCanvas.cpp:20