Share

AcDbFilter

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

AcDbFilter Methods

See Also

AcDbIndexFilterManager, AcDbIndex

Was this information helpful?