Overload List
| # | Signature | Description |
|---|---|---|
| 1 | _Ix_IValues operator()(int i) const; | |
| 2 | VectorInt operator()() const; | |
| 3 | VectorInt operator()(const TRange2 &aRange) const; | |
| 4 | VectorInt operator()(const TRange3 &aRange) const; |
Overload 1: _Ix_IValues operator()(int i) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | int |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: VectorInt operator()() const;
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 3: VectorInt operator()(const TRange2 &aRange) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRange | const TRange2 & |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 4: VectorInt operator()(const TRange3 &aRange) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRange | const TRange3 & |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler