Altaxo.Serialization.WITec Namespace |
Contains readers for WITec data formats.
Classes| | Class | Description |
|---|
 | LineInformation |
Represents information about a line, including its start and end points and the number of points along the line.
|
 | TDataClass |
Represents a TData class extracted from a WITec project node.
This wraps the underlying WITecTreeNode and provides easy access to
commonly used values such as the ID, caption and class name.
|
 | TDGraphClass |
Represents a graph data class (TDGraph) read from a WITec project node.
This class extracts the X and Z values as well as metadata such as units and titles.
|
 | TDGraphClassMetaData |
Metadata for Z values that may be shared or derived from other graphs.
|
 | TDInterpretationClass |
Represents an interpretation of measurement units for a WITec data class.
This class extracts the unit index and maps it to a human-readable description and shortcut.
|
 | TDLinearTransformationClass |
Represents a linear transformation defined in a WITec TDLinearTransformation node.
The transformation maps model coordinates to world coordinates using an origin, scale and offset.
|
 | TDSpaceInterpretationClass |
Interpretation class for spatial units used in WITec data.
Maps integer unit indices to human-readable descriptions and shortcuts (for example meters -> "m").
|
 | TDSpaceTransformationClass |
Represents a space transformation defined in a WITec "TDSpaceTransformation" node.
This class currently only exposes the underlying node; transformation logic, if any, is implemented in derived classes.
|
 | TDSpectralInterpretationClass |
Interpretation class for spectral units used in WITec data.
Maps integer unit indices to human-readable descriptions and shortcuts (for example nanometers -> "nm").
|
 | TDSpectralTransformationClass |
Represents a spectral transformation defined in a WITec "TDSpectralTransformation" node.
The transformation can be a polynomial, spectrometer grating model or a free polynomial applied to spectral bin indices.
This class reads the transformation parameters from the underlying node and exposes a Transform(IEnumerableDouble) method
to apply the transformation to a sequence of input values.
|
 | TDTextClass |
Represents a text data class (TDText) extracted from a WITec project node.
The class reads RTF formatted text stored in the underlying node's stream data and
exposes it as a string in RTF format.
|
 | TDTransformationClass |
Represents a transformation definition (TDTransformation) read from a WITec project node.
Provides access to the standard unit, optional interpretation, calibration state and unit kind.
|
 | TDZInterpretationClass |
Interpretation class for Z-axis units used in WITec data.
Reads the unit name from the underlying node and exposes it via UnitName.
|
 | ViewPort3D |
Represents a 3D viewport, including model and world origins, scale, and rotation.
|
 | WITecImportDataSource |
Table data source for importing WITec project files.
|
 | WITecImporter |
Importer for WITec project files.
|
 | WITecImportOptions |
Import options for importing WITec project files.
|
 | WITecImportOptionsSerializationSurrogate0 |
XML serialization surrogate for WITecImportOptions.
|
 | WITecReader |
Reader for WiTec project files (.wip).
|
 | WITecTreeNode |
Represents a node of the node tree of a WiTec project file.
The node has a name, has primitive data, and maybe also subnodes.
|
Enumerations