27 #include "dcmtk/dcmrt/seq/drtcos.h" 
   37   OFVector<Float64> fvfloat;
 
   41   bblItem.getBlockName(fstr);
 
   42   bblItem.getBlockType(fstr);
 
   43   bblItem.getBlockNumber(fint);
 
   44   theBlockNumber = fint;
 
   46   bblItem.getBlockTrayID(fstr);
 
   47   bblItem.getMaterialID(fstr);
 
   48   bblItem.getBlockNumberOfPoints(fint);
 
   49   bblItem.getBlockData(fvfloat);
 
   51   bblItem.getSourceToBlockTrayDistance(ffloat);
 
   52   theSourceToBlockTrayDistance = ffloat;
 
   54   bblItem.getBlockMountingPosition(fstr);
 
   55   theBlockMountingPosition = fstr;
 
   57   bblItem.getBlockDivergence(fstr);
 
   58   bblItem.getBlockThickness(ffloat);
 
   59   bblItem.getBlockTransmission(ffloat);
 
   73   fout << 
":PS BLOCK_POS " << theBlockMountingPosition << 
G4endl;
 
   75   fout << name << 
"SourceToBlockTrayDistance " << theSourceToBlockTrayDistance << 
G4endl;
 
static G4String ConvertToString(G4bool boolVal)
 
void DumpToFile(std::ofstream &out)
 
G4GLOB_DLL std::ostream G4cout
 
void Print(std::ostream &out)
 
DicomBeamBlock(DRTBlockSequenceInRTBeamsModule::Item bcompItem)