Blender  V3.3
Public Member Functions | Protected Attributes | List of all members
Freestyle::Predicates1D::EqualToChainingTimeStampUP1D Class Reference

#include <Predicates1D.h>

Inheritance diagram for Freestyle::Predicates1D::EqualToChainingTimeStampUP1D:
Freestyle::UnaryPredicate1D

Public Member Functions

 EqualToChainingTimeStampUP1D (unsigned ts)
 
string getName () const
 
int operator() (Interface1D &inter)
 
- Public Member Functions inherited from Freestyle::UnaryPredicate1D
 UnaryPredicate1D ()
 
virtual ~UnaryPredicate1D ()
 

Protected Attributes

unsigned _timeStamp
 

Additional Inherited Members

- Public Attributes inherited from Freestyle::UnaryPredicate1D
bool result
 
voidpy_up1D
 

Detailed Description

Returns true if the Interface1D's time stamp is equal to a certain user-defined value.

Definition at line 305 of file Predicates1D.h.

Constructor & Destructor Documentation

◆ EqualToChainingTimeStampUP1D()

Freestyle::Predicates1D::EqualToChainingTimeStampUP1D::EqualToChainingTimeStampUP1D ( unsigned  ts)
inline

Definition at line 310 of file Predicates1D.h.

References _timeStamp.

Member Function Documentation

◆ getName()

string Freestyle::Predicates1D::EqualToChainingTimeStampUP1D::getName ( ) const
inlinevirtual

Returns the string "EqualToChainingTimeStampUP1D".

Reimplemented from Freestyle::UnaryPredicate1D.

Definition at line 316 of file Predicates1D.h.

◆ operator()()

int Freestyle::Predicates1D::EqualToChainingTimeStampUP1D::operator() ( Interface1D inter)
inlinevirtual

The () operator.

Reimplemented from Freestyle::UnaryPredicate1D.

Definition at line 322 of file Predicates1D.h.

References _timeStamp, and Freestyle::UnaryPredicate1D::result.

Member Data Documentation

◆ _timeStamp

unsigned Freestyle::Predicates1D::EqualToChainingTimeStampUP1D::_timeStamp
protected

Definition at line 307 of file Predicates1D.h.

Referenced by EqualToChainingTimeStampUP1D(), and operator()().


The documentation for this class was generated from the following file: