GDCM
2.2.3
|
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>
Public Member Functions | |
File () | |
~File () | |
const DataSet & | GetDataSet () const |
Get Data Set. | |
DataSet & | GetDataSet () |
Get Data Set. | |
const FileMetaInformation & | GetHeader () const |
Get File Meta Information. | |
FileMetaInformation & | GetHeader () |
Get File Meta Information. | |
std::istream & | Read (std::istream &is) |
Read. | |
void | SetDataSet (const DataSet &ds) |
Set Data Set. | |
void | SetHeader (const FileMetaInformation &fmi) |
Set File Meta Information. | |
std::ostream const & | Write (std::ostream &os) const |
Write. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const File &val) |
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.
gdcm::File::File | ( | ) | [inline] |
gdcm::File::~File | ( | ) | [inline] |
const DataSet& gdcm::File::GetDataSet | ( | ) | const [inline] |
Get Data Set.
DataSet& gdcm::File::GetDataSet | ( | ) | [inline] |
Get Data Set.
const FileMetaInformation& gdcm::File::GetHeader | ( | ) | const [inline] |
Get File Meta Information.
Referenced by gdcm::operator<<().
FileMetaInformation& gdcm::File::GetHeader | ( | ) | [inline] |
Get File Meta Information.
std::istream& gdcm::File::Read | ( | std::istream & | is | ) |
Read.
void gdcm::File::SetDataSet | ( | const DataSet & | ds | ) | [inline] |
Set Data Set.
void gdcm::File::SetHeader | ( | const FileMetaInformation & | fmi | ) | [inline] |
Set File Meta Information.
std::ostream const& gdcm::File::Write | ( | std::ostream & | os | ) | const |
Write.
std::ostream& operator<< | ( | std::ostream & | os, |
const File & | val | ||
) | [friend] |