Blender V5.0
Freestyle::EdgeModifier< Edge > Struct Template Reference

#include <Modifiers.h>

Inherits unary_function< Edge, void >.

Inherited by Freestyle::TimestampModifier< Edge >.

Public Member Functions

 EdgeModifier ()
virtual void operator() (Edge &iEdge)

Detailed Description

template<class Edge>
struct Freestyle::EdgeModifier< Edge >

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.

Constructor & Destructor Documentation

◆ EdgeModifier()

template<class Edge>
Freestyle::EdgeModifier< Edge >::EdgeModifier ( )
inline

Default construction

Definition at line 29 of file Modifiers.h.

Referenced by Freestyle::TimestampModifier< Edge >::TimestampModifier().

Member Function Documentation

◆ operator()()

template<class Edge>
virtual void Freestyle::EdgeModifier< Edge >::operator() ( Edge & iEdge)
inlinevirtual

the () operator

Reimplemented in Freestyle::TimestampModifier< Edge >.

Definition at line 32 of file Modifiers.h.


The documentation for this struct was generated from the following file: