|
Blender V5.0
|
#include <Predicates1D.h>
Inherits Freestyle::UnaryPredicate1D.
Public Member Functions | |
| EqualToChainingTimeStampUP1D (uint ts) | |
| string | getName () const |
| int | operator() (Interface1D &inter) |
| Public Member Functions inherited from Freestyle::UnaryPredicate1D | |
| UnaryPredicate1D () | |
| virtual | ~UnaryPredicate1D () |
Protected Attributes | |
| uint | _timeStamp |
Additional Inherited Members | |
| Public Attributes inherited from Freestyle::UnaryPredicate1D | |
| bool | result |
| void * | py_up1D |
Returns true if the Interface1D's time stamp is equal to a certain user-defined value.
Definition at line 292 of file Predicates1D.h.
|
inline |
Definition at line 297 of file Predicates1D.h.
References _timeStamp, and Freestyle::UnaryPredicate1D::UnaryPredicate1D().
|
inlinevirtual |
Returns the string "EqualToChainingTimeStampUP1D".
Reimplemented from Freestyle::UnaryPredicate1D.
Definition at line 303 of file Predicates1D.h.
|
inlinevirtual |
The () operator.
Reimplemented from Freestyle::UnaryPredicate1D.
Definition at line 309 of file Predicates1D.h.
References _timeStamp, Freestyle::ViewEdge::getChainingTimeStamp(), and Freestyle::UnaryPredicate1D::result.
|
protected |
Definition at line 294 of file Predicates1D.h.
Referenced by EqualToChainingTimeStampUP1D(), and operator()().