Search Results for

    Show / Hide Table of Contents

    Class OptimizationOptionsBase

    Abstract base class for IMRT and VMAT optimization options.

    Inheritance
    System.Object
    OptimizationOptionsBase
    OptimizationOptionsIMPT
    OptimizationOptionsIMRT
    OptimizationOptionsVMAT
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public abstract class OptimizationOptionsBase

    Properties

    IntermediateDoseOption

    Use of intermediate dose in optimization.

    Declaration
    public OptimizationIntermediateDoseOption IntermediateDoseOption { get; }
    Property Value
    Type Description
    OptimizationIntermediateDoseOption

    MLC

    Identifier for the Multileaf Collimator (MLC). This can be left empty if there is exactly one MLC configured.

    Declaration
    public string MLC { get; }
    Property Value
    Type Description
    System.String

    StartOption

    The state at the beginning of the optimization.

    Declaration
    public OptimizationOption StartOption { get; }
    Property Value
    Type Description
    OptimizationOption
    In This Article
    Back to top