CFx SDK Documentation
2023 SP0
|
#include <TrGL2LocalTransient.h>
Public Types | |
typedef OdSmartPtr< OdTrGL2LocalTransient > | Ptr |
Public Member Functions | |
OdTrGL2LocalTransient () | |
virtual | ~OdTrGL2LocalTransient () |
OdTrRndLocalTransientManager * | owner () const |
void | invalidate () |
void | invalidate (OdTrVisViewportId vpId) |
bool | isAttached (OdTrVisViewportId vpId) const |
OdRxObject * | viewportData (OdTrVisViewportId id) |
virtual void | draw (OdTrVisMetafileBuilderPtr mfBuilder, const OdTrGL2LocalRenderer *pRenderer)=0 |
Public Member Functions inherited from OdRxObject | |
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 |
Protected Types | |
enum | Flags { kInvalid = 1 , kMViewCompatible = 2 , kAutoRegen = 4 } |
typedef std::map< OdTrVisViewportId, OdRxObjectPtr > | MetaDataMap |
Protected Member Functions | |
void | setInvalid () |
void | setValid () |
bool | isValid () const |
void | setMultiViewCompatible (bool bSet) |
bool | isMultiViewCompatible () const |
void | setAutoRegen (bool bSet) |
bool | isAutoRegen () const |
Protected Attributes | |
OdUInt16 | m_flags |
OdUInt16 | m_counter |
MetaDataMap | m_metaData |
OdTrRndLocalTransientManager * | m_pOwner |
Friends | |
class | OdTrGL2LocalTransientManagerImpl |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
<group ExRender_Windows_Classes>
Definition at line 42 of file TrGL2LocalTransient.h.
|
protected |
Definition at line 64 of file TrGL2LocalTransient.h.
Definition at line 86 of file TrGL2LocalTransient.h.
|
protected |
Enumerator | |
---|---|
kInvalid | |
kMViewCompatible | |
kAutoRegen |
Definition at line 45 of file TrGL2LocalTransient.h.
|
inline |
Definition at line 68 of file TrGL2LocalTransient.h.
|
inlinevirtual |
Definition at line 73 of file TrGL2LocalTransient.h.
|
pure virtual |
void OdTrGL2LocalTransient::invalidate | ( | ) |
void OdTrGL2LocalTransient::invalidate | ( | OdTrVisViewportId | vpId | ) |
bool OdTrGL2LocalTransient::isAttached | ( | OdTrVisViewportId | vpId | ) | const |
|
inlineprotected |
Definition at line 62 of file TrGL2LocalTransient.h.
|
inlineprotected |
Definition at line 59 of file TrGL2LocalTransient.h.
|
inlineprotected |
Definition at line 56 of file TrGL2LocalTransient.h.
|
inline |
Definition at line 75 of file TrGL2LocalTransient.h.
|
inlineprotected |
Definition at line 61 of file TrGL2LocalTransient.h.
|
inlineprotected |
Definition at line 54 of file TrGL2LocalTransient.h.
|
inlineprotected |
Definition at line 58 of file TrGL2LocalTransient.h.
|
inlineprotected |
Definition at line 55 of file TrGL2LocalTransient.h.
OdRxObject* OdTrGL2LocalTransient::viewportData | ( | OdTrVisViewportId | id | ) |
|
friend |
Definition at line 53 of file TrGL2LocalTransient.h.
|
protected |
Definition at line 51 of file TrGL2LocalTransient.h.
|
protected |
Definition at line 51 of file TrGL2LocalTransient.h.
|
protected |
Definition at line 65 of file TrGL2LocalTransient.h.
|
protected |
Definition at line 66 of file TrGL2LocalTransient.h.