|
typedef OdTfPropertiesContainer::size_type | PropertyIndexType |
|
typedef OdTfVariantArray::size_type | ItemIndexType |
|
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
,
kDrawableNotAllowLCS = 32768
, kDrawableMergeControlOff = 65536
, kLastFlag = kDrawableMergeControlOff
} |
|
enum | DrawableType {
kGeometry = 0
, kDistantLight = 1
, kPointLight = 2
, kSpotLight = 3
,
kAmbientLight
, kSolidBackground
, kGradientBackground
, kImageBackground
,
kGroundPlaneBackground
, kViewport
, kWebLight
, kSkyBackground
,
kImageBasedLightingBackground
} |
|
virtual const OdTfObject * | getOwner () const =0 |
|
virtual OdResult | getProperty (const OdTfProperty *pPI, OdTfVariant &value, const ItemIndexType arrayIndex=-1) const =0 |
|
virtual OdResult | setProperty (const OdTfProperty *pPI, const OdTfVariant &value, const ItemIndexType arrayIndex=-1)=0 |
|
virtual OdResult | getProperty (const OdString &name, OdTfVariant &value, const ItemIndexType arrayIndex=-1, const OdTfClass *pClass=NULL) const =0 |
|
virtual OdResult | setProperty (const OdString &name, const OdTfVariant &value, const ItemIndexType arrayIndex=-1, const OdTfClass *pClass=NULL)=0 |
|
virtual OdResult | getProperty (const PropertyIndexType propertyIndex, OdTfVariant &value, const ItemIndexType arrayIndex=-1) const =0 |
|
virtual OdResult | setProperty (const PropertyIndexType propertyIndex, const OdTfVariant &value, const ItemIndexType arrayIndex=-1)=0 |
|
virtual void | addReactor (OdTfObjectReactor *pReactor)=0 |
|
virtual void | removeReactor (OdTfObjectReactor *pReactor)=0 |
|
virtual void | addPersistentReactor (OdTfPersistentReactor *pPersistentReactor)=0 |
|
virtual void | removePersistentReactor (OdTfPersistentReactor *pPersistentReactor)=0 |
|
virtual bool | hasPersistentReactor (OdTfPersistentReactor *pPersistentReactor) const =0 |
|
virtual void | getPersistentReactors (OdTfPersistentReactorArray &elmIds)=0 |
|
virtual void | getTransientReactors (OdTfObjectReactorArray &reactors)=0 |
|
| 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 |
|
virtual bool | isPersistent () const =0 |
|
virtual OdDbStub * | id () const =0 |
|
virtual void | setGsNode (OdGsCache *pGsNode)=0 |
|
virtual OdGsCache * | gsNode () const =0 |
|
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 OdRxObjectPtr | cast (const OdRxObject *pointer) |
|
static OdRxClass * | desc () |
|
| OdGiDrawable () |
|
virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const =0 |
|
virtual bool | subWorldDraw (OdGiWorldDraw *wd) const =0 |
|
virtual void | subViewportDraw (OdGiViewportDraw *vd) const =0 |
|
virtual OdUInt32 | subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const |
|
virtual OdUInt32 | subRegenSupportFlags () const |
|
An abstract interface class that implements working with a Tf database objects. Corresponding C++ library: Od_Tf <group OdTf_Classes>
Definition at line 38 of file TfDatabase.h.