The FlowGeometry type exposes the following members.

Constructors

  NameDescription
Public methodFlowGeometry
Initializes a new instanze of the FlowGeometry class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetBottomNeigh
returns the vertex ID of the neighbour on its bottom
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetInterpolationAt
Returns true if inside. Stores the vertex indices and interpolation weights for the given position in the arrays
Public methodgetLeftNeigh
returns the vertex ID of the neighbour on its left
Public methodgetRightNeigh
returns the vertex ID of the neighbour on its right
Public methodgetTopNeigh
returns the vertex ID of the neighbour on its top
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnormalizeCoords
Public methodreadFromFile
reads the geometry gris data from a file
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodunNormalizeCoords

Properties

  NameDescription
Public propertyDimX
returns the number of vertices in X dimension
Public propertyDimY
returns the number of vertices in Y dimension
Public propertyGeometryData
Returns the data of the Geometry
Public propertygetDimZ
returns the number of vertices in Z dimension, is always 1
Public propertyMaxX
returns the maximum in the X dimension
Public propertyMaxY
returns the maximum in the Y dimension
Public propertyMinX
returns the minimum in the X dimension
Public propertyMinY
returns the minimum in the Y dimension
Public propertySizeX
Returns the Size of the dataset in the X dimension
Public propertySizeY
Returns the Size of the dataset in the Y dimension

See Also