|
COOPY » Guide
version 0.6.5
|
#include <FVal.h>
Public Member Functions | |
| FMultiVal () | |
| void | setIndex (int idx, bool alt) |
| void | apply (coopy::store::SparseFloatSheet &match, int row) |
Data Fields | |
| std::set< int > | indices |
| std::set< int > | indices2 |
| void coopy::cmp::FMultiVal::apply | ( | coopy::store::SparseFloatSheet & | match, |
| int | row | ||
| ) | [inline] |
Definition at line 77 of file FVal.h.
References coopy::store::SparseSheet< T >::cell(), indices, and indices2.
| void coopy::cmp::FMultiVal::setIndex | ( | int | idx, |
| bool | alt | ||
| ) | [inline] |
| std::set<int> coopy::cmp::FMultiVal::indices |
Definition at line 57 of file FVal.h.
Referenced by apply(), and setIndex().
| std::set<int> coopy::cmp::FMultiVal::indices2 |
Definition at line 57 of file FVal.h.
Referenced by apply(), and setIndex().
1.7.4