Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
DicomBeamBlock Class Reference

#include <Doxymodules_medical.h>

Public Member Functions

 DicomBeamBlock (DRTBlockSequenceInRTBeamsModule::Item bcompItem)
 
 ~DicomBeamBlock ()
 
void Print (std::ostream &out)
 
void DumpToFile (std::ofstream &out)
 

Private Attributes

OFVector< Float64 > theBlockData
 
OFString theBlockDivergence
 
OFString theBlockMountingPosition
 
OFString theBlockName
 
Sint32 theBlockNumber
 
Sint32 theBlockNumberOfPoints
 
Float64 theBlockThickness
 
Float64 theBlockTransmission
 
OFString theBlockTrayID
 
OFString theBlockType
 
OFString theMaterialID
 
Float64 theSourceToBlockTrayDistance
 

Detailed Description

Definition at line 41 of file Doxymodules_medical.h.

Constructor & Destructor Documentation

◆ DicomBeamBlock()

DicomBeamBlock::DicomBeamBlock ( DRTBlockSequenceInRTBeamsModule::Item  bcompItem)

Definition at line 32 of file DicomBeamBlock.cc.

33{
34 OFString fstr;
35 Sint32 fint;
36 Float64 ffloat;
37 OFVector<Float64> fvfloat;
38 OFCondition cond;
39 G4cout << " DicomBeamBlock::DicomBeamBlock " << G4endl;
40
41 bblItem.getBlockName(fstr);
42 bblItem.getBlockType(fstr);
43 bblItem.getBlockNumber(fint);
44 theBlockNumber = fint;
45 G4cout << " Number " << fint << G4endl;
46 bblItem.getBlockTrayID(fstr);
47 bblItem.getMaterialID(fstr);
48 bblItem.getBlockNumberOfPoints(fint);
49 bblItem.getBlockData(fvfloat);
50
51 bblItem.getSourceToBlockTrayDistance(ffloat);
53
54 bblItem.getBlockMountingPosition(fstr);
56
57 bblItem.getBlockDivergence(fstr);
58 bblItem.getBlockThickness(ffloat);
59 bblItem.getBlockTransmission(ffloat);
60}
Float64 theSourceToBlockTrayDistance
OFString theBlockMountingPosition

◆ ~DicomBeamBlock()

DicomBeamBlock::~DicomBeamBlock ( )
inline

Definition at line 38 of file DicomBeamBlock.hh.

38{};

Member Function Documentation

◆ Print()

void DicomBeamBlock::Print ( std::ostream &  out)

Definition at line 63 of file DicomBeamBlock.cc.

64{
65
66}

◆ DumpToFile()

void DicomBeamBlock::DumpToFile ( std::ofstream &  out)

Definition at line 69 of file DicomBeamBlock.cc.

70{
71 std::string name = ":P BLOCK_" + G4UIcommand::ConvertToString(theBlockNumber) + "_";
72
73 fout << ":PS BLOCK_POS " << theBlockMountingPosition << G4endl;
74
75 fout << name << "SourceToBlockTrayDistance " << theSourceToBlockTrayDistance << G4endl;
76
77}

Member Data Documentation

◆ theBlockData

OFVector<Float64> DicomBeamBlock::theBlockData
private

Definition at line 47 of file DicomBeamBlock.hh.

◆ theBlockDivergence

OFString DicomBeamBlock::theBlockDivergence
private

Definition at line 48 of file DicomBeamBlock.hh.

◆ theBlockMountingPosition

OFString DicomBeamBlock::theBlockMountingPosition
private

Definition at line 49 of file DicomBeamBlock.hh.

◆ theBlockName

OFString DicomBeamBlock::theBlockName
private

Definition at line 50 of file DicomBeamBlock.hh.

◆ theBlockNumber

Sint32 DicomBeamBlock::theBlockNumber
private

Definition at line 51 of file DicomBeamBlock.hh.

◆ theBlockNumberOfPoints

Sint32 DicomBeamBlock::theBlockNumberOfPoints
private

Definition at line 52 of file DicomBeamBlock.hh.

◆ theBlockThickness

Float64 DicomBeamBlock::theBlockThickness
private

Definition at line 53 of file DicomBeamBlock.hh.

◆ theBlockTransmission

Float64 DicomBeamBlock::theBlockTransmission
private

Definition at line 54 of file DicomBeamBlock.hh.

◆ theBlockTrayID

OFString DicomBeamBlock::theBlockTrayID
private

Definition at line 55 of file DicomBeamBlock.hh.

◆ theBlockType

OFString DicomBeamBlock::theBlockType
private

Definition at line 56 of file DicomBeamBlock.hh.

◆ theMaterialID

OFString DicomBeamBlock::theMaterialID
private

Definition at line 57 of file DicomBeamBlock.hh.

◆ theSourceToBlockTrayDistance

Float64 DicomBeamBlock::theSourceToBlockTrayDistance
private

Definition at line 58 of file DicomBeamBlock.hh.


The documentation for this class was generated from the following files:

Applications | User Support | Publications | Collaboration