Blender
V3.3
|
#include <Predicates1D.h>
Public Member Functions | |
EqualToTimeStampUP1D (unsigned ts) | |
string | getName () const |
int | operator() (Interface1D &inter) |
![]() | |
UnaryPredicate1D () | |
virtual | ~UnaryPredicate1D () |
Protected Attributes | |
unsigned | _timeStamp |
Additional Inherited Members | |
![]() | |
bool | result |
void * | py_up1D |
Returns true if the Interface1D's time stamp is equal to a certain user-defined value.
Definition at line 279 of file Predicates1D.h.
|
inline |
Definition at line 284 of file Predicates1D.h.
References _timeStamp.
|
inlinevirtual |
Returns the string "EqualToTimeStampUP1D".
Reimplemented from Freestyle::UnaryPredicate1D.
Definition at line 290 of file Predicates1D.h.
|
inlinevirtual |
The () operator.
Reimplemented from Freestyle::UnaryPredicate1D.
Definition at line 296 of file Predicates1D.h.
References _timeStamp, Freestyle::Interface1D::getTimeStamp(), and Freestyle::UnaryPredicate1D::result.
|
protected |
Definition at line 281 of file Predicates1D.h.
Referenced by EqualToTimeStampUP1D(), and operator()().