olp-cpp-sdk
1.22.0
|
A model that represents a collection of layer partitions. More...
#include <Partitions.h>
Public Member Functions | |
Partitions (const Partitions &)=default | |
Partitions (Partitions &&)=default | |
Partitions & | operator= (const Partitions &)=default |
Partitions & | operator= (Partitions &&)=default |
const std::vector< Partition > & | GetPartitions () const |
Gets the list of partitions for the given layer and layer version. More... | |
std::vector< Partition > & | GetMutablePartitions () |
Gets a mutable reference to the list of partitions for the given layer and layer version. More... | |
void | SetPartitions (std::vector< Partition > value) |
Sets the list of partitions. More... | |
A model that represents a collection of layer partitions.
|
inline |
Gets a mutable reference to the list of partitions for the given layer and layer version.
|
inline |
Gets the list of partitions for the given layer and layer version.
|
inline |
Sets the list of partitions.
value | The list of partitions for the given layer and layer version. |