#include "TD_PackPush.h"
#include "DbFilter.h"
#include "TD_PackPop.h"
Go to the source code of this file.
|
| void | processBTRIndexObjects (OdDbBlockTableRecord *pBlock, int indexCtlVal, OdDbBlockChangeIterator *pBlkChgIter, OdDbIndexUpdateData *pIdxUpdData) |
| |
| TOOLKIT_EXPORT void | OdDbIndexFilterManager::updateIndexes (OdDbDatabase *pDb) |
| |
| TOOLKIT_EXPORT void | OdDbIndexFilterManager::addIndex (OdDbBlockTableRecord *pBTR, OdDbIndex *pIndex) |
| |
| TOOLKIT_EXPORT void | OdDbIndexFilterManager::removeIndex (OdDbBlockTableRecord *pBTR, const OdRxClass *key) |
| |
| TOOLKIT_EXPORT OdDbIndexPtr | OdDbIndexFilterManager::getIndex (const OdDbBlockTableRecord *pBTR, const OdRxClass *key, OdDb::OpenMode readOrWrite=OdDb::kForRead) |
| |
| TOOLKIT_EXPORT OdDbIndexPtr | OdDbIndexFilterManager::getIndex (const OdDbBlockTableRecord *pBTR, int btrIndex, OdDb::OpenMode readOrWrite=OdDb::kForRead) |
| |
| TOOLKIT_EXPORT int | OdDbIndexFilterManager::numIndexes (const OdDbBlockTableRecord *pBTR) |
| |
| TOOLKIT_EXPORT void | OdDbIndexFilterManager::addFilter (OdDbBlockReference *pBlkRef, OdDbFilter *pFilter) |
| |
| TOOLKIT_EXPORT void | OdDbIndexFilterManager::removeFilter (OdDbBlockReference *pBlkRef, const OdRxClass *key) |
| |
| TOOLKIT_EXPORT OdDbFilterPtr | OdDbIndexFilterManager::getFilter (const OdDbBlockReference *pBlkRef, const OdRxClass *key, OdDb::OpenMode readOrWrite) |
| |
| TOOLKIT_EXPORT OdDbFilterPtr | OdDbIndexFilterManager::getFilter (const OdDbBlockReference *pBlkRef, int btrIndex, OdDb::OpenMode readOrWrite) |
| |
| TOOLKIT_EXPORT int | OdDbIndexFilterManager::numFilters (const OdDbBlockReference *pBlkRef) |
| |
◆ OdDbFilteredBlockIteratorPtr
◆ OdDbIndexPtr
◆ processBTRIndexObjects()