Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Array Transforms » CropArraysToEqualSize

CropArraysToEqualSize


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: avl
Module: FoundationLite

Removes some trailing elements from the longer array of the two so that the output arrays have equal size.

Syntax

void avl::CropArraysToEqualSize
(
	const atl::Array<Type>& inArray1,
	const atl::Array<Type>& inArray2,
	atl::Array<Type>& outArray1,
	atl::Array<Type>& outArray2
)

Parameters

Name Type Default Description
Input value inArray1 const Array<Type>&
Input value inArray2 const Array<Type>&
Output value outArray1 Array<Type>&
Output value outArray2 Array<Type>&