The FlowData type exposes the following members.

Constructors

  NameDescription
Public methodFlowData
Initializes a new instanze of the FlowData class

Methods

  NameDescription
Public methodcreateChannel
creates a new channel and returns it's address in the channels array (line 28)
Public methodcreateChannelGeometry
creates a new channel containing the geometrical information of the given dimension (x = 0, y = 1). Returns address of the created channel in the channels array (line 28)
Public methodcreateChannelVectorLength(Int32, Int32, Int32)
creates a new channel containing the vector lengths for the given channels (channels given by IDs). Returns address of the created channel in the channels array (line 28)
Public methodcreateChannelVectorLength(FlowChannel, FlowChannel, FlowChannel)
creates a new channel containing the vector lengths for the given channels (channels given by reference). Returns address of the created channel
Public methoddeleteChannel
deletes the channel and all it's data at given adress
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor for the FlowData class
(Overrides Object..::..Finalize()()()().)
Public methodgetChannel
returns a pointer to the instance of channel at given adress. This is the only way to access the channels storage (at line 28)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodloadDataset
Loads a dataset, returns true if everything successful. You have to specify the byte order used in the data
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyGeometry
Stores the underlying geometry
Public propertyNumTimesteps
Returns the number of timesteps

See Also