| 
    Geant4
    10.03
    
   | 
 
#include <DicomVFile.hh>
 Inheritance diagram for DicomVFile:
 Collaboration diagram for DicomVFile:Public Member Functions | |
| DicomVFile () | |
| DicomVFile (DcmDataset *dset) | |
| ~DicomVFile () | |
| void | SetFileName (G4String fName) | 
Protected Member Functions | |
| virtual void | ReadData ()=0 | 
| virtual std::vector< G4double > | Read1Data (DcmDataset *dset, DcmTagKey tagKey, G4int nData) | 
| virtual OFString | Read1DataStr (DcmDataset *dset, DcmTagKey tagKey) | 
Protected Attributes | |
| DcmDataset * | theDataset | 
| G4String | fFileName | 
Definition at line 35 of file DicomVFile.hh.
      
  | 
  inline | 
Definition at line 38 of file DicomVFile.hh.
| DicomVFile::DicomVFile | ( | DcmDataset * | dset | ) | 
Definition at line 35 of file DicomVFile.cc.
      
  | 
  inline | 
Definition at line 40 of file DicomVFile.hh.
      
  | 
  protectedvirtual | 
Definition at line 40 of file DicomVFile.cc.
References G4cout, G4Exception(), and JustWarning.
Referenced by DicomVFileImage::ReadData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protectedvirtual | 
Definition at line 71 of file DicomVFile.cc.
References G4cout, G4Exception(), and JustWarning.
 Here is the call graph for this function:
      
  | 
  protectedpure virtual | 
Implemented in DicomFilePlan, DicomFileStructure, DicomFileCT_NOdcmrt, and DicomVFileImage.
      
  | 
  inline | 
Definition at line 42 of file DicomVFile.hh.
References fFileName, and fName.
Referenced by DicomFileMgr::AddFile().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 55 of file DicomVFile.hh.
Referenced by DicomFilePET::DumpActivitiesToTextFile(), DicomFileCT::DumpDensitiesToTextFile(), DicomVFileImage::DumpHeaderToTextFile(), DicomFileCT::DumpMateIDsToTextFile(), DicomFileCT::DumpStructureIDsToTextFile(), and SetFileName().
      
  | 
  protected | 
Definition at line 52 of file DicomVFile.hh.
Referenced by DicomVFileImage::ReadData(), DicomFileStructure::ReadData(), DicomFilePlan::ReadData(), and DicomVFileImage::ReadPixelData().