#include <spatial.hpp>
Inheritance diagram for mapnik::bbox< FeatureT >:

Public Member Functions | |
| bbox (const Envelope< double > &box) | |
| bool | pass (const FeatureT &feature) const |
| filter< FeatureT > * | clone () const |
| void | accept (const filter_visitor< FeatureT > &v) |
| virtual | ~bbox () |
| mapnik::bbox< FeatureT >::bbox | ( | const Envelope< double > & | box | ) | [inline] |
| virtual mapnik::bbox< FeatureT >::~bbox | ( | ) | [inline, virtual] |
| void mapnik::bbox< FeatureT >::accept | ( | const filter_visitor< FeatureT > & | v | ) | [inline] |
| filter<FeatureT>* mapnik::bbox< FeatureT >::clone | ( | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
| bool mapnik::bbox< FeatureT >::pass | ( | const FeatureT & | feature | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
1.4.7