|
GDCM 3.0.24
|
#include <gdcmSerieHelper.h>
Public Member Functions | |
| FileWithName (File &f) | |
Public Member Functions inherited from gdcm::File | |
| File () | |
| ~File () override | |
| DataSet & | GetDataSet () |
| Get Data Set. | |
| const DataSet & | GetDataSet () const |
| Get Data Set. | |
| FileMetaInformation & | GetHeader () |
| Get File Meta Information. | |
| const FileMetaInformation & | GetHeader () const |
| 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. | |
Public Member Functions inherited from gdcm::Object | |
| Object () | |
| Object (const Object &) | |
| Special requirement for copy/cstor, assignment operator. | |
| virtual | ~Object () |
| void | operator= (const Object &) |
| virtual void | Print (std::ostream &) const |
Public Attributes | |
| std::string | filename |
Additional Inherited Members | |
Protected Member Functions inherited from gdcm::Object | |
| void | Register () |
| void | UnRegister () |
Backward only class do not use in newer code
|
inline |
| std::string gdcm::FileWithName::filename |