COOPY » Guide
version 0.6.5
|
Compare rows of a table using multiple methods as appropriate. More...
#include <RowMan.h>
Public Member Functions | |
CombinedRowMan (const CompareFlags &flags, const OrderResult &comp, int len) | |
virtual void | setup (MeasurePass &pass) |
virtual void | measure (MeasurePass &pass, int ctrl) |
virtual int | getCtrlMax () |
Data Fields | |
RowMan | man1 |
RowMan2 | man2 |
int | theta |
bool | flip |
Compare rows of a table using multiple methods as appropriate.
coopy::cmp::CombinedRowMan::CombinedRowMan | ( | const CompareFlags & | flags, |
const OrderResult & | comp, | ||
int | len | ||
) | [inline] |
virtual int coopy::cmp::CombinedRowMan::getCtrlMax | ( | ) | [inline, virtual] |
Implements coopy::cmp::Measure.
Definition at line 202 of file RowMan.h.
References coopy::cmp::RowManOf< map_type >::getCtrlMax(), and man1.
virtual void coopy::cmp::CombinedRowMan::measure | ( | MeasurePass & | pass, |
int | ctrl | ||
) | [inline, virtual] |
Implements coopy::cmp::Measure.
Definition at line 175 of file RowMan.h.
References man1, man2, coopy::cmp::RowManOf< map_type >::measure(), and theta.
virtual void coopy::cmp::CombinedRowMan::setup | ( | MeasurePass & | pass | ) | [inline, virtual] |
Implements coopy::cmp::Measure.
Definition at line 171 of file RowMan.h.
References man1, and coopy::cmp::RowManOf< map_type >::setup().
Definition at line 162 of file RowMan.h.
Referenced by CombinedRowMan().
Definition at line 159 of file RowMan.h.
Referenced by CombinedRowMan(), getCtrlMax(), measure(), and setup().
Definition at line 161 of file RowMan.h.
Referenced by CombinedRowMan(), and measure().