#include <DCFencode_Rtrsmra_float_scalar.h>
Inheritance diagram for DCFencode< Rtrsmra< float, scalar > >:


Public Member Functions | |
| int | bplen_coef () |
| DCFencode () | |
| void | descr (ostream &=cout) |
| int | encsizeb () |
| int | enctype () |
| float | quantcoef () |
| void | quantcoef (const float) |
Protected Attributes | |
| int | _bplen_coef |
| float | _quantcoef |
Friends | |
| ostream & | operator<< (ostream &, DCFencode &) |
| istream & | operator>> (istream &, DCFencode &) |
|
|
Definition at line 59 of file DCFencode_Rtrsmra_float_scalar.h.
00059 { return _bplen_coef; }
|
|
|
Definition at line 38 of file DCFencode_Rtrsmra_float_scalar.h.
00039 : _quantcoef(0), _bplen_coef(sizeof(float)) {} |
|
|
Definition at line 12 of file DCFencode_Rtrsmra_float_scalar.cpp.
00012 {
00013 os << "DCF DESCR quantcoef= " << _quantcoef << endl;
00014 os << "DCF DESCR bplen_coef= " << _bplen_coef << endl;
00015 };
|
|
|
Reimplemented from DCFencodeBase. Definition at line 48 of file DCFencode_Rtrsmra_float_scalar.h.
00048 { return sizeof(float)+1; }
|
|
|
Reimplemented from DCFencodeBase. Definition at line 42 of file DCFencode_Rtrsmra_float_scalar.h. References DCFenctype_Rtrsmra_float_scalar.
00043 {
00044 return DCFenctype_Rtrsmra_float_scalar;
00045 }
|
|
|
Definition at line 56 of file DCFencode_Rtrsmra_float_scalar.h.
00056 { return _quantcoef; }
|
|
|
Definition at line 51 of file DCFencode_Rtrsmra_float_scalar.h.
00051 {
00052 _quantcoef=quantcoef;
00053 }
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 28 of file DCFencode_Rtrsmra_float_scalar.h. |
|
|
Definition at line 27 of file DCFencode_Rtrsmra_float_scalar.h. |
1.3.6