gdcm::File Class Reference
a DICOM File See PS 3.10 File: A File is an ordered string of zero or more bytes, where the first byte is at the beginning of the file and the last byte at the end of the File. Files are identified by a unique File ID and may by written, read and/or deleted.
More...
#include <gdcmFile.h>
List of all members.
Detailed Description
a DICOM File See PS 3.10 File: A File is an ordered string of zero or more bytes, where the first byte is at the beginning of the file and the last byte at the end of the File. Files are identified by a unique File ID and may by written, read and/or deleted.
- Examples:
-
AnonymizeAES.cxx, ClinicalTrialAnnotate.cxx, CompressImage.cxx, DuplicatePCDE.cxx, EncapsulateFileInRawData.cxx, FixBrokenJ2K.cxx, GenFakeImage.cxx, GenSeqs.cxx, GetJPEGSamplePrecision.cxx, HelloVizWorld.cxx, HelloWorld.cxx, LargeVRDSExplicit.cxx, and PatchFile.cxx.
Constructor & Destructor Documentation
gdcm::File::File |
( |
|
) |
[inline] |
gdcm::File::~File |
( |
|
) |
[inline] |
Member Function Documentation
DataSet& gdcm::File::GetDataSet |
( |
|
) |
[inline] |
const DataSet& gdcm::File::GetDataSet |
( |
|
) |
const [inline] |
- Examples:
- AnonymizeAES.cxx, ClinicalTrialAnnotate.cxx, CompressImage.cxx, DuplicatePCDE.cxx, EncapsulateFileInRawData.cxx, FixBrokenJ2K.cxx, GenSeqs.cxx, GetJPEGSamplePrecision.cxx, HelloWorld.cxx, LargeVRDSExplicit.cxx, PatchFile.cxx, and ReadExplicitLengthSQIVR.cxx.
std::istream& gdcm::File::Read |
( |
std::istream & |
is |
) |
|
void gdcm::File::SetDataSet |
( |
const DataSet & |
ds |
) |
[inline] |
std::ostream const& gdcm::File::Write |
( |
std::ostream & |
os |
) |
const |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const File & |
val | |
|
) |
| | [friend] |
The documentation for this class was generated from the following file: