#include <DCFmp.h>
Inheritance diagram for DCFmp< Rtmra_t >:


Public Types | |
| typedef Rtmra_t::DataType | Data_t |
Public Member Functions | |
| DCFmp (const int bplen_mpsizeb, const int bplen_coef, const int bplen_n) | |
| DCFmp (const int bplen_mpsizeb, const int bplen_coef, const int bplen_n, const int bplen_a) | |
| void | encode (Rtmra_t &, const char mcode) |
| DCFmp< Rtmra_t > & | operator() (Rtmra_t &, const char mcode) |
| void | replace (Rtmra_t &) |
| Data_t | threshold () |
| void | threshold (const Data_t threshold) |
| ~DCFmp () | |
Protected Attributes | |
| Data_t | _threshold |
|
|||||
|
Definition at line 29 of file DCFmp.h. Referenced by DCFmp< Rtmra_t >.threshold(). |
|
||||||||||||||||||||||||
|
Definition at line 54 of file DCFmp.h.
00057 : DCFmpBase( bplen_mpsizeb, bplen_coef, bplen_n, bplen_a ) {} |
|
||||||||||||||||||||
|
Definition at line 60 of file DCFmp.h.
00063 : DCFmpBase( bplen_mpsizeb, bplen_coef, bplen_n ) {} |
|
|||||||||
|
Definition at line 37 of file DCFmp.h.
00037 {}
|
|
||||||||||||||||
|
Definition at line 44 of file DCFmp.h. Referenced by DCFmp< Rtmra_t >.operator()().
00044 {}
|
|
||||||||||||||||
|
Definition at line 75 of file DCFmp.h. References DCFmp< Rtmra_t >.encode().
00076 {
00077 DCFmp<Rtmra_t>::encode(x,mcode);
00078 return *this;
00079 }
|
|
||||||||||
|
Definition at line 46 of file DCFmp.h. Referenced by DCFsbistream< Rtmra_t >.operator>>().
00046 {}
|
|
|||||||||
|
Definition at line 72 of file DCFmp.h. References DCFmp< Rtmra_t >._threshold, and DCFmp< Rtmra_t >.Data_t.
00072 { return _threshold; }
|
|
||||||||||
|
Definition at line 66 of file DCFmp.h. References DCFmp< Rtmra_t >._threshold, and DCFmp< Rtmra_t >.Data_t. Referenced by DCFsbostream< Rtmra_t >.operator<<().
00067 {
00068 _threshold = threshold;
00069 }
|
|
|||||
|
Definition at line 49 of file DCFmp.h. Referenced by DCFmp< Rtmra_t >.threshold(). |
1.3.6