|
Blender
V2.93
|
#include <Modifiers.h>
Inherits unary_function< Edge, void >.
Inherited by Freestyle::TimestampModifier< Edge >.
Public Member Functions | |
| EdgeModifier () | |
| virtual void | operator() (Edge &iEdge) |
Base class for modifiers. Modifiers are used in the Operators in order to "mark" the processed Interface1D.
Definition at line 41 of file Modifiers.h.
|
inline |
Default construction
Definition at line 43 of file Modifiers.h.
|
inlinevirtual |
the () operator
Reimplemented in Freestyle::TimestampModifier< Edge >.
Definition at line 48 of file Modifiers.h.