|
Blender V4.3
|
#include <Functions1D.h>
Inherited by Freestyle::Functions1D::ChainingTimeStampF1D, Freestyle::Functions1D::IncrementChainingTimeStampF1D, and Freestyle::Functions1D::TimeStampF1D.
Public Member Functions | |
| UnaryFunction1D_void () | |
| UnaryFunction1D_void (IntegrationType iType) | |
| virtual | ~UnaryFunction1D_void () |
| virtual string | getName () const |
| int | operator() (Interface1D &inter) |
| void | setIntegrationType (IntegrationType integration) |
| IntegrationType | getIntegrationType () const |
Public Attributes | |
| void * | py_uf1D |
Protected Attributes | |
| IntegrationType | _integration |
Definition at line 112 of file Functions1D.h.
|
inline |
Definition at line 116 of file Functions1D.h.
References _integration, and Freestyle::MEAN.
|
inline |
Definition at line 121 of file Functions1D.h.
References _integration.
|
inlinevirtual |
Definition at line 126 of file Functions1D.h.
|
inline |
Definition at line 144 of file Functions1D.h.
References _integration.
|
inlinevirtual |
Reimplemented in Freestyle::Functions1D::ChainingTimeStampF1D, Freestyle::Functions1D::IncrementChainingTimeStampF1D, and Freestyle::Functions1D::TimeStampF1D.
Definition at line 128 of file Functions1D.h.
|
inline |
Definition at line 134 of file Functions1D.h.
References Director_BPy_UnaryFunction1D___call__(), and py_uf1D.
|
inline |
Definition at line 139 of file Functions1D.h.
References _integration.
|
protected |
Definition at line 150 of file Functions1D.h.
Referenced by getIntegrationType(), setIntegrationType(), UnaryFunction1D_void(), and UnaryFunction1D_void().
| void* Freestyle::UnaryFunction1D_void::py_uf1D |
Definition at line 114 of file Functions1D.h.
Referenced by operator()().