Overload List
Overload 1: void WriteToStream(DewStream *DstStream, DewArray<double> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<double> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 2: void WriteToStream(DewStream *DstStream, DewArray<float> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<float> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 3: void WriteToStream(DewStream *DstStream, DewArray<int> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<int> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 4: void WriteToStream(DewStream *DstStream, DewArray<unsigned short> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<unsigned short> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 5: void WriteToStream(DewStream *DstStream, DewArray<short> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<short> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 6: void WriteToStream(DewStream *DstStream, DewArray<signed char> Values, int ValuesIndex, long long NumBytes);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<signed char> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 7: void WriteToStream(DewStream *DstStream, DewArray<unsigned int> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<unsigned int> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 8: void WriteToStream(DewStream *DstStream, DewArray<unsigned char> Values, int ValuesIndex, long long NumBytes);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<unsigned char> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 9: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<float> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<float> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long | |
| 6 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 10: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<short> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<short> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long | |
| 6 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 11: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<int> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<int> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long | |
| 6 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 12: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<unsigned int> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<unsigned int> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long | |
| 6 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 13: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<signed char> Values, int ValuesIndex, long long NumBytes);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<signed char> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 14: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<unsigned char> Values, int ValuesIndex, long long NumBytes);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<unsigned char> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 15: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<double> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<double> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long | |
| 6 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 16: void WriteToStream(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<unsigned short> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<unsigned short> | |
| 4 | ValuesIndex | int | |
| 5 | NumBytes | long long | |
| 6 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 17: void WriteToStream(intPtr DstStream, DewArray<float> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<float> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 18: void WriteToStream(intPtr DstStream, DewArray<unsigned char> Values, int ValuesIndex, long long NumBytes);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<unsigned char> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 19: void WriteToStream(intPtr DstStream, DewArray<short> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<short> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 20: void WriteToStream(intPtr DstStream, DewArray<int> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<int> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 21: void WriteToStream(intPtr DstStream, DewArray<unsigned int> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<unsigned int> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 22: void WriteToStream(intPtr DstStream, DewArray<signed char> Values, int ValuesIndex, long long NumBytes);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<signed char> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 23: void WriteToStream(intPtr DstStream, DewArray<double> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<double> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 24: void WriteToStream(intPtr DstStream, DewArray<unsigned short> Values, int ValuesIndex, long long NumBytes, TEndianness Endian);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<unsigned short> | |
| 3 | ValuesIndex | int | |
| 4 | NumBytes | long long | |
| 5 | Endian | TEndianness |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler