#include <DummyVertexSmoother.h>
Public Member Functions | |
DummyVertexSmoother * | clone () const |
CachingVertex< N > | smooth (const CachingVertex< N > &) const |
Public Member Functions inherited from VertexSmoother< N > | |
VertexSmoother () | |
virtual | ~VertexSmoother () |
A dummy vertex smoother. Input = Output.
Definition at line 11 of file DummyVertexSmoother.h.
|
virtual |
Clone method
Implements VertexSmoother< N >.
Definition at line 10 of file DummyVertexSmoother.cc.
|
virtual |
Smoothing method
Implements VertexSmoother< N >.
Definition at line 4 of file DummyVertexSmoother.cc.