#include <DCFencode_Rtrsmra_double_array.h>
Inheritance diagram for DCFencode< Rtrsmra< double, array > >:


Public Member Functions | |
| int | amax () |
| void | amax (const int) |
| int | bplen_a () |
| void | bplen_a (const int) |
| int | bplen_coef () |
| DCFencode () | |
| void | descr (ostream &=cout) |
| int | encsizeb () |
| int | enctype () |
| double | quantcoef () |
| void | quantcoef (const double) |
Protected Attributes | |
| int | _amax |
| int | _bplen_a |
| int | _bplen_coef |
| double | _quantcoef |
Friends | |
| ostream & | operator<< (ostream &, DCFencode &) |
| istream & | operator>> (istream &, DCFencode &) |
|
|
Definition at line 76 of file DCFencode_Rtrsmra_double_array.h.
00076 { return _amax; }
|
|
|
Definition at line 73 of file DCFencode_Rtrsmra_double_array.h.
00073 { _amax=amax; };
|
|
|
Definition at line 85 of file DCFencode_Rtrsmra_double_array.h.
00085 { return _bplen_a; }
|
|
|
Definition at line 79 of file DCFencode_Rtrsmra_double_array.h.
00080 {
00081 _bplen_a = bplen_a;
00082 };
|
|
|
Definition at line 70 of file DCFencode_Rtrsmra_double_array.h.
00070 { return _bplen_coef; }
|
|
|
Definition at line 45 of file DCFencode_Rtrsmra_double_array.h.
00046 : _quantcoef(0), _bplen_coef(sizeof(double)), _amax(1), _bplen_a(1) {} |
|
|
Definition at line 12 of file DCFencode_Rtrsmra_double_array.cpp.
00013 {
00014 os << "DCF DESCR quantcoef= " << _quantcoef << endl;
00015 os << "DCF DESCR bplen_coef= " << _bplen_coef << endl;
00016 os << "DCF DESCR amax= " << _amax << endl;
00017 os << "DCF DESCR bplen_a= " << _bplen_a << endl;
00018 }
|
|
|
Reimplemented from DCFencodeBase. Definition at line 55 of file DCFencode_Rtrsmra_double_array.h.
00056 {
00057 return sizeof(double)+1+sizeof(int)+1;
00058 }
|
|
|
Reimplemented from DCFencodeBase. Definition at line 49 of file DCFencode_Rtrsmra_double_array.h. References DCFenctype_Rtrsmra_double_array.
00050 {
00051 return DCFenctype_Rtrsmra_double_array;
00052 }
|
|
|
Definition at line 67 of file DCFencode_Rtrsmra_double_array.h.
00067 { return _quantcoef; }
|
|
|
Definition at line 61 of file DCFencode_Rtrsmra_double_array.h.
00062 {
00063 _quantcoef=quantcoef;
00064 }
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 33 of file DCFencode_Rtrsmra_double_array.h. |
|
|
Definition at line 34 of file DCFencode_Rtrsmra_double_array.h. |
|
|
Definition at line 32 of file DCFencode_Rtrsmra_double_array.h. |
|
|
Definition at line 31 of file DCFencode_Rtrsmra_double_array.h. |
1.3.6