Blender
V3.3
|
#include "Director.h"
#include "BPy_Convert.h"
#include "BPy_BinaryPredicate0D.h"
#include "BPy_BinaryPredicate1D.h"
#include "BPy_FrsMaterial.h"
#include "BPy_Id.h"
#include "BPy_StrokeShader.h"
#include "BPy_UnaryFunction0D.h"
#include "BPy_UnaryFunction1D.h"
#include "BPy_UnaryPredicate0D.h"
#include "BPy_UnaryPredicate1D.h"
#include "BPy_ViewShape.h"
#include "Interface1D/BPy_Stroke.h"
#include "Interface1D/BPy_ViewEdge.h"
#include "Iterator/BPy_ChainingIterator.h"
#include "Iterator/BPy_Interface0DIterator.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DDouble.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DFloat.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DId.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DMaterial.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DVec2f.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DVec3f.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.h"
#include "UnaryFunction0D/BPy_UnaryFunction0DViewShape.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DDouble.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DFloat.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DUnsigned.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DVec2f.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DVec3f.h"
#include "UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h"
Go to the source code of this file.
Functions | |
int | Director_BPy_BinaryPredicate0D___call__ (BinaryPredicate0D *bp0D, Interface0D &i1, Interface0D &i2) |
int | Director_BPy_BinaryPredicate1D___call__ (BinaryPredicate1D *bp1D, Interface1D &i1, Interface1D &i2) |
int | Director_BPy_UnaryPredicate0D___call__ (UnaryPredicate0D *up0D, Interface0DIterator &if0D_it) |
int | Director_BPy_UnaryPredicate1D___call__ (UnaryPredicate1D *up1D, Interface1D &if1D) |
int | Director_BPy_StrokeShader_shade (StrokeShader *ss, Stroke &s) |
int | Director_BPy_ChainingIterator_init (ChainingIterator *c_it) |
int | Director_BPy_ChainingIterator_traverse (ChainingIterator *c_it, AdjacencyIterator &a_it) |
int | Director_BPy_UnaryFunction0D___call__ (void *uf0D, void *py_uf0D, Interface0DIterator &if0D_it) |
int | Director_BPy_UnaryFunction1D___call__ (void *uf1D, void *py_uf1D, Interface1D &if1D) |
int Director_BPy_BinaryPredicate0D___call__ | ( | BinaryPredicate0D * | bp0D, |
Interface0D & | i1, | ||
Interface0D & | i2 | ||
) |
Definition at line 48 of file Director.cpp.
References Any_BPy_Interface0D_from_Interface0D(), i1, Freestyle::BinaryPredicate0D::py_bp0D, result, Freestyle::BinaryPredicate0D::result, and ret.
Referenced by Freestyle::BinaryPredicate0D::operator()().
int Director_BPy_BinaryPredicate1D___call__ | ( | BinaryPredicate1D * | bp1D, |
Interface1D & | i1, | ||
Interface1D & | i2 | ||
) |
Definition at line 79 of file Director.cpp.
References Any_BPy_Interface1D_from_Interface1D(), i1, Freestyle::BinaryPredicate1D::py_bp1D, result, Freestyle::BinaryPredicate1D::result, and ret.
Referenced by Freestyle::BinaryPredicate1D::operator()().
int Director_BPy_ChainingIterator_init | ( | ChainingIterator * | c_it | ) |
Definition at line 180 of file Director.cpp.
References Freestyle::ChainingIterator::py_c_it, and result.
Referenced by Freestyle::ChainingIterator::init().
int Director_BPy_ChainingIterator_traverse | ( | ChainingIterator * | c_it, |
AdjacencyIterator & | a_it | ||
) |
Definition at line 194 of file Director.cpp.
References BPy_AdjacencyIterator_from_AdjacencyIterator(), BPy_ViewEdge_Check, Freestyle::ChainingIterator::py_c_it, result, and Freestyle::ChainingIterator::result.
Referenced by Freestyle::ChainingIterator::traverse().
int Director_BPy_StrokeShader_shade | ( | StrokeShader * | ss, |
Stroke & | s | ||
) |
Definition at line 160 of file Director.cpp.
References BPy_Stroke_from_Stroke(), Freestyle::StrokeShader::py_ss, and result.
Referenced by Freestyle::StrokeShader::shade().
int Director_BPy_UnaryFunction0D___call__ | ( | void * | uf0D, |
void * | py_uf0D, | ||
Interface0DIterator & | if0D_it | ||
) |
Definition at line 225 of file Director.cpp.
References usdtokens::b(), BPy_Interface0DIterator_from_Interface0DIterator(), BPy_UnaryFunction0DDouble_Check, BPy_UnaryFunction0DEdgeNature_Check, BPy_UnaryFunction0DFloat_Check, BPy_UnaryFunction0DId_Check, BPy_UnaryFunction0DMaterial_Check, BPy_UnaryFunction0DUnsigned_Check, BPy_UnaryFunction0DVec2f_Check, BPy_UnaryFunction0DVec3f_Check, BPy_UnaryFunction0DVectorViewShape_Check, BPy_UnaryFunction0DViewShape_Check, EdgeNature_from_BPy_Nature(), result, Vec2f_ptr_from_Vector(), and Vec3f_ptr_from_Vector().
Referenced by Freestyle::UnaryFunction0D< T >::operator()().
int Director_BPy_UnaryFunction1D___call__ | ( | void * | uf1D, |
void * | py_uf1D, | ||
Interface1D & | if1D | ||
) |
Definition at line 289 of file Director.cpp.
References Any_BPy_Interface1D_from_Interface1D(), usdtokens::b(), BPy_UnaryFunction1DDouble_Check, BPy_UnaryFunction1DEdgeNature_Check, BPy_UnaryFunction1DFloat_Check, BPy_UnaryFunction1DUnsigned_Check, BPy_UnaryFunction1DVec2f_Check, BPy_UnaryFunction1DVec3f_Check, BPy_UnaryFunction1DVectorViewShape_Check, EdgeNature_from_BPy_Nature(), result, Vec2f_ptr_from_Vector(), and Vec3f_ptr_from_Vector().
Referenced by Freestyle::UnaryFunction1D< T >::operator()(), and Freestyle::UnaryFunction1D_void::operator()().
int Director_BPy_UnaryPredicate0D___call__ | ( | UnaryPredicate0D * | up0D, |
Interface0DIterator & | if0D_it | ||
) |
Definition at line 110 of file Director.cpp.
References BPy_Interface0DIterator_from_Interface0DIterator(), Freestyle::UnaryPredicate0D::py_up0D, result, Freestyle::UnaryPredicate0D::result, and ret.
Referenced by Freestyle::UnaryPredicate0D::operator()().
int Director_BPy_UnaryPredicate1D___call__ | ( | UnaryPredicate1D * | up1D, |
Interface1D & | if1D | ||
) |
Definition at line 135 of file Director.cpp.
References Any_BPy_Interface1D_from_Interface1D(), Freestyle::UnaryPredicate1D::py_up1D, result, Freestyle::UnaryPredicate1D::result, and ret.
Referenced by Freestyle::UnaryPredicate1D::operator()().