Show / Hide Table of Contents
View Source

Class DoseMatrix

Inheritance
System.Object
Matrix
DoseMatrix
Inherited Members
Matrix.XRes
Matrix.YRes
Matrix.ZRes
Matrix.GetZPlaneBySlice(Int32)
Matrix.SetZPlaneBySlice(Mat, Int32)
Matrix.CalculateZeroBoundaryVolumeCC()
Matrix.ExcludeOutsideStructure(StructureMeta)
Matrix.MaskToStructure(StructureMeta)
Matrix.GetXPlaneBySlice(Int32)
Matrix.GetYPlaneBySlice(Int32)
Matrix.GetZPlane(Double)
Matrix.GetXPlane(Double)
Matrix.GetYPlane(Double)
Matrix.BytesAllocated
Matrix.ImageOrientation
Matrix.XMax
Matrix.YMax
Matrix.ZMax
Matrix.XMin
Matrix.YMin
Matrix.ZMin
Matrix.DimensionX
Matrix.DimensionY
Matrix.DimensionZ
Matrix.Origin
Matrix.PatientTransformMatrix
Matrix.IsInBounds(Vector3)
Matrix.GetPointValue(Double, Double, Double)
Matrix.GetValueByIndex(Int32, Int32, Int32)
Matrix.CropMatrixToStructure(StructureMeta, Double)
Matrix.ResampleMatrixToStructure(StructureMeta)
Matrix.PadZ(Int32)
Matrix.GetPointValue(Vector3)
Matrix.ImageToPatientTx(Vector3)
Matrix.CalculatePatientTransformMatrix()
Matrix.GetImageGridPointsPatientCoordinates()
Matrix.VolumeCC()
Matrix.ConvertIsodoseLevelToMesh(Double)
Matrix.CalcHistogram(Int32)
Matrix.Resample(Double, Double, Double)
Matrix.MinMaxVal()
Matrix.EmptyClone()
Matrix.Dispose()
Namespace:EvilDICOM.CV.RT
Assembly:EvilDICOM.CV.dll
Syntax
public class DoseMatrix : Matrix

Properties

View Source

DoseUnit

Declaration
public DoseUnit DoseUnit { get; set; }
Property Value
Type Description
DoseUnit
View Source

MaxDose

Declaration
public float MaxDose { get; set; }
Property Value
Type Description
System.Single
View Source

MaxDoseSlice

Declaration
public int MaxDoseSlice { get; set; }
Property Value
Type Description
System.Int32
View Source

PlanUID

Declaration
public string PlanUID { get; set; }
Property Value
Type Description
System.String
View Source

PrescriptionDoseGy

Declaration
public double? PrescriptionDoseGy { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
View Source

SumType

Declaration
public DoseSumType SumType { get; set; }
Property Value
Type Description
DoseSumType

Methods

View Source

CalcDVH()

Zeros all voxels outside of structure contours

Declaration
public DVH CalcDVH()
Returns
Type Description
DVH
View Source

Clone()

Declaration
public DoseMatrix Clone()
Returns
Type Description
DoseMatrix
View Source

ConvertUnits(DoseUnit)

Declaration
public void ConvertUnits(DoseUnit desiredUnits)
Parameters
Type Name Description
DoseUnit desiredUnits

Extension Methods

DoseMatrixExtensions.ResampleToImage(ImageMatrix)
MatrixExtensions.Find2DIsodoseLines(IsodoseLevel[])
MatrixExtensions.FindStructureContour(Double)
MatrixExtensions.ShowAllSlices()
MatrixExtensions.ShowSDFMatrix()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX