|
FOUND
|
Abstract superclass for edge-filtering algorithms. More...
#include <edge-filters.hpp>


Additional Inherited Members | |
Public Member Functions inherited from found::ModifyingStage< Points > | |
| ModifyingStage ()=default | |
| Constructs a new ModifyingStage. | |
| virtual | ~ModifyingStage ()=default |
| Destroys this. | |
| void | DoAction () override |
| Executes Run (with void return) | |
| void | SetResource (Points &resource) |
| Sets the resource to modify. | |
Public Member Functions inherited from found::Stage< Input, Output > | |
| virtual Output | Run (Input input)=0 |
| Runs this stage. | |
Abstract superclass for edge-filtering algorithms.
modifies Points in-place (ModifyingStage<Points>).