U
- underlying object typeI
- intermediate result typepublic static interface PerceptionCollectable.PerceptionAccumulator<U,I>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
PerceptionCollectable.Intermediate<I> |
accumulate(PerceptionCollectable.Intermediate<I> intermediate,
U object,
Length distance)
Accumulate the next object to intermediate result.
|
PerceptionCollectable.Intermediate<I> accumulate(PerceptionCollectable.Intermediate<I> intermediate, U object, Length distance)
intermediate
- Intermediate<I>; intermediate result before accumulation of objectobject
- U; next object to includedistance
- Length; distance to the considered objectCopyright © 2014–2019 Delft University of Technology. All rights reserved.