Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DicomVBeamDevice Class Referenceabstract

#include <Doxymodules_medical.h>

Inheritance diagram for DicomVBeamDevice:
DicomBeamDevicePos DicomBeamDeviceRef

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 56 of file Doxymodules_medical.h.

Constructor & Destructor Documentation

◆ DicomVBeamDevice()

DicomVBeamDevice::DicomVBeamDevice ( )
protected

Definition at line 31 of file DicomVBeamDevice.cc.

32{
33
34}

◆ ~DicomVBeamDevice()

DicomVBeamDevice::~DicomVBeamDevice ( )
inlineprotected

Definition at line 43 of file DicomVBeamDevice.hh.

43{};

Member Function Documentation

◆ SetNumberOfLeafJawPairs()

void DicomVBeamDevice::SetNumberOfLeafJawPairs ( Sint32  dat)
inline

Definition at line 46 of file DicomVBeamDevice.hh.

46 {
48 }

◆ GetNumberOfLeafJawPairs()

Sint32 DicomVBeamDevice::GetNumberOfLeafJawPairs ( ) const
inline

Definition at line 49 of file DicomVBeamDevice.hh.

49 {
51 }

◆ SetType()

void DicomVBeamDevice::SetType ( OFString  dat)
inline

Definition at line 52 of file DicomVBeamDevice.hh.

52 {
53 theType = dat;
54 }

◆ GetType()

OFString DicomVBeamDevice::GetType ( ) const
inline

Definition at line 55 of file DicomVBeamDevice.hh.

55 {
56 return theType;
57 }

◆ AddPositionBoundary()

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

◆ GetPositionBoundary()

Float64 DicomVBeamDevice::GetPositionBoundary ( size_t  ii)
inline

Definition at line 61 of file DicomVBeamDevice.hh.

61 {
62 return thePositionBoundaries[ii];
63 }

◆ DumpToFile()

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

Implemented in DicomBeamDevicePos, and DicomBeamDeviceRef.

◆ Print()

virtual void DicomVBeamDevice::Print ( std::ostream &  out)
pure virtual

Implemented in DicomBeamDevicePos, and DicomBeamDeviceRef.

Member Data Documentation

◆ theType

OFString DicomVBeamDevice::theType
protected

Definition at line 70 of file DicomVBeamDevice.hh.

◆ theNumberOfLeafJawPairs

Sint32 DicomVBeamDevice::theNumberOfLeafJawPairs
protected

Definition at line 71 of file DicomVBeamDevice.hh.

◆ thePositionBoundaries

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

Definition at line 72 of file DicomVBeamDevice.hh.


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

Applications | User Support | Publications | Collaboration