|
Blender V5.0
|
#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 27 of file Modifiers.h.
|
inline |
Default construction
Definition at line 29 of file Modifiers.h.
Referenced by Freestyle::TimestampModifier< Edge >::TimestampModifier().
|
inlinevirtual |
the () operator
Reimplemented in Freestyle::TimestampModifier< Edge >.
Definition at line 32 of file Modifiers.h.