Geant4  10.03
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.

DicomVBeamDevice::~DicomVBeamDevice ( )
inlineprotected

Definition at line 43 of file DicomVBeamDevice.hh.

Member Function Documentation

void DicomVBeamDevice::AddPositionBoundary ( Float64  dat)
inline

Definition at line 58 of file DicomVBeamDevice.hh.

References thePositionBoundaries.

Referenced by DicomBeamDevicePos::DicomBeamDevicePos(), and DicomBeamDeviceRef::DicomBeamDeviceRef().

+ 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.

References theNumberOfLeafJawPairs.

Float64 DicomVBeamDevice::GetPositionBoundary ( size_t  ii)
inline

Definition at line 61 of file DicomVBeamDevice.hh.

References thePositionBoundaries.

OFString DicomVBeamDevice::GetType ( ) const
inline

Definition at line 55 of file DicomVBeamDevice.hh.

References theType.

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.

References theNumberOfLeafJawPairs.

Referenced by DicomBeamDevicePos::DicomBeamDevicePos(), and DicomBeamDeviceRef::DicomBeamDeviceRef().

+ Here is the caller graph for this function:

void DicomVBeamDevice::SetType ( OFString  dat)
inline

Definition at line 52 of file DicomVBeamDevice.hh.

References theType.

Referenced by DicomBeamDevicePos::DicomBeamDevicePos(), and DicomBeamDeviceRef::DicomBeamDeviceRef().

+ Here is the caller graph for this function:

Member Data Documentation

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

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