OpenTD.PostProcessing Namespace Reference
Last update: 16.07.2025Contains tools for post-processing solution results within TD. For example, to create temperature contour plots. To work with solution results directly – without TD – use the tools in OpenTD.Results. More...
Classes | |
| class | AdditionalCompareInfo |
| Information specific to Compare type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalDatasetInfo |
| Abstract class for data specific to each type of Dataset. More... | |
| class | AdditionalDatasetInfoHolder |
| <exclude > More... | |
| class | AdditionalHeatFlowInfo |
| Information specific to Heat Flow type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalHeatFlowMapInfo |
| Information specific to Heat Flow Map type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalHeatrateInfo |
| Information specific to Heatrate (orbit) type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalRadkInfo |
| Information specific to RADK type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalSindaInfo |
| Information specific to Sinda results type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalTextInfo |
| Information specific to steady-state text file type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | AdditionalTextTransientInfo |
| Information specific to transient text file type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo More... | |
| class | DataMapper |
| Client-side representation of a data mapper in a TD instance. Implements OpenTD.MeshDisplayer Implements OpenTD.IUpdatable Implements OpenTD.IReassignable More... | |
| class | Dataset |
| Client-side representation of a dataset (solution results) in a TD instance. More... | |
| class | DatasetManager |
| Represents the TD Dataset Manager, used to interact with datasets (solution results) within TD. More... | |
| class | StressThermalGroupAssociation |
| Client-side representation of class to define data mapper group associations. More... | |
Detailed Description
Contains tools for post-processing solution results within TD. For example, to create temperature contour plots. To work with solution results directly – without TD – use the tools in OpenTD.Results.
- See also
- OpenTD.Results