|
Blender
V2.93
|
#include <SweepLine.h>
Public Member Functions | |
| binary_rule () | |
| template<class T3 , class T4 > | |
| binary_rule (const binary_rule< T3, T4 > &brother) | |
| 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 196 of file SweepLine.h.
|
inline |
Definition at line 197 of file SweepLine.h.
|
inline |
Definition at line 200 of file SweepLine.h.
|
inlinevirtual |
Definition at line 203 of file SweepLine.h.
|
inlinevirtual |
Reimplemented in Freestyle::silhouette_binary_rule.
Definition at line 207 of file SweepLine.h.