CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef __FMMDL_ENTITY_H__
25 #define __FMMDL_ENTITY_H__
74 bool isFlagOn(
OdUInt32 iFlag )
const;
79 void setIsFlagOn(
OdUInt32 iFlag,
bool bOn );
109 m_flags = ent.m_flags;
125 return GETBIT( m_flags, iFlag );
129 SETBIT( m_flags, iFlag, bOn );
142 #endif //__FMMDL_ENTITY_H__
#define GETBIT(flags, bit)
OdUInt32 FLAG(OdUInt32 i)
void setTag(FacetModeler::AecTagType nTag)
#define SETBIT(flags, bit, value)
bool isFlagOn(OdUInt32 iFlag) const
FacetModeler::AecTagType tag() const
Entity & operator=(const Entity &)
void setIsFlagOn(OdUInt32 iFlag, bool bOn)
void setFlags(OdUInt32 iFlags)