11 #define HandlerId_DisplayFilter 22809
68 virtual bool _IsEqual (
void const* data,
void const* rhsData,
size_t dataSize,
double distanceTolerance)
const {
return 0 == memcmp (data, rhsData, dataSize);}
77 DGNPLATFORM_EXPORT bool IsEqual (
void const* data,
void const* rhsData,
size_t dataSize,
double distanceTolerance);
128 typedef bvector<struct DisplayFilterState*> T_States;
Definition: ViewContext.h:358
Class for enumerating the common properties of elements such as color and level and changing those pr...
Definition: PropertyContext.h:597
uint16_t UInt16
Definition: Bentley.r.h:118
bool operator<(const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs)
Definition: basic_string.h:1326
struct DgnPlatform::TransformInfo const & TransformInfoCR
Definition: DgnPlatform.h:464
IManager * GetManager()
Return a pointer to the one and only relationship manager.
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
struct DgnPlatform::ElementHandle const * ElementHandleCP
Definition: DgnPlatform.h:260
Use the ElementCopyContext class to copy elements.
Definition: ElementCopyContext.h:241
int StatusInt
Definition: Bentley.h:222
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
Definition: Bentley.h:210
#define BeAssert(_Expression)
BeAssert performs the same function as the standard assert, plus it prevents the most common cases of...
Definition: BeAssert.h:56
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51
#define HandlerId_DisplayFilter
Definition: DisplayFilterManager.h:11