#include <DCFencode_Rtmra_float_array.h>
Inheritance diagram for DCFencode< Rtmra< float, 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 () |
| float | quantcoef () |
| void | quantcoef (const float) |
Protected Attributes | |
| int | _amax |
| int | _bplen_a |
| int | _bplen_coef |
| float | _quantcoef |
Friends | |
| ostream & | operator<< (ostream &, DCFencode &) |
| istream & | operator>> (istream &, DCFencode &) |
|
|
Definition at line 77 of file DCFencode_Rtmra_float_array.h.
00077 { return _amax; }
|
|
|
Definition at line 74 of file DCFencode_Rtmra_float_array.h.
00074 { _amax=amax; }
|
|
|
Definition at line 86 of file DCFencode_Rtmra_float_array.h.
00086 { return _bplen_a; }
|
|
|
Definition at line 80 of file DCFencode_Rtmra_float_array.h.
00081 {
00082 _bplen_a=bplen_a;
00083 }
|
|
|
Definition at line 71 of file DCFencode_Rtmra_float_array.h.
00071 { return _bplen_coef; }
|
|
|
Definition at line 46 of file DCFencode_Rtmra_float_array.h.
00047 : _quantcoef(0), _bplen_coef(sizeof(float)), _amax(1), _bplen_a(1) {} |
|
|
Definition at line 12 of file DCFencode_Rtmra_float_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 56 of file DCFencode_Rtmra_float_array.h.
00057 {
00058 return sizeof(float)+1+sizeof(int)+1;
00059 }
|
|
|
Reimplemented from DCFencodeBase. Definition at line 50 of file DCFencode_Rtmra_float_array.h. References DCFenctype_Rtmra_float_array.
00051 {
00052 return DCFenctype_Rtmra_float_array;
00053 }
|
|
|
Definition at line 68 of file DCFencode_Rtmra_float_array.h.
00068 { return _quantcoef; }
|
|
|
Definition at line 62 of file DCFencode_Rtmra_float_array.h.
00063 {
00064 _quantcoef=quantcoef;
00065 }
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 34 of file DCFencode_Rtmra_float_array.h. |
|
|
Definition at line 35 of file DCFencode_Rtmra_float_array.h. |
|
|
Definition at line 33 of file DCFencode_Rtmra_float_array.h. |
|
|
Definition at line 32 of file DCFencode_Rtmra_float_array.h. |
1.3.6