26 struct PersistentElementRefList;
27 struct PersistentElementRefBlock;
47 virtual void MakeClassAbstract() = 0;
60 PersistentElementRefBlock* m_currBlock;
105 virtual void MakeClassAbstract() = 0;
134 virtual void _OnCleanup (
DgnModelR host) = 0;
166 virtual bool _Dummy1(
void*) {
return false;}
167 virtual bool _Dummy2(
void*) {
return false;}
168 virtual bool _Dummy3(
void*) {
return false;}
240 virtual void MakeClassAbstract() = 0;
350 enum IteratorState {ITERATING_DictionaryElements = 0, ITERATING_ControlElms = 1, ITERATING_GraphicElms = 2, ITERATING_HitEOF = 3};
356 IteratorState m_state;
iterator begin()
Definition: stdcxx/bstdmap.h:178
iterator end()
Definition: stdcxx/bstdmap.h:186
wchar_t const * WCharCP
Definition: Bentley.h:224
uint32_t UInt32
Definition: Bentley.r.h:128
#define NULL
Definition: Bentley.h:157
#define BEGIN_BENTLEY_NAMESPACE
Definition: Bentley.r.h:24
struct DgnPlatform::FileLevelCache const & FileLevelCacheCR
Definition: DgnPlatform.h:268
BentleyStatus
Definition: Bentley.h:208
struct DgnPlatform::DgnModelFillContext * DgnModelFillContextP
Definition: DgnPlatform.h:169
struct DgnPlatform::ReferencedByArray const & ReferencedByArrayCR
Definition: DgnPlatform.h:435
DVec3d operator*(Transform const &transform, DVec3d const &vector)
operator overload for multiplication of a transform and a vector li>The vector appears on the left as...
bool operator!=(const BentleyAllocator< _Ty > &, const BentleyAllocator< _Other > &)
Definition: BentleyAllocator.h:152
int StatusInt
Definition: Bentley.h:222
#define END_BENTLEY_NAMESPACE
Definition: Bentley.r.h:25
struct DgnPlatform::ModelInfo const & ModelInfoCR
Definition: DgnPlatform.h:400
A 3d low and high corner pair for range boxes.
Definition: drange3d.h:20