Click or drag to resize

McIntensityCalibClassCommand Class

Base command of intensity calibration.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMcIntensityCalibClassCommandProperties
        MediaCy.Addins.ICalibrationMcIntensityCalibClassCommand
          MediaCy.Addins.ICalibration.CommandsCreate
          MediaCy.Addins.ICalibration.CommandsModify

Namespace:  MediaCy.Addins.ICalibration
Assembly:  MediaCy.Addins.ICalibration (in MediaCy.Addins.ICalibration.dll) Version: 3.1.0.0
Syntax
VB
Public Class McIntensityCalibClassCommand
	Inherits BaseObjectCommand(Of McIntensityCalibClassCommandProperties)

The McIntensityCalibClassCommand type exposes the following members.

Constructors
  NameDescription
Public methodMcIntensityCalibClassCommand
Initializes a new instance of the McIntensityCalibClassCommand class
Public methodMcIntensityCalibClassCommand(McCommand)
Initializes a new instance of the McIntensityCalibClassCommand class
Public methodMcIntensityCalibClassCommand(McCommand, Object)
Initializes a new instance of the McIntensityCalibClassCommand class
Top
Properties
  NameDescription
Public propertyCalibrationType
Calibration type
Public propertyFittingMode
Fitting mode of calibration points
Public propertyFlags
Calibration flags
Public propertyImports (Overrides McCommandImports.)
Public propertyInputMax
Maximum value of input calibration range
Public propertyInputMin
Minimum value of input calibration range
Public propertyLut
Array of LUT values
Public propertyLutCount
Number of entries in calibration LUT table
Public propertyLutMax
Maximum value of LUT
Public propertyLutMin
Minimum value if LUT
Public propertyLutMonotonic
Trim values which are not monotonic
Public propertyLutPositive
Trim negative calibration values
Public propertyName
Calibration name
Public propertyODBlackLevel
Black level of optical density calibration
Public propertyODIncidentLevel
Incident level of optical density calibration
Public propertyReferences (Overrides McCommandReferences.)
Public propertySamplePoints
List of sample points
Public propertyUnitAbbrev
Units abbreviation
Public propertyUnitName
Unit name
Top
Methods
  NameDescription
Public methodStatic memberCheckIntCalVariable
Public methodStatic memberFromObject
Public methodReadProperty (Overrides BaseObjectCommand.ReadProperty(Object, UTP).)
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks