|
CFx SDK Documentation
2020SP3
|
#include <GsBaseVectorizer.h>
Public Member Functions | |
| OdGsWriter () | |
| OdGsExtAccum & | extentsAccum () |
| OdGsBaseModel * | gsModel () const |
| bool | isRecordingMetafile () |
| OdGsGeomPortion * | currentGeomPortion () const |
| void | beginMetafileRecording (OdGsGeomPortion *pGeomPortion) |
| void | endMetafileRecording () |
| void | onNestedDrawable (OdDbStub *layerId) |
| void | separateMetafile () |
| bool | isLayerFrozen (OdGsLayerNode *pLayerNode) const |
Public Attributes | |
| OdGsBaseModel * | m_pGsModel |
Protected Attributes | |
| OdGsExtAccumPtr | m_pExtAccum |
| OdGsGeomPortion * | m_pGeomPortion |
| OdGsBaseVectorizer * | m_vectorizer |
Friends | |
| class | OdGsBaseVectorizer |
Corresponding C++ library: TD_Gs
<group OdGs_Classes>
Definition at line 61 of file GsBaseVectorizer.h.
| OdGsWriter::OdGsWriter | ( | ) |
|
inline |
Definition at line 78 of file GsBaseVectorizer.h.
|
inline |
Definition at line 76 of file GsBaseVectorizer.h.
| void OdGsWriter::endMetafileRecording | ( | ) |
|
inline |
Returns the accumulated extents when writing to the object.
Definition at line 69 of file GsBaseVectorizer.h.
|
inline |
Definition at line 73 of file GsBaseVectorizer.h.
| bool OdGsWriter::isLayerFrozen | ( | OdGsLayerNode * | pLayerNode | ) | const |
|
inline |
Definition at line 75 of file GsBaseVectorizer.h.
| void OdGsWriter::onNestedDrawable | ( | OdDbStub * | layerId | ) |
| void OdGsWriter::separateMetafile | ( | ) |
|
friend |
Definition at line 85 of file GsBaseVectorizer.h.
|
protected |
Definition at line 95 of file GsBaseVectorizer.h.
|
protected |
Definition at line 96 of file GsBaseVectorizer.h.
| OdGsBaseModel* OdGsWriter::m_pGsModel |
Definition at line 92 of file GsBaseVectorizer.h.
|
protected |
Definition at line 97 of file GsBaseVectorizer.h.