|
Blender V5.0
|
#include <SweepLine.h>
Public Member Functions | |
| binary_rule () | |
| template<class T3, class T4> | |
| binary_rule (const binary_rule< T3, T4 > &) | |
| virtual | ~binary_rule () |
| virtual bool | operator() (T1 &, T2 &) |
defines a binary function that can be overload by the user to specify at each condition the intersection between 2 edges must be computed
Definition at line 176 of file SweepLine.h.
|
inline |
Definition at line 177 of file SweepLine.h.
Referenced by binary_rule().
|
inline |
Definition at line 178 of file SweepLine.h.
References binary_rule().
|
inlinevirtual |
Definition at line 179 of file SweepLine.h.
|
inlinevirtual |
Reimplemented in Freestyle::silhouette_binary_rule.
Definition at line 181 of file SweepLine.h.