Click or drag to resize

ChadaImporter Class

[Missing <summary> documentation for "T:Altaxo.Serialization.HDF5.Chada.ChadaImporter"]

Inheritance Hierarchy
SystemObject
  Altaxo.SerializationDataFileImporterBase
    Altaxo.Serialization.HDF5.ChadaChadaImporter

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class ChadaImporter : DataFileImporterBase, 
	IEquatable<ChadaImporter>

The ChadaImporter type exposes the following members.

Constructors
 NameDescription
Public methodChadaImporterInitializes a new instance of the ChadaImporter class
Top
Methods
 NameDescription
Public methodCheckOrCreateImportOptions Checks the import options. If the provided object is a valid import options object, then this object is returned. Otherwise, a new import options object is created.
(Overrides DataFileImporterBaseCheckOrCreateImportOptions(Object))
Public methodCreateTableDataSource Creates the table data source.
(Overrides DataFileImporterBaseCreateTableDataSource(IReadOnlyListString, Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFileExtensions Gets the file extensions.
(Overrides DataFileImporterBaseGetFileExtensions)
Public methodGetProbabilityForBeingThisFileFormat Gets the probability for being this file format.
(Overrides DataFileImporterBaseGetProbabilityForBeingThisFileFormat(String))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImport(IReadOnlyListString, ImportOptionsInitial)
(Inherited from DataFileImporterBase)
Public methodImport(IReadOnlyListString, DataTable, Object, Boolean) Import a Chada file. Chada files are very simply structured HDF5 files, with only one or two datasets, consisting of two columns.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean))
Public methodStatic memberImportRamanCHADA(String, DataTable) Imports a single RamanChada file.
Protected methodStatic memberImportRamanCHADA(String, DataTable, Int32, DataColumn, Int32, Int32) Imports a RamanChada file (aware of importing multiple files in one table).
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also