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

#include <Predicates1D.h>

Inheritance diagram for Freestyle::Predicates1D::QuantitativeInvisibilityUP1D:
Freestyle::UnaryPredicate1D

Public Member Functions

 QuantitativeInvisibilityUP1D (unsigned qi=0)
 
string getName () const
 
int operator() (Interface1D &inter)
 
- Public Member Functions inherited from Freestyle::UnaryPredicate1D
 UnaryPredicate1D ()
 
virtual ~UnaryPredicate1D ()
 

Additional Inherited Members

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

Detailed Description

Returns true if the Quantitative Invisibility evaluated at an Interface1D, using the QuantitativeInvisibilityF1D functor, equals a certain user-defined value.

Definition at line 174 of file Predicates1D.h.

Constructor & Destructor Documentation

◆ QuantitativeInvisibilityUP1D()

Freestyle::Predicates1D::QuantitativeInvisibilityUP1D::QuantitativeInvisibilityUP1D ( unsigned  qi = 0)
inline

Builds the Predicate.

Parameters
qiThe Quantitative Invisibility you want the Interface1D to have

Definition at line 180 of file Predicates1D.h.

Member Function Documentation

◆ getName()

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

Returns the string "QuantitativeInvisibilityUP1D"

Reimplemented from Freestyle::UnaryPredicate1D.

Definition at line 185 of file Predicates1D.h.

◆ operator()()

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

the () operator

Reimplemented from Freestyle::UnaryPredicate1D.

Definition at line 191 of file Predicates1D.h.

References Freestyle::UnaryPredicate1D::result, and Freestyle::UnaryFunction1D< T >::result.


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