|
CFx SDK Documentation 2024 SP0
|
#include <GiMetafiler.h>
Classes | |
| class | Record |
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdGiGeometryMetafile) | |
| ODCA_HEAP_OPERATORS () | |
| OdGiGeometryMetafile () | |
| virtual | ~OdGiGeometryMetafile () |
| void | clear () |
| void | play (OdGiConveyorGeometry *pGeom, OdGiConveyorContext *pCtx) const |
| void | play (OdGiConveyorOutput &output, OdGiConveyorContext *pCtx) const |
| virtual OdUInt64 | metafileSize () const |
| void | setRecords (Record *pRec) |
| bool | isEmpty () const |
| Record * | firstRecord () const |
| Record * | lastRecord () const |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| OdGiGeometryMetafile::OdGiGeometryMetafile | ( | ) |
Default constructor for objects of the OdGiGeometryMetafile class.
|
virtual |
Destructor for objects of the OdGiGeometryMetafile class.
| void OdGiGeometryMetafile::clear | ( | ) |
Clears all records of this geometry metafile object.
|
inline |
Retrieves the head record of this geometry metafile object.
Definition at line 215 of file GiMetafiler.h.
|
inline |
Indicates whether this geometry metafile object is empty.
Definition at line 207 of file GiMetafiler.h.
| Record * OdGiGeometryMetafile::lastRecord | ( | ) | const |
Retrieves the last record of this geometry metafile object.
|
virtual |
Retrieves the size of this geometry metafile object.
| OdGiGeometryMetafile::ODCA_HEAP_OPERATORS | ( | ) |
| OdGiGeometryMetafile::ODRX_DECLARE_MEMBERS | ( | OdGiGeometryMetafile | ) |
| void OdGiGeometryMetafile::play | ( | OdGiConveyorGeometry * | pGeom, |
| OdGiConveyorContext * | pCtx | ||
| ) | const |
Plays this geometry metafile object.
| pGeom | [in] Conveyor geometry. |
| pCtx | [in] Conveyor context. |
| void OdGiGeometryMetafile::play | ( | OdGiConveyorOutput & | output, |
| OdGiConveyorContext * | pCtx | ||
| ) | const |
Plays this geometry metafile object.
| output | [in] Conveyor output. |
| pCtx | [in] Conveyor context. |
Sets records for this geometry metafile object.
| pRec | [in] Head record of the list of records to be set. |
Definition at line 195 of file GiMetafiler.h.