#include <DCFencode_Rtmra_float_scalar.h>
Inheritance diagram for DCFencode< Rtmra< 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 60 of file DCFencode_Rtmra_float_scalar.h.
00060 { return _bplen_coef; }
|
|
|
Definition at line 40 of file DCFencode_Rtmra_float_scalar.h.
00041 : _quantcoef(0), _bplen_coef(sizeof(float)) {} |
|
|
Definition at line 12 of file DCFencode_Rtmra_float_scalar.cpp.
00013 {
00014 os << "DCF DESCR quantcoef= " << _quantcoef << endl;
00015 os << "DCF DESCR bplen_coef= " << _bplen_coef << endl;
00016 };
|
|
|
Reimplemented from DCFencodeBase. Definition at line 49 of file DCFencode_Rtmra_float_scalar.h.
00049 { return sizeof(float)+1; }
|
|
|
Reimplemented from DCFencodeBase. Definition at line 44 of file DCFencode_Rtmra_float_scalar.h. References DCFenctype_Rtmra_float_scalar.
00044 {
00045 return DCFenctype_Rtmra_float_scalar;
00046 }
|
|
|
Definition at line 57 of file DCFencode_Rtmra_float_scalar.h.
00057 { return _quantcoef; }
|
|
|
Definition at line 52 of file DCFencode_Rtmra_float_scalar.h.
00052 {
00053 _quantcoef=quantcoef;
00054 }
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 29 of file DCFencode_Rtmra_float_scalar.h. |
|
|
Definition at line 28 of file DCFencode_Rtmra_float_scalar.h. |
1.3.6