Blender  V2.93
Director.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 
21 #pragma once
22 
23 namespace Freestyle {
24 class UnaryPredicate0D;
25 class UnaryPredicate1D;
26 class BinaryPredicate0D;
27 class BinaryPredicate1D;
28 class ChainingIterator;
29 class AdjacencyIterator;
30 class Interface0D;
31 class Interface1D;
32 class Interface0DIterator;
33 class Stroke;
34 class StrokeShader;
35 } // namespace Freestyle
36 
37 // BinaryPredicate0D: __call__
41 
42 // BinaryPredicate1D: __call__
46 
47 // UnaryFunction{0D,1D}: __call__
49  void *py_uf0D,
51 int Director_BPy_UnaryFunction1D___call__(void *uf1D, void *py_uf1D, Freestyle::Interface1D &if1D);
52 
53 // UnaryPredicate0D: __call__
56 
57 // UnaryPredicate1D: __call__
60 
61 // StrokeShader: shade
63 
64 // ChainingIterator: init, traverse
int Director_BPy_ChainingIterator_init(Freestyle::ChainingIterator *c_it)
Definition: Director.cpp:194
int Director_BPy_ChainingIterator_traverse(Freestyle::ChainingIterator *c_it, Freestyle::AdjacencyIterator &a_it)
Definition: Director.cpp:208
int Director_BPy_StrokeShader_shade(Freestyle::StrokeShader *ss, Freestyle::Stroke &s)
Definition: Director.cpp:174
int Director_BPy_UnaryFunction1D___call__(void *uf1D, void *py_uf1D, Freestyle::Interface1D &if1D)
Definition: Director.cpp:303
int Director_BPy_BinaryPredicate1D___call__(Freestyle::BinaryPredicate1D *bp1D, Freestyle::Interface1D &i1, Freestyle::Interface1D &i2)
Definition: Director.cpp:93
int Director_BPy_BinaryPredicate0D___call__(Freestyle::BinaryPredicate0D *bp0D, Freestyle::Interface0D &i1, Freestyle::Interface0D &i2)
Definition: Director.cpp:62
int Director_BPy_UnaryPredicate1D___call__(Freestyle::UnaryPredicate1D *up1D, Freestyle::Interface1D &if1D)
Definition: Director.cpp:149
int Director_BPy_UnaryFunction0D___call__(void *uf0D, void *py_uf0D, Freestyle::Interface0DIterator &if0D_it)
Definition: Director.cpp:239
int Director_BPy_UnaryPredicate0D___call__(Freestyle::UnaryPredicate0D *up0D, Freestyle::Interface0DIterator &if0D_it)
Definition: Director.cpp:124
_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 const void *lists _GL_VOID_RET _GL_VOID const GLdouble *equation _GL_VOID_RET _GL_VOID GLdouble GLdouble blue _GL_VOID_RET _GL_VOID GLfloat GLfloat blue _GL_VOID_RET _GL_VOID GLint GLint blue _GL_VOID_RET _GL_VOID GLshort GLshort blue _GL_VOID_RET _GL_VOID GLubyte GLubyte blue _GL_VOID_RET _GL_VOID GLuint GLuint blue _GL_VOID_RET _GL_VOID GLushort GLushort blue _GL_VOID_RET _GL_VOID GLbyte GLbyte GLbyte alpha _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble alpha _GL_VOID_RET _GL_VOID GLfloat GLfloat GLfloat alpha _GL_VOID_RET _GL_VOID GLint GLint GLint alpha _GL_VOID_RET _GL_VOID GLshort GLshort GLshort alpha _GL_VOID_RET _GL_VOID GLubyte GLubyte GLubyte alpha _GL_VOID_RET _GL_VOID GLuint GLuint GLuint alpha _GL_VOID_RET _GL_VOID GLushort GLushort GLushort alpha _GL_VOID_RET _GL_VOID GLenum mode _GL_VOID_RET _GL_VOID GLint GLsizei GLsizei GLenum type _GL_VOID_RET _GL_VOID GLsizei GLenum GLenum const void *pixels _GL_VOID_RET _GL_VOID const void *pointer _GL_VOID_RET _GL_VOID GLdouble v _GL_VOID_RET _GL_VOID GLfloat v _GL_VOID_RET _GL_VOID GLint i1
inherits from class Rep
Definition: AppCanvas.cpp:32