#include <brush.h>
Public Member Functions | |
FaceVisitAll (const Functor &functor) | |
void | visit (Face &face) const |
Private Attributes | |
const Functor & | functor |
Definition at line 3480 of file brush.h.
FaceVisitAll< Functor >::FaceVisitAll | ( | const Functor & | functor | ) | [inline] |
void FaceVisitAll< Functor >::visit | ( | Face & | face | ) | const [inline, virtual] |
Implements BrushVisitor.
Definition at line 3488 of file brush.h.
References FaceVisitAll< Functor >::functor.
const Functor& FaceVisitAll< Functor >::functor [private] |
Definition at line 3482 of file brush.h.
Referenced by FaceVisitAll< Functor >::visit().