abstract class that declares the method is_valid_match() More...
#include <trace_controller.hh>
Public Member Functions | |
virtual bool | is_valid_match (size_t i, size_t j) const =0 |
abstract class that declares the method is_valid_match()
virtual bool LocARNA::MatchController::is_valid_match | ( | size_t | i, |
size_t | j | ||
) | const [pure virtual] |
test for allowed matches due to valid traces
i | position in sequence A in 1..lenA |
j | position in sequence B in 1..lenB |
Implemented in LocARNA::TraceController.