contents next up previous
Next: Cdf Up: Basic concepts Previous: Neighborhood

Subsections


Window Neighborhood

Call $ \bf h_{1}^{}$,...,$ \bf h_{k}^{}$ a set of vectors in space. A Window Neighborhood of u is the set of k geovalues z($ \bf u$ + $ \bf h_{1}^{}$),..., z($ \bf u$ + $ \bf h_{k}^{}$) ( z($ \bf u$ + $ \bf h_{i}^{}$) is the geovalue whose location is $ \bf u$ + $ \bf h_{i}^{}$ and property value z($ \bf u$ + $ \bf h_{i}^{}$)).

The order of the elements of a Window Neighborhood is important: the ith element must be z($ \bf u$ + $ \bf h_{i}^{}$). If z($ \bf u$ + $ \bf h_{i}^{}$) is not defined (either because this location has not been estimated or simulated yet, or because it does not belong to the simulation grid), it must be included into the Window Neighborhood nevertheless. However, if a non-defined geovalue is the last element of a Window Neighborhood, it is not included. This is a major difference with Neighborhood: a Neighborhood only contains informed geovalues, i.e. geovalues with a defined property value.

For example, consider a Window Neighborhood W defined by six vectors $ \bf h_{1}^{}$,...,$ \bf h_{6}^{}$, and a location u such that z($ \bf u$ + $ \bf h_{2}^{}$), z($ \bf u$ + $ \bf h_{5}^{}$) and z($ \bf u$ + $ \bf h_{6}^{}$) are not defined. Then W must only contain: z($ \bf u$ + $ \bf h_{1}^{}$), z($ \bf u$ + $ \bf h_{2}^{}$), z($ \bf u$ + $ \bf h_{3}^{}$), z($ \bf u$ + $ \bf h_{4}^{}$). A Neighborhood would have contained only z($ \bf u$ + $ \bf h_{1}^{}$), z($ \bf u$ + $ \bf h_{3}^{}$) and z($ \bf u$ + $ \bf h_{4}^{}$)





Refinement of

Neighborhood



Associated Types

Same as Neighborhood



Notations

a   Object of a type that is a model of Window Neighborhood
begin, end   Iterators on a container of models of Euclidean Vector



Valid Expressions


contents next up previous
Next: Cdf Up: Basic concepts Previous: Neighborhood
nicolas
2002-05-07