#include <DCFencode_Rtmra_double_scalar.h>
Inheritance diagram for DCFencode< Rtmra< double, scalar > >:


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