Show / Hide Table of Contents
View Source

Class DVH

Inheritance
System.Object
DVH
Namespace:EvilDICOM.CV.RT
Assembly:EvilDICOM.CV.dll
Syntax
public class DVH : object

Constructors

View Source

DVH(Double, Double, String)

Declaration
public DVH(double maxDose, double voxelCC, string doseUnit)
Parameters
Type Name Description
System.Double maxDose
System.Double voxelCC
System.String doseUnit

Properties

View Source

Volume

Declaration
public double Volume { get; }
Property Value
Type Description
System.Double

Methods

View Source

AddSliceToDVH(Mat, Mat)

Declaration
public void AddSliceToDVH(Mat doseSlice, Mat mask)
Parameters
Type Name Description
Mat doseSlice
Mat mask
View Source

GetDVHData()

Declaration
public DVHData GetDVHData()
Returns
Type Description
DVHData
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX