|
Blender V5.0
|
#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 108 of file Functions1D.h.
|
inline |
Definition at line 112 of file Functions1D.h.
References _integration, and Freestyle::MEAN.
|
inline |
Definition at line 117 of file Functions1D.h.
References _integration.
|
inlinevirtual |
Definition at line 122 of file Functions1D.h.
|
inline |
Definition at line 140 of file Functions1D.h.
References _integration.
|
inlinevirtual |
Reimplemented in Freestyle::Functions1D::ChainingTimeStampF1D, Freestyle::Functions1D::IncrementChainingTimeStampF1D, and Freestyle::Functions1D::TimeStampF1D.
Definition at line 124 of file Functions1D.h.
|
inline |
Definition at line 130 of file Functions1D.h.
References Director_BPy_UnaryFunction1D___call__(), and py_uf1D.
|
inline |
Definition at line 135 of file Functions1D.h.
References _integration.
|
protected |
Definition at line 146 of file Functions1D.h.
Referenced by getIntegrationType(), setIntegrationType(), UnaryFunction1D_void(), and UnaryFunction1D_void().
| void* Freestyle::UnaryFunction1D_void::py_uf1D |
Definition at line 110 of file Functions1D.h.
Referenced by operator()().