Click or drag to resize

TDTransformationClass Constructor

Initializes a new instance of the TDTransformationClass class. The constructor reads transformation metadata from the provided node and resolves any referenced interpretation using the reader.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TDTransformationClass(
	WITecTreeNode node,
	WITecReader reader
)

Parameters

node  WITecTreeNode
The node representing the transformation in the WITec tree.
reader  WITecReader
The reader used to resolve referenced nodes by identifier.
See Also