#include <DicomBeamBlock.hh>
Definition at line 34 of file DicomBeamBlock.hh.
DicomBeamBlock::DicomBeamBlock |
( |
DRTBlockSequenceInRTBeamsModule::Item |
bcompItem | ) |
|
Definition at line 32 of file DicomBeamBlock.cc.
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);
G4GLOB_DLL std::ostream G4cout
DicomBeamBlock::~DicomBeamBlock |
( |
| ) |
|
|
inline |
void DicomBeamBlock::DumpToFile |
( |
std::ofstream & |
out | ) |
|
Definition at line 69 of file DicomBeamBlock.cc.
73 fout <<
":PS BLOCK_POS " << theBlockMountingPosition <<
G4endl;
75 fout << name <<
"SourceToBlockTrayDistance " << theSourceToBlockTrayDistance <<
G4endl;
static G4String ConvertToString(G4bool boolVal)
void DicomBeamBlock::Print |
( |
std::ostream & |
out | ) |
|
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/extended/medical/DICOM/dicomReader/include/DicomBeamBlock.hh
- source/geant4.10.03.p03/examples/extended/medical/DICOM/dicomReader/src/DicomBeamBlock.cc