ARB
|
#include <AP_filter.hxx>
Public Member Functions | |
AP_weights (const AP_filter *fil) | |
AP_weights (const GB_UINT4 *w, size_t wlen, const AP_filter *fil) | |
AP_weights (const AP_weights &other) | |
~AP_weights () | |
DECLARE_ASSIGNMENT_OPERATOR (AP_weights) | |
const GB_UINT4 * | get_weights () const |
GB_UINT4 | weight (size_t idx) const |
size_t | length () const |
bool | is_unweighted () const |
Definition at line 146 of file AP_filter.hxx.
AP_weights::AP_weights | ( | const AP_filter * | fil | ) |
Definition at line 261 of file AP_filter.cxx.
Definition at line 267 of file AP_filter.cxx.
References af_assert, ARB_alloc_aligned(), AP_filter::get_filtered_length(), AP_filter::get_length(), AP_filter::use_position(), and weights.
AP_weights::AP_weights | ( | const AP_weights & | other | ) |
Definition at line 285 of file AP_filter.cxx.
References ARB_alloc_aligned(), and weights.
AP_weights::~AP_weights | ( | ) |
Definition at line 295 of file AP_filter.cxx.
References weights.
AP_weights::DECLARE_ASSIGNMENT_OPERATOR | ( | AP_weights | ) |
|
inline |
Definition at line 158 of file AP_filter.hxx.
References weights.
Definition at line 162 of file AP_filter.hxx.
References af_assert, is_unweighted(), and weights.
|
inline |
Definition at line 167 of file AP_filter.hxx.
|
inline |