|
Blender
V2.93
|
#include <Predicates1D.h>
Inherits Freestyle::UnaryPredicate1D.
Public Member Functions | |
| 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 |
| void * | py_up1D |
Returns true if the Interface1D is an external contour. An Interface1D is an external contour if it is bordered by no shape on one of its sides.
Definition at line 258 of file Predicates1D.h.
|
inlinevirtual |
Returns the string "ExternalContourUP1D"
Reimplemented from Freestyle::UnaryPredicate1D.
Definition at line 264 of file Predicates1D.h.
|
inlinevirtual |
The () operator.
Reimplemented from Freestyle::UnaryPredicate1D.
Definition at line 270 of file Predicates1D.h.
References Freestyle::Nature::BORDER, Freestyle::Functions1D::getOccludeeF1D(), Freestyle::UnaryPredicate1D::result, Freestyle::UnaryFunction1D< T >::result, and Freestyle::Nature::SILHOUETTE.