Skip to content

Commit

Permalink
ENH: MLC multiple visible sections support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Colonel authored and MichaelColonel committed Jan 7, 2020
1 parent 7457f16 commit 67465ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Beams/MRML/vtkMRMLRTBeamNode.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,14 @@ namespace

// visible multi-leaf collimator points
typedef std::vector< std::pair< double, double > > MLCVisiblePointVector;

// multi-leaf collimator boundary position parameters
typedef std::vector< std::array< double, 4 > > MLCBoundaryPositionVector;

// Start and stop border of multi-leaf collimator opened section
typedef std::vector< std::pair< MLCBoundaryPositionVector::iterator,
MLCBoundaryPositionVector::iterator > > MLCSectionVector;

typedef std::array< double, 6 > JawsParameters;
typedef std::pair< bool, bool > MLCType;

Expand Down

0 comments on commit 67465ed

Please sign in to comment.