CFx SDK Documentation 2024 SP0
|
#include <FxHLR.h>
Public Member Functions | |
Collector () | |
Collector (const OdDbObjectIdArray &ids) | |
Collector (const OdDbEntityPtrArray &entities) | |
Collector (Collector &collector) | |
virtual | ~Collector () |
const OdDbEntityPtrArray & | GetInputEntities () const |
const OdDbObjectIdArray & | GetInputEntityIds () const |
void | AddEntity (OdDbEntityPtr pEnt) |
void | AddEntities (const OdDbEntityPtrArray &pEnts) |
void | AddEntity (const OdDbObjectId &id) |
void | AddEntities (const OdDbObjectIdArray &ids) |
void | RemoveEntity (OdDbEntityPtr pEnt) |
void | RemoveEntities (const OdDbEntityPtrArray &pEnts) |
void | RemoveEntity (const OdDbObjectId &id) |
void | RemoveEntities (OdDbObjectIdArray &ids) |
void | Clear () |
Public Attributes | |
OdArray< Data * > | m_aOutputData |
Protected Attributes | |
OdDbEntityPtrArray | m_apEntities |
OdDbObjectIdArray | m_aEntityIds |
Description: Represents HLR input and output data Library: DDKERNEL
FxHLR::Collector::Collector | ( | ) |
FxHLR::Collector::Collector | ( | const OdDbObjectIdArray & | ids | ) |
FxHLR::Collector::Collector | ( | const OdDbEntityPtrArray & | entities | ) |
FxHLR::Collector::Collector | ( | Collector & | collector | ) |
|
virtual |
void FxHLR::Collector::AddEntities | ( | const OdDbEntityPtrArray & | pEnts | ) |
void FxHLR::Collector::AddEntities | ( | const OdDbObjectIdArray & | ids | ) |
void FxHLR::Collector::AddEntity | ( | const OdDbObjectId & | id | ) |
void FxHLR::Collector::AddEntity | ( | OdDbEntityPtr | pEnt | ) |
void FxHLR::Collector::Clear | ( | ) |
const OdDbEntityPtrArray & FxHLR::Collector::GetInputEntities | ( | ) | const |
const OdDbObjectIdArray & FxHLR::Collector::GetInputEntityIds | ( | ) | const |
void FxHLR::Collector::RemoveEntities | ( | const OdDbEntityPtrArray & | pEnts | ) |
void FxHLR::Collector::RemoveEntities | ( | OdDbObjectIdArray & | ids | ) |
void FxHLR::Collector::RemoveEntity | ( | const OdDbObjectId & | id | ) |
void FxHLR::Collector::RemoveEntity | ( | OdDbEntityPtr | pEnt | ) |
|
protected |
|
protected |