Class DVHPoint
Inheritance
System.Object
DVHPoint
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 DVHPoint
Constructors
View SourceDVHPoint(Dose, Volume)
Declaration
public DVHPoint(Dose dose, Volume volume)
Parameters
| Type | Name | Description |
|---|---|---|
| Dose | dose | |
| Volume | volume |
Properties
View SourceDose
Declaration
public Dose Dose { get; set; }
Property Value
| Type | Description |
|---|---|
| Dose |
Volume
Declaration
public Volume Volume { get; set; }
Property Value
| Type | Description |
|---|---|
| Volume |