Blender V4.3
Predicates0D.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 "Predicates0D.h"
10
11#include "../python/Director.h"
12
13namespace Freestyle {
14
19
21{
22 return Director_BPy_BinaryPredicate0D___call__(this, inter1, inter2);
23}
24
25} /* namespace Freestyle */
int Director_BPy_BinaryPredicate0D___call__(BinaryPredicate0D *bp0D, Interface0D &i1, Interface0D &i2)
Definition Director.cpp:52
int Director_BPy_UnaryPredicate0D___call__(UnaryPredicate0D *up0D, Interface0DIterator &if0D_it)
Definition Director.cpp:114
Class gathering stroke creation algorithms.
virtual int operator()(Interface0D &inter1, Interface0D &inter2)
virtual int operator()(Interface0DIterator &it)
inherits from class Rep
Definition AppCanvas.cpp:20