|
degate 0.1.1
|
Base class for matching alorithms. More...
#include <TemplateMatching.h>

Public Member Functions | |
| virtual | ~Matching () |
| virtual void | init (BoundingBox const &bounding_box, Project_shptr project)=0 |
| virtual void | run ()=0 |
Base class for matching alorithms.
Definition at line 49 of file TemplateMatching.h.
| virtual degate::Matching::~Matching | ( | ) | [inline, virtual] |
Definition at line 51 of file TemplateMatching.h.
{}
| virtual void degate::Matching::init | ( | BoundingBox const & | bounding_box, |
| Project_shptr | project | ||
| ) | [pure virtual] |
Implemented in degate::ExternalMatching, degate::TemplateMatching, degate::ViaMatching, and degate::WireMatching.
| virtual void degate::Matching::run | ( | ) | [pure virtual] |
Implemented in degate::ExternalMatching, degate::TemplateMatching, degate::ViaMatching, and degate::WireMatching.
1.7.4