|
Programming Reference for VirtualLab Fusion
2026.1
|
This is the complete list of members for VL_Files, including all inherited members.
| CalculateBitmapFromChromaticFieldsSet2D(ChromaticFieldsSet cfs, double brightnessFactor, out bool noVisibleWavelength, bool interpolated=true, Size? numberOfPixels=null, PhysicalValueRange? xRange=null, PhysicalValueRange? yRange=null) | VL_Files | static |
| CalculateBitmapFromDataArray2D(DataArray2D dataArray, int subsetIndex, FieldQuantity fieldQuantity, bool interpolated=true, Size? numberOfPixels=null, PhysicalValueRange? xRange=null, PhysicalValueRange? yRange=null, double minValue=double.NaN, double maxValue=double.NaN, ColorLookUpTableForDataView2D? colorTable=null, Color? colorForUndefined=null, double relativeThresholdForPhaseArtifacts=0) | VL_Files | static |
| ImportBitmap(string fileName) | VL_Files | static |
| ImportGrayScaleBitmap(string fileName, double minimumValue=0, double maximumValue=1, FieldQuantity fieldQuantity=FieldQuantity.RealPart, PrecisionMode precision=PrecisionMode.Double, double? wavelength=null) | VL_Files | static |
| ImportTextFileIntoChromaticFieldsSet(string fileName, double wavelength, ChromaticFieldsSetType type=ChromaticFieldsSetType.Unspecified, double samplingDistanceX=1, double samplingDistanceY=1, string commentIndicator="#", string columnSeparator=" ", string decimalSeparator=".", string groupSeparator="", int firstRow=-1, int lastRow=-1, int numberOfCharactersToSkip=0, bool decreasingXCoordinates=false, bool decreasingYCoordinates=false) | VL_Files | static |
| ImportTextFileIntoChromaticFieldsSet1D(string fileName, List< double > wavelengths, ChromaticFieldsSetType type=ChromaticFieldsSetType.Unspecified, bool coordinatesAreCodedInData=false, double samplingDistance=1, string commentIndicator="#", string columnSeparator=" ", string decimalSeparator=".", string groupSeparator="", int firstRow=-1, int lastRow=-1, int numberOfCharactersToSkip=0, bool expectDataInColumns=true, bool decreasingCoordinates=false) | VL_Files | static |
| ImportTextFileIntoComplexField(string fileName, bool expectComplexValues, int firstRow, int lastRow, int numberOfCharactersToSkip, string commentIndicator, string columnSeparator, string decimalSeparator, string groupSeparator, out List<(bool is1D, bool? isGridless, bool? isEquidistant, bool? dataInColumns, int noOfSubsets)> possibleCombinations) | VL_Files | static |
| ImportTextFileIntoDataArray(string fileName, bool expectComplexValues=false, bool coordinatesAreCodedInData=false, double samplingDistanceX=1, double samplingDistanceY=1, string commentIndicator="#", string columnSeparator=" ", string decimalSeparator=".", string groupSeparator="", int firstRow=-1, int lastRow=-1, int numberOfCharactersToSkip=0, bool prefer2Dover1D=true, bool preferGriddedOverGridless=true, bool expect1DOrGridlessDataInColumns=true, bool decreasingXCoordinates=false, bool decreasingYCoordinates=false, PhysicalMeaningType typeOfDA=PhysicalMeaningType.None) | VL_Files | static |
| ImportTextFileIntoHarmonicField(string fileName, double wavelength, bool expectComplexValues=false, string commentIndicator="#", string columnSeparator=" ", string decimalSeparator=".", string groupSeparator="", int firstRow=-1, int lastRow=-1, int numberOfCharactersToSkip=0) | VL_Files | static |
| LoadField(string fileName) | VL_Files | static |
| LoadFieldsSet(string fileName) | VL_Files | static |
| NumberOfLines(string fileName) | VL_Files | static |
| ProcessOpticalSetup(string fileNameOpticalSetup, string outputFolder, string fileNameParameters="", PropagationEngine? simulationEngine=null, int? analyzerIndex=null, bool useSubfolder=false) | VL_Files | static |
| ReadLine(string fileName, int lineNumber) | VL_Files | static |
| SaveDocument(IDocument document, string fileName) | VL_Files | static |
| WriteLineToLogFile(string fileName, string message) | VL_Files | static |
| WriteToLogFile(string fileName, string message) | VL_Files | static |