Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbFilter AcDbLayerFilter AcDbSpatialFilter
C++
class AcDbFilter : public AcDbObject;
File
dbfilter.h
Description
This class defines a "query." It provides the "key" to the AcDbCompositeFilteredBlockIterator, for which the corresponding index is obtained through the indexClass() method.
The AcDbSpatialFilter::indexClass() method will return AcDbSpatialIndex::desc().
Applications that need to provide their own indexing scheme need to provide versions of these three classes:
- AcDbIndex
- AcDbFilter
- AcDbFilteredBlockIterator
Links
See Also
AcDbIndexFilterManager, AcDbIndex