The FlowChannel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FlowChannel |
Initializes a new instanze of the FlowChannel class
|
Methods
| Name | Description | |
|---|---|---|
| copyValues |
takes an array containing all attributes for a vertex and copies the j-th attribute to this channel
| |
| Equals | (Inherited from Object.) | |
| 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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| getHistogram |
creats a histogram for the data in this Channel
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| getValue(Int32) |
returns the value of the given vertex
| |
| getValue(Vec3) |
returns the value at given position in data set coordinates (from 0 to dimX or dimY)
| |
| getValue(array<Int32>[]()[][], array<Single>[]()[][]) | ||
| getValueNormPos(Vec3) | ||
| getValueNormPos(Single, Single) | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| normalizeValue | ||
| setValue |
sets the value of the given vertex
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Max |
returns the maximum value found in the channel
| |
| Min |
returns the minimum value found in the channel
| |
| Range |
returns the range = max - min
|