Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DicomVBeamDevice Class Referenceabstract

#include <DicomVBeamDevice.hh>

Inheritance diagram for DicomVBeamDevice:

Public Member Functions

void SetNumberOfLeafJawPairs (Sint32 dat)
 
Sint32 GetNumberOfLeafJawPairs () const
 
void SetType (OFString dat)
 
OFString GetType () const
 
void AddPositionBoundary (Float64 dat)
 
Float64 GetPositionBoundary (size_t ii)
 
virtual void DumpToFile (std::ofstream &out)=0
 
virtual void Print (std::ostream &out)=0
 

Protected Member Functions

 DicomVBeamDevice ()
 
 ~DicomVBeamDevice ()
 

Protected Attributes

OFString theType
 
Sint32 theNumberOfLeafJawPairs
 
std::vector< Float64 > thePositionBoundaries
 

Detailed Description

Definition at line 39 of file DicomVBeamDevice.hh.

Constructor & Destructor Documentation

DicomVBeamDevice::DicomVBeamDevice ( )
protected

Definition at line 31 of file DicomVBeamDevice.cc.

32 {
33 
34 }
DicomVBeamDevice::~DicomVBeamDevice ( )
inlineprotected

Definition at line 43 of file DicomVBeamDevice.hh.

43 {};

Member Function Documentation

void DicomVBeamDevice::AddPositionBoundary ( Float64  dat)
inline

Definition at line 58 of file DicomVBeamDevice.hh.

58  {
59  thePositionBoundaries.push_back(dat);
60  }
std::vector< Float64 > thePositionBoundaries

Here is the caller graph for this function:

virtual void DicomVBeamDevice::DumpToFile ( std::ofstream &  out)
pure virtual

Implemented in DicomBeamDeviceRef, and DicomBeamDevicePos.

Sint32 DicomVBeamDevice::GetNumberOfLeafJawPairs ( ) const
inline

Definition at line 49 of file DicomVBeamDevice.hh.

49  {
51  }
Sint32 theNumberOfLeafJawPairs
Float64 DicomVBeamDevice::GetPositionBoundary ( size_t  ii)
inline

Definition at line 61 of file DicomVBeamDevice.hh.

61  {
62  return thePositionBoundaries[ii];
63  }
std::vector< Float64 > thePositionBoundaries
OFString DicomVBeamDevice::GetType ( ) const
inline

Definition at line 55 of file DicomVBeamDevice.hh.

55  {
56  return theType;
57  }
virtual void DicomVBeamDevice::Print ( std::ostream &  out)
pure virtual

Implemented in DicomBeamDeviceRef, and DicomBeamDevicePos.

void DicomVBeamDevice::SetNumberOfLeafJawPairs ( Sint32  dat)
inline

Definition at line 46 of file DicomVBeamDevice.hh.

46  {
48  }
Sint32 theNumberOfLeafJawPairs

Here is the caller graph for this function:

void DicomVBeamDevice::SetType ( OFString  dat)
inline

Definition at line 52 of file DicomVBeamDevice.hh.

52  {
53  theType = dat;
54  }

Here is the caller graph for this function:

Member Data Documentation

Sint32 DicomVBeamDevice::theNumberOfLeafJawPairs
protected

Definition at line 71 of file DicomVBeamDevice.hh.

std::vector<Float64> DicomVBeamDevice::thePositionBoundaries
protected

Definition at line 72 of file DicomVBeamDevice.hh.

OFString DicomVBeamDevice::theType
protected

Definition at line 70 of file DicomVBeamDevice.hh.


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