DcmOtherFloat Class Reference

a class representing the DICOM value representation 'Other Float String' (OF) More...

Inheritance diagram for DcmOtherFloat:
Inheritance graph
[legend]
Collaboration diagram for DcmOtherFloat:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DcmOtherFloat (const DcmTag &tag, const Uint32 len=0)
 constructor.
 DcmOtherFloat (const DcmOtherFloat &old)
 copy constructor
virtual ~DcmOtherFloat ()
 destructor
DcmOtherFloatoperator= (const DcmOtherFloat &obj)
 assignment operator
virtual DcmObjectclone () const
 clone method
virtual DcmEVR ident () const
 get element type identifier
virtual unsigned long getVM ()
 get value multiplicity

Detailed Description

a class representing the DICOM value representation 'Other Float String' (OF)

Definition at line 45 of file dcvrof.h.


Constructor & Destructor Documentation

DcmOtherFloat::DcmOtherFloat ( const DcmTag tag,
const Uint32  len = 0 
)

constructor.

Create new element from given tag and length.

Parameters:
tag DICOM tag for the new element
len value length for the new element

Referenced by clone().

DcmOtherFloat::DcmOtherFloat ( const DcmOtherFloat old  ) 

copy constructor

Parameters:
old element to be copied

Member Function Documentation

virtual DcmObject* DcmOtherFloat::clone (  )  const [inline, virtual]

clone method

Returns:
deep copy of this object

Reimplemented from DcmFloatingPointSingle.

Definition at line 77 of file dcvrof.h.

References DcmOtherFloat().

virtual unsigned long DcmOtherFloat::getVM (  )  [virtual]

get value multiplicity

Returns:
always returns 1 (according to the DICOM standard)

Reimplemented from DcmFloatingPointSingle.

virtual DcmEVR DcmOtherFloat::ident (  )  const [virtual]

get element type identifier

Returns:
type identifier of this class (EVR_OF)

Reimplemented from DcmFloatingPointSingle.

DcmOtherFloat& DcmOtherFloat::operator= ( const DcmOtherFloat obj  ) 

assignment operator

Parameters:
obj element to be assigned/copied
Returns:
reference to this object

Reimplemented from DcmFloatingPointSingle.


The documentation for this class was generated from the following file:


Generated on 3 Dec 2009 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.6.1