Tenncor
|
Argument voter for functors. More...
#include <ivoter.hpp>
Public Member Functions | |
VoterArg (std::string label, teq::CoordptrT shaper, teq::CoordptrT coorder, SUBGRAPH_TYPE type) | |
bool | match (CtxsT &ctxs, const CandArg &arg) const |
Return true if arg matches this only add to ctxs if matches. More... | |
Public Attributes | |
std::string | label_ |
Argument node identifier. More... | |
teq::CoordptrT | shaper_ |
Converted shape mapper. More... | |
teq::CoordptrT | coorder_ |
Converted coordinate mapping meta-structure. More... | |
SUBGRAPH_TYPE | type_ |
Subgraph type of the argument. More... | |
Argument voter for functors.
|
inline |
Return true if arg matches this only add to ctxs if matches.
teq::CoordptrT opt::VoterArg::coorder_ |
Converted coordinate mapping meta-structure.
std::string opt::VoterArg::label_ |
Argument node identifier.
teq::CoordptrT opt::VoterArg::shaper_ |
Converted shape mapper.
SUBGRAPH_TYPE opt::VoterArg::type_ |
Subgraph type of the argument.