PdCom
5.3
Process data communication client
|
Selects one scalar out of a vector or matrix. More...
#include <Selector.h>
Public Member Functions | |
ScalarSelector (std::vector< int > indices) | |
Public Member Functions inherited from PdCom::Selector | |
Selector (std::shared_ptr< const impl::Selector > impl) | |
SizeInfo | getViewSizeInfo (const Variable &variable) const |
Additional Inherited Members | |
Public Attributes inherited from PdCom::Selector | |
std::shared_ptr< const impl::Selector > | impl_ |
Selects one scalar out of a vector or matrix.
The index is in Row major format, ((layer, )row, column).