Class DVHData
Inheritance
System.Object
DVHData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.RT.Data.DVH
Assembly:EvilDICOM.dll
Syntax
public class DVHData
Properties
View SourceMaxDose
Declaration
public Dose MaxDose { get; set; }
Property Value
| Type | Description |
|---|---|
| Dose |
MeanDose
Declaration
public Dose MeanDose { get; set; }
Property Value
| Type | Description |
|---|---|
| Dose |
MinDose
Declaration
public Dose MinDose { get; set; }
Property Value
| Type | Description |
|---|---|
| Dose |
Points
Declaration
public DVHPoint[] Points { get; set; }
Property Value
| Type | Description |
|---|---|
| DVHPoint[] |
VolumeCC
Declaration
public double VolumeCC { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |