Back to Aurora Vision Library websiteYou are here:
Start »
Function Reference »
All Functions »
Array Transforms »
AvsFilter_ResizeArray
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: |
STD.h
|
| Namespace: |
avs |
| Module: |
FoundationLite |
Adds or removes elements at the end of an array until it reaches the requested new size.
Syntax
void avs::AvsFilter_ResizeArray
(
const atl::Array<Type>& inArray,
int inNewSize,
const Type& inValue,
atl::Array<Type>& outArray
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 |
inArray |
const Array<Type>& |
|
|
|
 |
inNewSize |
int |
0 -  |
1 |
|
 |
inValue |
const Type& |
|
|
Default value used to complement new table records. |
 |
outArray |
Array<Type>& |
|
|
|
Errors
List of possible exceptions:
| Error type |
Description |
| DomainError |
inNewSize negative in ResizeArray. |