Contains list of layer indices of layers following the current layer.
More...
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
[in] | other | List of layer indices to use as the source to initialize the list of layer indices of layers following the current layer |
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
[in] | index1 | First index of the next layer |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED NextLayers |
( |
const size_t |
index1, |
|
|
const size_t |
index2 |
|
) |
| |
|
inline |
- Parameters
-
[in] | index1 | First index of the next layer |
[in] | index2 | Second index of the next layer |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED NextLayers |
( |
const size_t |
index1, |
|
|
const size_t |
index2, |
|
|
const size_t |
index3 |
|
) |
| |
|
inline |
- Parameters
-
[in] | index1 | First index of the next layer |
[in] | index2 | Second index of the next layer |
[in] | index3 | Third index of the next layer |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED NextLayers |
( |
const size_t |
index1, |
|
|
const size_t |
index2, |
|
|
const size_t |
index3, |
|
|
const size_t |
index4 |
|
) |
| |
|
inline |
- Parameters
-
[in] | index1 | First index of the next layer |
[in] | index2 | Second index of the next layer |
[in] | index3 | Third index of the next layer |
[in] | index4 | Fourth index of the next layer |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED NextLayers |
( |
const size_t |
index1, |
|
|
const size_t |
index2, |
|
|
const size_t |
index3, |
|
|
const size_t |
index4, |
|
|
const size_t |
index5 |
|
) |
| |
|
inline |
- Parameters
-
[in] | index1 | First index of the next layer |
[in] | index2 | Second index of the next layer |
[in] | index3 | Third index of the next layer |
[in] | index4 | Fourth index of the next layer |
[in] | index5 | Fifth index of the next layer |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED NextLayers |
( |
const size_t |
index1, |
|
|
const size_t |
index2, |
|
|
const size_t |
index3, |
|
|
const size_t |
index4, |
|
|
const size_t |
index5, |
|
|
const size_t |
index6 |
|
) |
| |
|
inline |
- Parameters
-
[in] | index1 | First index of the next layer |
[in] | index2 | Second index of the next layer |
[in] | index3 | Third index of the next layer |
[in] | index4 | Fourth index of the next layer |
[in] | index5 | Fifth index of the next layer |
[in] | index6 | Sixth index of the next layer |
- Deprecated:
- This item will be removed in a future release.
Adds an element to the end of the collection
- Parameters
-
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED size_t& operator[] |
( |
size_t |
index | ) |
|
|
inline |
Element access
- Parameters
-
[in] | index | Index of an accessed element |
- Returns
- Reference to the element
- Deprecated:
- This item will be removed in a future release.
const size_t& operator[] |
( |
size_t |
index | ) |
const |
|
inline |
Const element access
- Parameters
-
[in] | index | Index of the element to return |
- Returns
- Const reference to the element
- Deprecated:
- This item will be removed in a future release.
void push_back |
( |
size_t |
index | ) |
|
|
inline |
Adds an element to the end of the collection
- Parameters
-
- Deprecated:
- This item will be removed in a future release.
Size of the list of indices
- Returns
- Size of the list of indices
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: