Overload List
Overload 1: TMtxVecInt *CopyFromArray(const DewArray<TCplx> &Src, const TRounding Rounding) const;
Copies values from a real Src array.
The size of the calling object is set implicitely. The integer precision of the calling object is preserved.
Overload 2: TMtxVecInt *CopyFromArray(const DewArray<TCplx> &Src, const TRounding Rounding, const int SrcIndex, const int Index, const int Len) const;
Copies values from the double precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+2*Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<TCplx> & | |
| 2 | Rounding | const TRounding | |
| 3 | SrcIndex | const int | |
| 4 | Index | const int | |
| 5 | Len | const int |
The size of the calling object is not changed. If the array border are overrun an exception will be raised.
Overload 3: TMtxVecInt *CopyFromArray(const DewArray<unsigned short> &Src) const;
Copies values from Src array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<unsigned short> & |
The size of the calling object is set implicitely. The precision is preserved.
Overload 4: TMtxVecInt *CopyFromArray(const DewArray<unsigned short> &Src, const int SrcIndex, const int Index, const int Len) const;
Copies values from a 2 byte unsigned integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<unsigned short> & | |
| 2 | SrcIndex | const int | |
| 3 | Index | const int | |
| 4 | Len | const int |
The size of the calling object is not changed. If the array border are overrun an exception will be raised.
Overload 5: TMtxVecInt *CopyFromArray(const DewArray<double> &Src, const TRounding Rounding) const;
Copies values from a real Src array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & | |
| 2 | Rounding | const TRounding |
The size of the calling object is set implicitely. The precision is preserved.
Overload 6: TMtxVecInt *CopyFromArray(const DewArray<double> &Src, const TRounding Rounding, const int SrcIndex, const int Index, const int Len) const;
Copies values from the double precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & | |
| 2 | Rounding | const TRounding | |
| 3 | SrcIndex | const int | |
| 4 | Index | const int | |
| 5 | Len | const int |
The size of the calling object is not changed. If the array border are overrun an exception will be raised.
Overload 7: TMtxVecInt *CopyFromArray(const DewArray<float> &Src, const TRounding Rounding) const;
Copies values from a real single precision floating point Src array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & | |
| 2 | Rounding | const TRounding |
The size property of the calling object is set implicitely.
Overload 8: TMtxVecInt *CopyFromArray(const DewArray<float> &Src, const TRounding Rounding, const int SrcIndex, const int Index, const int Len) const;
Copies values from the single precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & | |
| 2 | Rounding | const TRounding | |
| 3 | SrcIndex | const int | |
| 4 | Index | const int | |
| 5 | Len | const int |
The size of the calling object is not changed. If the array border are overrun an exception will be raised.
Overload 9: TMtxVecInt *CopyFromArray(const DewArray<int> &Src) const;
Copies values from an integer type Src array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<int> & |
Overload 10: TMtxVecInt *CopyFromArray(const DewArray<int> &Src, const int SrcIndex, const int Index, const int Len) const;
Copies values from a 4 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<int> & | |
| 2 | SrcIndex | const int | |
| 3 | Index | const int | |
| 4 | Len | const int |
Store the results to the calling object values [Index]..[Index+len-1]. The size of the calling object is not changed. If the array border are overrun an exception will be raised.
Overload 11: TMtxVecInt *CopyFromArray(const DewArray<short> &Src) const;
Copies values from an 2 byte signed integer type Src array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<short> & |
The size property of the calling object is set implicitely.
Overload 12: TMtxVecInt *CopyFromArray(const DewArray<short> &Src, const int SrcIndex, const int Index, const int Len) const;
Copies values from a 2 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<short> & | |
| 2 | SrcIndex | const int | |
| 3 | Index | const int | |
| 4 | Len | const int |
The size of the calling object is not changed. If the array border are overrun an exception will be raised.
Overload 13: TMtxVecInt *CopyFromArray(const DewArray<unsigned char> &Src) const;
Copies values from a 1 byte unsigned integer type Src array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<unsigned char> & |
Overload 14: TMtxVecInt *CopyFromArray(const DewArray<unsigned char> &Src, const int SrcIndex, const int Index, const int Len) const;
Copies values from a 1 byte unsigned integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<unsigned char> & | |
| 2 | SrcIndex | const int | |
| 3 | Index | const int | |
| 4 | Len | const int |
The size of the calling object is not changed. If the array border are overrun an exception will be raised.