CFx SDK Documentation  2020SP3
Public Member Functions | List of all members
CloudGfxCache::VectorizerCtx Class Referenceabstract

#include <GfxCache.h>

Inheritance diagram for CloudGfxCache::VectorizerCtx:
OdRxObject

Public Member Functions

virtual void setViewCtx (const OdGsView &view, double simplfTol, double sewTol)=0
 
virtual OdStreamBufPtr newGfxBuf (const OdUInt64 handle)
 
virtual void putGfx (const OdUInt64 handle, OdStreamBuf &gfxData, const OdUInt32 awareFlags, const OdGeExtents3d &extents, const OdStringArray &fonts)=0
 
virtual OdStreamBufPtr getGfx (const OdUInt64 handle)=0
 
virtual void getFonts (const OdUInt64 handle, OdStringArray &fontsIn)=0
 
virtual bool getGfx (const OdUInt64 handle, OdUInt32 &awareFlags, OdGeExtents3d &extents)=0
 
virtual void delGfx (const OdUInt64 handle)=0
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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 OdRxClassdesc ()
 

Detailed Description

Definition at line 60 of file GfxCache.h.

Member Function Documentation

◆ delGfx()

virtual void CloudGfxCache::VectorizerCtx::delGfx ( const OdUInt64  handle)
pure virtual

◆ getFonts()

virtual void CloudGfxCache::VectorizerCtx::getFonts ( const OdUInt64  handle,
OdStringArray fontsIn 
)
pure virtual

◆ getGfx() [1/2]

virtual OdStreamBufPtr CloudGfxCache::VectorizerCtx::getGfx ( const OdUInt64  handle)
pure virtual

◆ getGfx() [2/2]

virtual bool CloudGfxCache::VectorizerCtx::getGfx ( const OdUInt64  handle,
OdUInt32 awareFlags,
OdGeExtents3d extents 
)
pure virtual

◆ newGfxBuf()

virtual OdStreamBufPtr CloudGfxCache::VectorizerCtx::newGfxBuf ( const OdUInt64  handle)
inlinevirtual

Definition at line 63 of file GfxCache.h.

◆ putGfx()

virtual void CloudGfxCache::VectorizerCtx::putGfx ( const OdUInt64  handle,
OdStreamBuf gfxData,
const OdUInt32  awareFlags,
const OdGeExtents3d extents,
const OdStringArray fonts 
)
pure virtual

◆ setViewCtx()

virtual void CloudGfxCache::VectorizerCtx::setViewCtx ( const OdGsView view,
double  simplfTol,
double  sewTol 
)
pure virtual

The documentation for this class was generated from the following file: