U - underlying object typeI - intermediate result typepublic static interface PerceptionCollectable.PerceptionAccumulator<U,I>
 Copyright (c) 2013-2018 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,
          org.djunits.value.vdouble.scalar.Length distance)
Accumulate the next object to intermediate result. 
 | 
PerceptionCollectable.Intermediate<I> accumulate(PerceptionCollectable.Intermediate<I> intermediate, U object, org.djunits.value.vdouble.scalar.Length distance)
intermediate - I; intermediate result before accumulation of objectobject - U; next object to includedistance - Length; distance to the considered objectCopyright © 2014–2018 Delft University of Technology. All rights reserved.