|  | Home | Libraries | People | FAQ | More | 
            
Generate covers()
            predicate.
          
            Generate a predicate defining Value and Geometry relationship. With this
            predicate query returns indexed Values that cover passed Geometry. Value
            is returned by the query if bg::covered_by(Geometry, Indexable)true
template<typename Geometry>unspecifiedcovers(Geometry const &g)
| Parameter | Description | 
|---|---|
| 
                       | The Geometry type. | 
| Type | Name | Description | 
|---|---|---|
| 
                       | 
                       | The Geometry object. | 
bgi::query(spatial_index, bgi::covers(box), std::back_inserter(result));