The FlowChannel type exposes the following members.

Methods

  NameDescription
Public methodcopyValues
takes an array containing all attributes for a vertex and copies the j-th attribute to this channel
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetHistogram
creats a histogram for the data in this Channel
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetValue(Int32)
returns the value of the given vertex
Public methodgetValue(Vec3)
returns the value at given position in data set coordinates (from 0 to dimX or dimY)
Public methodgetValue(array<Int32>[]()[][], array<Single>[]()[][])
Public methodgetValueNormPos(Vec3)
Public methodgetValueNormPos(Single, Single)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnormalizeValue
Public methodsetValue
sets the value of the given vertex
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also