Speichert Header-Daten aus dem Grid-File und andere Attribute: dataCountX, dataCountY, dataCountZ, setsAmount timeStepAmount, timeStepDur, gridMinPos, gridMaxPos, gridSize, resampledSize.


The following tables list the members exposed by Flows.GridHeaderData.

Public Constructors

  Name Description
Public method Flows.GridHeaderData GridHeaderData Constructor.
Top

Public Fields

  Name Description
Public field dataCountX Länge des Datensatzes in x-Richtung.
Public field dataCountY Länge des Datensatzes in y-Richtung.
Public field dataCountZ Länge des Datensatzes in z-Richtung.
Public field gridMaxPos Höchster Wert der Position eines Gitterpunktes (bis hier dehnt sich das Gitter aus).
Public field gridMinPos Niedrigster Wert der Position eines Gitterpunktes (ab hier dehnt sich das Gitter aus).
Public field gridSize Ausdehnung des Grids .
Public field resampledSize Ausdehnung des Grids.
Public field scalarCount Anzahl der zusätzlichen Skalar-Werte im Datensatz.
Public field timeStepCount Anzahl der verschiedenen Zeitaufnahmen.
Public field timeStepDur Zeitdauer zwischen den einzelnen Zeitaufnahmen.
Top

Public Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (inherited from ValueType)
Public method GetHashCode Returns the hash code for this instance. (inherited from ValueType)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns the fully qualified type name of this instance. (inherited from ValueType)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also