Click or drag to resize

InverseCorrection Methods

The InverseCorrection type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodFromScanner(Point3DInt) Converts the scanner coordinates in bit back to user coordinates in µm.
Public methodFromScanner(Point4DInt) Converts the scanner coordinates in bit back to user coordinates in µm.
Public methodIsInverseOf(CorrectionFile) Indicates if this InverseCorrection is the inverse of the given CorrectionFile.
Public methodIsInverseOf(OpticalParameters) Indicates if this InverseCorrection is the inverse of a CorrectionFile by comparing the hash in the header (OpticalParameters) of an correction file.
Public methodIsInverseOf(String) Indicates if this InverseCorrection is the inverse of the given CorrectionFile.
Public methodStatic memberLoad Loads an existing inverse correction file from disk.
Public methodStore Stores a inverse correction into a file on the disk for later loading using Load(String).
Top
See Also