Contains list of layer indices of layers following the current layer.
More...
◆ NextLayers() [1/7]
- 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 |
◆ NextLayers() [2/7]
- Parameters
-
[in] | index1 | First index of the next layer |
◆ NextLayers() [3/7]
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 |
◆ NextLayers() [4/7]
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 |
◆ NextLayers() [5/7]
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 |
◆ NextLayers() [6/7]
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 |
◆ NextLayers() [7/7]
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 |
◆ add()
Adds an element to the end of the collection
- Parameters
-
◆ operator[]() [1/2]
size_t& operator[] |
( |
size_t |
index | ) |
|
|
inline |
Element access
- Parameters
-
[in] | index | Index of an accessed element |
- Returns
- Reference to the element
◆ operator[]() [2/2]
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
◆ push_back()
void push_back |
( |
size_t |
index | ) |
|
|
inline |
Adds an element to the end of the collection
- Parameters
-
◆ size()
Size of the list of indices
- Returns
- Size of the list of indices
The documentation for this class was generated from the following file: