|
| enum | SetAttributesFlags {
kDrawableNone = 0,
kDrawableIsAnEntity = 1,
kDrawableUsesNesting = 2,
kDrawableIsCompoundObject = 4,
kDrawableViewIndependentViewportDraw = 8,
kDrawableIsInvisible = 16,
kDrawableHasAttributes = 32,
kDrawableRegenTypeDependantGeometry = 64,
kDrawableIsDimension = (kDrawableIsAnEntity + kDrawableIsCompoundObject + 128),
kDrawableRegenDraw = 256,
kDrawableStandardDisplaySingleLOD = 512,
kDrawableShadedDisplaySingleLOD = 1024,
kDrawableViewDependentViewportDraw = 2048,
kDrawableBlockDependentViewportDraw = 4096,
kDrawableIsExternalReference = 8192,
kDrawableNotPlottable = 16384,
kLastFlag = kDrawableNotPlottable
} |
| |
| enum | DrawableType {
kGeometry = 0,
kDistantLight = 1,
kPointLight = 2,
kSpotLight = 3,
kAmbientLight,
kSolidBackground,
kGradientBackground,
kImageBackground,
kGroundPlaneBackground,
kViewport,
kWebLight,
kSkyBackground,
kImageBasedLightingBackground
} |
| |
| | OdIfcCachedCompound () |
| |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| |
| virtual OdGsCache * | gsNode () const |
| |
| virtual void | compose (OdIfcModel *pModel) |
| |
| OdIfcEntityType | type () |
| |
| OdRxValue | getAttr (const OdIfcAttribute attrDef) const |
| |
| virtual OdRxValue | getAttr (const OdAnsiString &attrName) const |
| |
| OdIfcModel * | owningModel () const |
| |
| bool | isKindOf (OdIfcEntityType type) const |
| |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| |
| OdAnsiString | typeName () |
| |
| virtual bool | isPersistent () const |
| |
| virtual OdDbStub * | id () const |
| |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| |
| virtual void | subViewportDraw (OdGiViewportDraw *vd) const |
| |
| | ODRX_DECLARE_MEMBERS (OdGiDrawable) |
| |
| virtual DrawableType | drawableType () const |
| |
| ODRX_SEALED_VIRTUAL OdUInt32 | setAttributes (OdGiDrawableTraits *pTraits) const ODRX_SEALED |
| |
| ODRX_SEALED_VIRTUAL bool | worldDraw (OdGiWorldDraw *pWd) const ODRX_SEALED |
| |
| ODRX_SEALED_VIRTUAL void | viewportDraw (OdGiViewportDraw *pVd) const ODRX_SEALED |
| |
| ODRX_SEALED_VIRTUAL OdUInt32 | viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_SEALED |
| |
| virtual OdResult | getGeomExtents (OdGeExtents3d &extents) const |
| |
| ODRX_SEALED_VIRTUAL OdUInt32 | regenSupportFlags () const ODRX_SEALED |
| |
| | ODRX_HEAP_OPERATORS () |
| |
| | OdRxObject () |
| |
| virtual | ~OdRxObject () |
| |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| |
| virtual OdRxClass * | isA () const |
| |
| virtual void | addRef ()=0 |
| |
| virtual void | release ()=0 |
| |
| virtual long | numRefs () const |
| |
| bool | isKindOf (const OdRxClass *pClass) const |
| |
| virtual OdRxObjectPtr | clone () const |
| |
| virtual void | copyFrom (const OdRxObject *pSource) |
| |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
| |
| static OdIfcEntityPtr | earlyAccess (OdIfcCompound *pInst) |
| |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| |
| static OdRxClass * | desc () |
| |
| | OdGiDrawable () |
| |
| virtual OdUInt32 | subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const |
| |
| virtual OdUInt32 | subRegenSupportFlags () const |
| |
| OdGsCache * | m_pGsNode |
| |
| OdIfcEntity * | m_pEntInst |
| |
Definition at line 39 of file IfcRoot.h.