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.
| DcmOtherFloat::DcmOtherFloat | ( | const DcmTag & | tag, | |
| const Uint32 | len = 0 | |||
| ) |
constructor.
Create new element from given tag and length.
| tag | DICOM tag for the new element | |
| len | value length for the new element |
Referenced by clone().
| DcmOtherFloat::DcmOtherFloat | ( | const DcmOtherFloat & | old | ) |
copy constructor
| old | element to be copied |
| DcmOtherFloat& DcmOtherFloat::operator= | ( | const DcmOtherFloat & | obj | ) |
assignment operator
| obj | element to be assigned/copied |
| virtual DcmObject* DcmOtherFloat::clone | ( | ) | const [inline, virtual] |
clone method
Reimplemented from DcmFloatingPointSingle.
Definition at line 77 of file dcvrof.h.
References DcmOtherFloat().
| virtual DcmEVR DcmOtherFloat::ident | ( | ) | const [virtual] |
get element type identifier
Reimplemented from DcmFloatingPointSingle.
| virtual unsigned long DcmOtherFloat::getVM | ( | ) | [virtual] |
get value multiplicity
Reimplemented from DcmFloatingPointSingle.