COOPY » Guide
version 0.6.5
|
#include <MeasurePass.h>
Public Member Functions | |
MeasurePass (coopy::store::SheetView &va, coopy::store::SheetView &vb) | |
void | setSize (int alen, int blen) |
void | setBound (int bound) |
int | getBound () |
void | clearMatch () |
coopy::store::Stat | flatten () |
OrderResult | getOrder () |
Data Fields | |
coopy::store::SheetView & | va |
coopy::store::SheetView & | vb |
coopy::store::DataSheet & | a |
coopy::store::DataSheet & | b |
coopy::store::IntSheet | asel |
coopy::store::IntSheet | bsel |
coopy::store::SparseFloatSheet | match |
int | bound |
Definition at line 18 of file MeasurePass.h.
coopy::cmp::MeasurePass::MeasurePass | ( | coopy::store::SheetView & | va, |
coopy::store::SheetView & | vb | ||
) | [inline] |
Definition at line 28 of file MeasurePass.h.
References bound.
void coopy::cmp::MeasurePass::clearMatch | ( | ) | [inline] |
Definition at line 48 of file MeasurePass.h.
References coopy::store::SparseSheet< T >::height(), match, coopy::store::SparseFloatSheet::resize(), and coopy::store::SparseSheet< T >::width().
Referenced by coopy::cmp::ColMan::measure().
coopy::store::Stat coopy::cmp::MeasurePass::flatten | ( | ) | [inline] |
Definition at line 52 of file MeasurePass.h.
References asel, coopy::store::TypedSheet< T >::cell(), coopy::store::SparseSheet< T >::cell(), coopy::store::SparseSheet< T >::cell_const(), dbg_printf, coopy::store::SparseSheet< T >::height(), match, coopy::store::Stat::mean, coopy::store::Stat::stddev, coopy::store::Stat::valid, and coopy::store::SparseSheet< T >::width().
int coopy::cmp::MeasurePass::getBound | ( | ) | [inline] |
Definition at line 44 of file MeasurePass.h.
References bound.
OrderResult coopy::cmp::MeasurePass::getOrder | ( | ) | [inline] |
Definition at line 86 of file MeasurePass.h.
References asel, bsel, and coopy::cmp::OrderResult::setup().
void coopy::cmp::MeasurePass::setBound | ( | int | bound | ) | [inline] |
Definition at line 40 of file MeasurePass.h.
References bound.
void coopy::cmp::MeasurePass::setSize | ( | int | alen, |
int | blen | ||
) | [inline] |
Definition at line 34 of file MeasurePass.h.
References asel, bsel, match, coopy::store::SparseFloatSheet::resize(), and coopy::store::TypedSheet< T >::resize().
Referenced by coopy::cmp::RowManOf< FMultiMap >::setup(), and coopy::cmp::ColMan::setup().
Definition at line 22 of file MeasurePass.h.
Referenced by coopy::cmp::RowManOf< FMultiMap >::measure(), coopy::cmp::ColMan::measure(), coopy::cmp::RowManOf< FMultiMap >::setup(), and coopy::cmp::ColMan::setup().
Definition at line 24 of file MeasurePass.h.
Referenced by flatten(), getOrder(), coopy::cmp::RowManOf< FMultiMap >::measure(), and setSize().
Definition at line 23 of file MeasurePass.h.
Referenced by coopy::cmp::RowManOf< FMultiMap >::measure(), coopy::cmp::ColMan::measure(), coopy::cmp::RowManOf< FMultiMap >::setup(), and coopy::cmp::ColMan::setup().
Definition at line 26 of file MeasurePass.h.
Referenced by getBound(), coopy::cmp::RowManOf< FMultiMap >::measure(), MeasurePass(), and setBound().
Definition at line 24 of file MeasurePass.h.
Referenced by getOrder(), coopy::cmp::RowManOf< FMultiMap >::measure(), and setSize().
Definition at line 25 of file MeasurePass.h.
Referenced by clearMatch(), flatten(), coopy::cmp::RowManOf< FMultiMap >::measure(), coopy::cmp::ColMan::measure(), and setSize().
Definition at line 20 of file MeasurePass.h.
Referenced by coopy::cmp::ColMan::measure(), and coopy::cmp::RowManOf< FMultiMap >::setup().
Definition at line 21 of file MeasurePass.h.
Referenced by coopy::cmp::ColMan::measure(), and coopy::cmp::RowManOf< FMultiMap >::setup().