![]() |
My Project
|
#include <tgb_internal.h>
Public Member Functions | |
| void | flatten () |
| void | validate () |
| void | adjust_coefs (number c_r, number c_ac_r) |
| wlen_type | guess_quality (slimgb_alg *c) |
| int | clear_to_poly () |
| void | canonicalize () |
Data Fields | |
| kBucket_pt | bucket |
| poly | p |
| unsigned long | sev |
| wlen_type | initial_quality |
Definition at line 291 of file tgb_internal.h.
| void red_object::adjust_coefs | ( | number | c_r, |
| number | c_ac_r ) |
| void red_object::canonicalize | ( | ) |
| int red_object::clear_to_poly | ( | ) |
| wlen_type red_object::guess_quality | ( | slimgb_alg * | c | ) |
Definition at line 556 of file tgb.cc.
| void red_object::validate | ( | ) |
Definition at line 4878 of file tgb.cc.
| kBucket_pt red_object::bucket |
Definition at line 294 of file tgb_internal.h.
| wlen_type red_object::initial_quality |
Definition at line 299 of file tgb_internal.h.
| poly red_object::p |
Definition at line 295 of file tgb_internal.h.
| unsigned long red_object::sev |
Definition at line 296 of file tgb_internal.h.