SA_extendBoundaries


Usage:

VecArr = SA_extendBoundaries(VecArr, Factor)

VecArr: SA_VectorArray; A list of position arrays.
Factor: Double; The factor with which the boundary should be extended.

VecArr: SA_VectorArray; Vector array with extended elements.


Description

SA_extendBoundaries extends every element in VecArr with ceil(Factor*size_of_element) of itself. The new part is appended at the end of the old element. Factor is expected to be within ]0;1] (without 0 but with 1).




Copyright © 2007 Thomas Oskam, ETH Zürich. All rights reserved.