#include <spatial.hpp>
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] |
bool mapnik::bbox< FeatureT >::pass | ( | const FeatureT & | feature | ) | const [inline, virtual] |
filter<FeatureT>* mapnik::bbox< FeatureT >::clone | ( | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
void mapnik::bbox< FeatureT >::accept | ( | const filter_visitor< FeatureT > & | v | ) | [inline] |
References mapnik::filter_visitor< FeatureT >::visit().