Filter for whether to include layer in an operation. More...
#include <gre/layer.h>

Public Member Functions | |
| bool | Filter (const LAYER *layer) |
Private Member Functions | |
| virtual bool | v_Filter (const LAYER *layer)=0 |
Filter for whether to include layer in an operation.
| bool GRE::LAYER::FILTER::Filter | ( | const LAYER * | layer | ) | [inline] |
Test specified layer against filter.
| virtual bool GRE::LAYER::FILTER::v_Filter | ( | const LAYER * | layer | ) | [private, pure virtual] |
Overridable method to determine whether to include the layer or not.
1.6.1