Inheritance diagram for DcmOtherFloat:

Public Member Functions | |
| DcmOtherFloat (const DcmTag &tag, const Uint32 len=0) | |
| constructor. | |
| DcmOtherFloat (const DcmOtherFloat &old) | |
| copy constructor | |
| virtual | ~DcmOtherFloat () |
| destructor | |
| DcmOtherFloat & | operator= (const DcmOtherFloat &obj) |
| assignment operator | |
| virtual DcmObject * | clone () const |
| clone method | |
| virtual DcmEVR | ident () const |
| get element type identifier | |
| virtual unsigned long | getVM () |
| get value multiplicity | |
Definition at line 45 of file dcvrof.h.
|
||||||||||||
|
constructor. Create new element from given tag and length.
Referenced by clone(). |
|
|
copy constructor
|
|
|
clone method
Reimplemented from DcmFloatingPointSingle. Definition at line 77 of file dcvrof.h. References DcmOtherFloat(). |
|
|
get value multiplicity
Reimplemented from DcmFloatingPointSingle. |
|
|
get element type identifier
Reimplemented from DcmFloatingPointSingle. |
|
|
assignment operator
|