COOPY » Guide
version 0.6.5
|
#include <OrderResult.h>
Public Member Functions | |
virtual int | a2b (int x) const |
virtual int | b2a (int x) const |
virtual bool | isBlank () const |
const coopy::store::IntSheet & | allA2b () const |
const coopy::store::IntSheet & | allB2a () const |
void | setup (coopy::store::IntSheet &_a2b, coopy::store::IntSheet &_b2a) |
int | alen () const |
int | blen () const |
void | trimHead (int pre, int post) |
void | trimTail (int pre, int post) |
Definition at line 72 of file OrderResult.h.
virtual int coopy::cmp::IdentityOrderResult::a2b | ( | int | x | ) | const [inline, virtual] |
Reimplemented from coopy::cmp::OrderResult.
Definition at line 74 of file OrderResult.h.
int coopy::cmp::OrderResult::alen | ( | ) | const [inline, inherited] |
Definition at line 38 of file OrderResult.h.
References coopy::store::TypedSheet< T >::height().
Referenced by coopy::cmp::OrderResult::isBlank().
const coopy::store::IntSheet& coopy::cmp::OrderResult::allA2b | ( | ) | const [inline, inherited] |
Definition at line 17 of file OrderResult.h.
const coopy::store::IntSheet& coopy::cmp::OrderResult::allB2a | ( | ) | const [inline, inherited] |
Definition at line 18 of file OrderResult.h.
virtual int coopy::cmp::IdentityOrderResult::b2a | ( | int | x | ) | const [inline, virtual] |
Reimplemented from coopy::cmp::OrderResult.
Definition at line 78 of file OrderResult.h.
int coopy::cmp::OrderResult::blen | ( | ) | const [inline, inherited] |
Definition at line 39 of file OrderResult.h.
References coopy::store::TypedSheet< T >::height().
Referenced by coopy::cmp::OrderResult::isBlank().
virtual bool coopy::cmp::IdentityOrderResult::isBlank | ( | ) | const [inline, virtual] |
Reimplemented from coopy::cmp::OrderResult.
Definition at line 82 of file OrderResult.h.
void coopy::cmp::OrderResult::setup | ( | coopy::store::IntSheet & | _a2b, |
coopy::store::IntSheet & | _b2a | ||
) | [inline, inherited] |
Definition at line 20 of file OrderResult.h.
Referenced by coopy::cmp::MeasurePass::getOrder().
void coopy::cmp::OrderResult::trimHead | ( | int | pre, |
int | post | ||
) | [inline, inherited] |
Definition at line 41 of file OrderResult.h.
References coopy::store::TypedSheet< T >::cell(), and coopy::store::TypedSheet< T >::height().
Referenced by coopy::cmp::OrderMerge::merge().
void coopy::cmp::OrderResult::trimTail | ( | int | pre, |
int | post | ||
) | [inline, inherited] |
Definition at line 54 of file OrderResult.h.
References coopy::store::TypedSheet< T >::cell(), and coopy::store::TypedSheet< T >::height().