DICOMSDL  0.79.20110728
DICOMSoftwareDevelopmentLibrary
dicom::dataset Member List

This is the complete list of members for dicom::dataset, including all inherited members.

_save(void *ostream, uidtype tsuid, opttype opt)dicom::dataset
add_dataelement(tagtype tag, vrtype vr=VR_NULL, uint32 len=0, void *ptr=NULL, int endian=MACHINE_ENDIANNESS, int own_memory=false)dicom::dataset
add_dataelement(const char *tagstring, vrtype vr=VR_NULL)dicom::dataset
change_pixelencoding(uidtype transfer_syntax_uid, int quality=0)dicom::dataset
copy_pixeldata_to(char *buf, int rowstep, int framestep, int idx=-1)dicom::dataset
copy_pixeldata_to(void *buf, int rowstep, int framestep, int idx=-1)dicom::datasetinline
dump_string(std::string prefix="")dicom::dataset
dump_string_a(char **val_a, int *len_a, std::string prefix="")dicom::dataset
edictdicom::dataset
get_dataelement(tagtype tag)dicom::dataset
get_dataelement(const char *tagstr)dicom::dataset
get_image_info(int *width, int *height, int *precision, int *signedness, int *ncomponents, int *bytes_per_pixel, int *nframes)dicom::dataset
get_pixeldata_a(char **val_a, int *len_a)dicom::dataset
load(void *instream, dicomfile *dfobj, uidtype tsuid, opttype opt=default_load_opt, optarg arg=0)dicom::dataset
number_of_elements()dicom::datasetinline
operator[](tagtype tag)dicom::datasetinline
operator[](const char *tagstr)dicom::datasetinline
realloc_ptr(long ptrdiff)dicom::dataset
remove_all_dataelements()dicom::dataset
remove_dataelement(tagtype tag)dicom::dataset
save_a(char **val_a, int *len_a, opttype opt=default_save_opt)dicom::dataset
set_filemetainfo(uidtype sop_class_uid, char *sop_instance_uid, uidtype transfer_syntax_uid)dicom::dataset
set_image_dimension(int width, int height, int precision, int signedness, int ncomponents)dicom::dataset
set_pixeldata(uidtype tsuid, char *buf, int width, int height, int prec, int sgnd, int ncomps, int nframes, int rowstep, int framestep, int quality=0)dicom::dataset
tsuiddicom::dataset
~dataset()dicom::datasetinline