33 #include "dcmtk/config/osconfig.h"
35 #include "dcmtk/dcmdata/dcelem.h"
52 const Uint32 len = 0);
94 virtual DcmEVR
ident()
const;
104 const OFBool oldFormat = OFFalse);
109 virtual unsigned long getVM();
121 virtual void print(STD_NAMESPACE ostream&out,
122 const size_t flags = 0,
124 const char *pixelFileName = NULL,
125 size_t *pixelCounter = NULL);
133 const unsigned long pos = 0);
150 const unsigned long pos,
151 OFBool normalize = OFTrue);
159 const unsigned long pos = 0);
167 const unsigned long numDoubles);
DcmFloatingPointDouble(const DcmTag &tag, const Uint32 len=0)
constructor.
abstract base class for all DICOM elements
virtual OFCondition putFloat64(const Float64 doubleval, const unsigned long pos=0)
set particular element value to given double
this class encapsulates an attribute tag (group, element) and a VR.
Abstract base class for most classes in module dcmdata.
virtual OFCondition copyFrom(const DcmObject &rhs)
Virtual object copying.
virtual OFCondition getFloat64(Float64 &doubleVal, const unsigned long pos=0)
get particular double value
virtual OFCondition getOFString(OFString &stringVal, const unsigned long pos, OFBool normalize=OFTrue)
get a particular value as a character string.
virtual OFCondition putString(const char *stringVal)
set element value from the given character string.
virtual OFCondition checkValue(const OFString &vm="1-n", const OFBool oldFormat=OFFalse)
check whether stored value conforms to the VR and to the specified VM
virtual void print(STD_NAMESPACE ostream &out, const size_t flags=0, const int level=0, const char *pixelFileName=NULL, size_t *pixelCounter=NULL)
print element to a stream.
virtual DcmObject * clone() const
clone method
virtual OFCondition verify(const OFBool autocorrect=OFFalse)
check the currently stored element value
virtual OFCondition getFloat64Array(Float64 *&doubleVals)
get reference to stored double data
a simple string class that implements a subset of std::string.
DcmFloatingPointDouble & operator=(const DcmFloatingPointDouble &obj)
assignment operator
virtual DcmEVR ident() const
get element type identifier
a class representing the DICOM value representation 'Floating Point Double' (FD)
virtual ~DcmFloatingPointDouble()
destructor
General purpose class for condition codes.
virtual OFCondition putFloat64Array(const Float64 *doubleVals, const unsigned long numDoubles)
set element value to given double array data
virtual unsigned long getVM()
get value multiplicity