SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Allows selected elements to be addressed in a vector, without creating a new view. More...
#include <rw/math/mthvecpk.h>
Public Member Functions | |
RWMathVec< T >::size_type | length () const |
T & | operator() (int i) |
T | operator() (int i) const |
RWMathVecPick< T > & | operator= (const RWMathVecPick< T > &) |
Friends | |
class | RWMathVec< T > |
The RWMathVecPick class allows selected elements to be addressed. Unlike subscripting or slicing, picking does not create a new view.
|
inline |
Return the number of elements in the pick
|
inline |
Returns a reference to the value in the associated RWMathVec stored at the index indicated by the i th element of the RWMathVecPick.
|
inline |
Returns the value in the associated RWMathVec stored at the index indicated by the i th element of the RWMathVecPick.
RWMathVecPick< T > & RWMathVecPick< T >::operator= | ( | const RWMathVecPick< T > & | ) |
Assignment operator for RWMathVecPick. The picks must have the same dimensions. The expression:
this = v;
implies thisi = vi
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |