|
| | OdGsBaseMaterialView (OdUInt32 uMaterialViewFlags=kProcessMappersAndMaterials) |
| |
| | OdGsBaseVectorizeViewJoin () |
| |
| virtual void | clearLinetypeCache () |
| |
| | ODRX_USING_HEAP_OPERATORS (OdGsBaseMaterialViewPC) |
| |
| OdGeMatrix3d | objectToDeviceMatrix () const |
| |
| int | lineweightToPixels (OdDb::LineWeight lineweight) const |
| |
| double | lineweightToPixels (double lineweight) const |
| |
| void | setVisualStyle (const OdGiVisualStyle &visualStyle) |
| |
| bool | isSupportPlotStyles () const |
| |
| | OdGsBaseVectorizeView () |
| |
| | ~OdGsBaseVectorizeView () |
| |
| virtual OdGiContext * | userGiContext () const |
| |
| virtual void | setUserGiContext (OdGiContext *pUserGiContext) |
| |
| virtual void | update () |
| |
| virtual void | select (const OdGePoint2d *aPtDc, int numPoints, OdGsSelectionReactor *pReactor, OdGsView::SelectionMode mode=OdGsView::kCrossing) |
| |
| | TD_USING (OdGsViewImpl::select) |
| |
| virtual bool | viewExtents (OdGeBoundBlock3d &extents) const |
| |
| bool | sceneDept (double &zNear, double &zFar, OdGsOverlayId nOverlay) const |
| |
| bool | sceneDept (double &zNear, double &zFar) const |
| |
| virtual OdUInt32 | numVectorizers () const =0 |
| |
| | ODRX_DECLARE_MEMBERS (OdGsViewImpl) |
| |
| | OdGsViewImpl () |
| |
| | ~OdGsViewImpl () |
| |
| virtual void | init (OdGsBaseVectorizeDevice *pDevice, const OdGsClientViewInfo *pViewInfo=0, bool enableLayerVisibilityPerView=false) |
| |
| virtual OdGsDevice * | device () const |
| |
| virtual void | clientViewInfo (OdGsClientViewInfo &viewInfo) const |
| |
| virtual RenderMode | mode () const |
| |
| bool | setModeOverride (RenderMode mode) |
| |
| virtual void | setMode (RenderMode mode) |
| |
| virtual void | freezeLayer (OdDbStub *layerID) |
| |
| virtual void | thawLayer (OdDbStub *layerID) |
| |
| virtual void | clearFrozenLayers () |
| |
| virtual void | setViewportBorderProperties (ODCOLORREF color, int width) |
| |
| virtual void | getViewportBorderProperties (ODCOLORREF &color, int &width) const |
| |
| virtual void | setViewportBorderVisibility (bool visible) |
| |
| virtual bool | isViewportBorderVisible () const |
| |
| virtual void | setEnableFrontClip (bool enable) |
| |
| virtual bool | isFrontClipped () const |
| |
| virtual void | setFrontClip (double distance) |
| |
| virtual double | frontClip () const |
| |
| virtual void | setEnableBackClip (bool enable) |
| |
| virtual bool | isBackClipped () const |
| |
| virtual void | setBackClip (double distance) |
| |
| virtual double | backClip () const |
| |
| virtual OdGePoint3d | position () const |
| |
| virtual OdGePoint3d | target () const |
| |
| virtual OdGeVector3d | upVector () const |
| |
| virtual double | fieldWidth () const |
| |
| virtual double | fieldHeight () const |
| |
| double | windowAspect () const |
| |
| virtual double | lensLength () const |
| |
| virtual void | setLensLength (double lensLength) |
| |
| virtual bool | isPerspective () const |
| |
| virtual void | beginInteractivity (double frameRateInHz) |
| |
| virtual bool | isInInteractivity () const |
| |
| virtual double | interactivityFrameRate () const |
| |
| virtual void | endInteractivity () |
| |
| virtual void | flush () |
| |
| virtual void | hide () |
| |
| virtual void | show () |
| |
| virtual bool | isVisible () |
| |
| virtual OdGsViewPtr | cloneView (bool cloneViewParameters=true, bool cloneGeometry=false) |
| |
| virtual bool | exceededBounds () |
| |
| virtual void | enableStereo (bool enabled) |
| |
| virtual bool | isStereoEnabled () const |
| |
| virtual void | setStereoParameters (double magnitude, double parallax) |
| |
| virtual void | getStereoParameters (double &magnitude, double ¶llax) const |
| |
| virtual void | initLights (OdRxIterator *pLightsIterator) |
| |
| virtual void | getSnapShot (OdGiRasterImagePtr &pImage, const OdGsDCRect ®ion) |
| |
| virtual void | setViewport (const OdGePoint2d &lowerLeft, const OdGePoint2d &upperRight) |
| |
| virtual void | setViewport (const OdGsDCRect &screenRect) |
| |
| virtual void | setViewport (const OdGsDCRectDouble &screenRec) |
| |
| virtual void | getViewport (OdGePoint2d &lowerLeft, OdGePoint2d &upperRight) const |
| |
| virtual void | getViewport (OdGsDCRect &screenRect) const |
| |
| virtual void | getViewport (OdGsDCRectDouble &screenRec) const |
| |
| virtual OdGeMatrix3d | screenMatrix () const |
| |
| virtual OdGeMatrix3d | worldToDeviceMatrix () const |
| |
| virtual OdGeMatrix3d | viewingMatrix () const |
| |
| virtual OdGeMatrix3d | projectionMatrix () const |
| |
| virtual void | viewParameters (OdGsView *pView) const |
| |
| virtual double | lineweightToDcScale () const |
| |
| virtual void | setLineweightToDcScale (double scale) |
| |
| virtual void | setLineweightEnum (int numLineweights, const OdUInt8 *lineweights) |
| |
| virtual void | setLinetypeScaleMultiplier (double linetypeScaleMultiplier) |
| |
| virtual void | setAlternateLinetypeScaleMultiplier (double linetypeAlternateScaleMultiplier) |
| |
| virtual double | linetypeScaleMultiplier () const |
| |
| virtual void | dolly (const OdGeVector3d &dollyVector) |
| |
| virtual void | dolly (double xDolly, double yDolly, double zDolly) |
| |
| virtual void | roll (double rollAngle) |
| |
| virtual void | orbit (double xOrbit, double yOrbit) |
| |
| virtual void | zoom (double zoomFactor) |
| |
| virtual void | pan (double xPan, double yPan) |
| |
| virtual void | setView (const OdGePoint3d &position, const OdGePoint3d &target, const OdGeVector3d &upVector, double fieldWidth, double fieldHeight, Projection projection=kParallel) |
| |
| virtual void | zoomExtents (const OdGePoint3d &minPt, const OdGePoint3d &maxPt) |
| |
| virtual void | zoomWindow (const OdGePoint2d &lowerLeft, const OdGePoint2d &upperRight) |
| |
| virtual bool | pointInView (const OdGePoint3d &pt) const |
| |
| virtual bool | extentsInView (const OdGePoint3d &minPt, const OdGePoint3d &maxPt) const |
| |
| virtual void | viewportClipRegion (OdIntArray &counts, OdGePoint2dArray &vertices) const |
| |
| virtual void | viewportClipRegion (OdIntArray &counts, OdGsDCPointArray &dcPts) const |
| |
| virtual void | setViewportClipRegion (int numContours, const int *numVertices, const OdGePoint2d *vertices) |
| |
| virtual void | setViewportClipRegion (int numContours, int const *numVertices, OdGsDCPoint const *vertices) |
| |
| bool | isDependentViewportView () const |
| |
| bool | isDependentGeometryView () const |
| |
| bool | isHelperView () const |
| |
| const OdGsBaseModule * | getGsModulePtr () const |
| |
| const OdGiContextualColors * | contextualColors () const |
| |
| void | setContextualColors (OdGiContextualColors *pColors) |
| |
| virtual bool | pointInViewport (const OdGePoint2d &screenPoint) const |
| |
| virtual void | setClearColor (ClearColor color) |
| |
| virtual void | invalidate () |
| |
| virtual void | invalidate (const OdGsDCRect &rect) |
| |
| virtual void | invalidateCachedViewportGeometry () |
| |
| virtual void | select (const OdGsDCPoint *points, int numPoints, OdGsSelectionReactor *pReactor, SelectionMode mode=kCrossing) |
| |
| virtual bool | add (OdGiDrawable *sceneGraph, OdGsModel *model) |
| |
| virtual bool | erase (OdGiDrawable *sceneGraph) |
| |
| virtual void | eraseAll () |
| |
| virtual OdGsModel * | getModel (const OdGiDrawable *pDrawable) const |
| |
| virtual OdGsModelArray | getModelList () const |
| |
| virtual bool | isValid () const |
| |
| virtual void | getNumPixelsInUnitSquare (const OdGePoint3d &givenWorldpt, OdGePoint2d &pixelArea, bool includePerspective=true) const |
| |
| virtual void | setBackground (OdDbStub *backgroundId) |
| |
| virtual OdDbStub * | background () const |
| |
| virtual void | setVisualStyle (OdDbStub *visualStyleId) |
| |
| virtual OdDbStub * | visualStyle () const |
| |
| virtual bool | visualStyle (OdGiVisualStyle &vs) const |
| |
| virtual void | enableDefaultLighting (bool bEnable, DefaultLightingType lightType=kTwoLights) |
| |
| bool | defaultLightingEnabled () const |
| |
| DefaultLightingType | defaultLightingType () const |
| |
| OdUInt32 | viewportId () const |
| |
| bool | isValidViewportId (const OdUInt32 vpId) const |
| |
| OdDbStub * | getViewportObjectId () const |
| |
| OdGsBaseVectorizeDevice * | baseDevice () |
| |
| const OdGsBaseVectorizeDevice * | baseDevice () const |
| |
| OdDbStub * | annotationScaleId () const |
| |
| OdIntPtr | drawablesFilterFunction () const |
| |
| bool | isSnapping () const |
| |
| void | setSnapping (bool val) |
| |
| bool | isRegenOnDrawForbidden () const |
| |
| void | setRegenOnDrawForbidden (bool val) |
| |
| bool | isAccumulateVpChanges () const |
| |
| double | linetypeAlternateScaleMultiplier () const |
| |
| virtual bool | isSupportLegacyWireframeMode () const |
| |
| virtual bool | isLegacyWireframeMode () const |
| |
| virtual void | setLegacyWireframeMode (bool bSet) |
| |
| virtual bool | isSupportLegacyHiddenMode () const |
| |
| virtual bool | isLegacyHiddenMode () const |
| |
| virtual void | setLegacyHiddenMode (bool bSet) |
| |
| bool | isSupportPlotStyles () const |
| |
| virtual bool | isPlotTransparency () const |
| |
| virtual void | setPlotTransparency (bool bSet) |
| |
| OdUInt32 | frozenLayers () const |
| |
| void | frozenLayers (OdDbStubPtrArray &frozenLayers) const |
| |
| bool | isLayerVisible (OdDbStub *layerId) const |
| |
| int | lineweightToPixels (OdDb::LineWeight lineweight) const |
| |
| double | lineweightToPixels (double lineweight) const |
| |
| void | screenRect (OdGsDCPoint &lowerLeft, OdGsDCPoint &upperRight) const |
| |
| void | screenRect (OdGePoint2d &lowerLeft, OdGePoint2d &upperRight) const |
| |
| void | screenRectNorm (OdGsDCRect &normalizedRect) const |
| |
| void | viewportDcCorners (OdGePoint2d &lower_left, OdGePoint2d &upper_right) const |
| |
| bool | doPerspectivePt (OdGePoint3d &point) const |
| |
| bool | doInversePerspectivePt (OdGePoint3d &point) const |
| |
| const OdGeMatrix3d & | eyeToWorldMatrix () const |
| |
| const OdGeMatrix3d & | worldToEyeMatrix () const |
| |
| OdGeMatrix3d | eyeToScreenMatrix (OdGsOverlayId nOverlay=kGsMainOverlay) const |
| |
| OdGeMatrix3d | worldToDeviceMatrix (OdGsOverlayId nOverlay) const |
| |
| OdGeMatrix3d | objectToDeviceMatrix (OdGsOverlayId nOverlay) const |
| |
| OdGeMatrix3d | projectionMatrix (OdUInt32 nIncludes, OdGsOverlayId nOverlay=kGsMainOverlay) const |
| |
| ClearColor | clearColor () const |
| |
| virtual void | invalidate (const OdGeExtents3d &worldExt, const OdGsModel *pModel, OdDb::LineWeight extendByLineweight=OdDb::kLnWt000) |
| |
| void | invalidate (const OdGsUpdateExtents &extents, const OdGsModel *pModel) |
| |
| void | invalidateRegion (const OdGiPathNode &path) |
| |
| OdGsDCRectArray | invalidRects (OdGsOverlayId nOverlay=kGsMainOverlay) const |
| |
| bool | isViewportOnScreen () const |
| |
| bool | isCompletelyVisible () const |
| |
| void | setCompletelyVisible (bool val) |
| |
| void | setInversion (bool invertedX, bool invertedY) |
| |
| OdGiRegenType | getRegenType () const |
| |
| double | focalLength () const |
| |
| const OdGeVector3d & | eyeVector () const |
| |
| const OdGeVector3d & | xVector () const |
| |
| const OdGeVector3d & | getUpVector () const |
| |
| double | getLinetypeScaleMultiplier () const |
| |
| double | getLinetypeGenerationCriteria () const |
| |
| virtual double | getDeviation (const OdGiDeviationType deviationType, const OdGePoint3d &pointOnCurve, bool bRecalculate=false) const |
| |
| void | initDeviation () |
| |
| int | cachedDrawables () const |
| |
| virtual bool | isViewRegenerated () const |
| |
| bool | isNonRectClipped () const |
| |
| bool | hasLweights () const |
| |
| const OdUInt8Array & | getLweightsEnum () const |
| |
| const OdGePoint2d & | dcScreenMin () const |
| |
| const OdGePoint2d & | dcScreenMax () const |
| |
| const OdGePoint2d & | dcLowerLeft () const |
| |
| const OdGePoint2d & | dcUpperRight () const |
| |
| OdGeMatrix3d | perspectiveMatrix () const |
| |
| void | invalidateCachedViewportGeometry (OdUInt32 mask) |
| |
| void | registerOverlay (const OdGsModel *pModel) |
| |
| void | unregisterOverlay (const OdGsModel *pModel) |
| |
| virtual int | partialUpdateExtentsEnlargement () const |
| |
| double | calcDeviation (const OdGiDeviationType type, const OdGePoint3d &pt) const |
| |
| OdGsPropertiesPtr | getViewportPropertiesRoot () const |
| |
| bool | updateViewportProperties (OdUInt32 incFlags) |
| |
| OdGsPropertiesPtr | getViewportPropertiesForType (OdGsProperties::PropertiesType type) const |
| |
| const OdGeMatrix3d & | rotationMatrix () const |
| |
| short | viewportRotation () const |
| |
| bool | isRotated () const |
| |
| double | unrotatedFieldHeight () const |
| |
| double | unrotatedFieldWidth () const |
| |
| double | actualFieldWidth () const |
| |
| double | actualFieldHeight () const |
| |
| virtual void | initCullingVolume () |
| |
| void | setCullingVolume (OdGsCullingVolumePtr newVol) |
| |
| OdGsCullingVolumePtr | cullingVolume () const |
| |
| virtual bool | isCullingVolumeInitialized () const |
| |
| virtual bool | cullingVolumeIntersectWithOpt (const OdGsCullingPrimitive &prim) const |
| |
| virtual OdGsCullingVolume::IntersectionStatus | cullingVolumeIntersectWith (const OdGsCullingPrimitive &prim) const |
| |
| virtual void | cullingVolumeTransformBy (const OdGeMatrix3d &xfm) |
| |
| virtual void | setViewport3dClipping (const OdGiClipBoundary *pBoundary, const OdGiAbstractClipBoundary *pClipInfo=NULL) |
| |
| virtual const OdGiClipBoundary * | viewport3dClipping (const OdGiAbstractClipBoundary **ppClipInfo=NULL) const |
| |
| OdGiClipBoundaryWithAbstractData * | viewport3dClippingObject () |
| |
| bool | hasViewport3dClipping () const |
| |
| virtual bool | saveViewState (OdGsFiler *pFiler) const |
| |
| virtual bool | loadViewState (OdGsFiler *pFiler) |
| |
| virtual bool | saveClientViewState (OdGsFiler *pFiler) const |
| |
| virtual bool | loadClientViewState (OdGsFiler *pFiler) |
| |
| virtual const OdDbStubPtrArray & | getFrozenLayersDiff () const |
| |
| | ODRX_DECLARE_MEMBERS (OdGsView) |
| |
| void | removeViewportClipRegion () |
| |
| void | removeViewport3dClipping () |
| |
| | ODRX_HEAP_OPERATORS () |
| |
| | OdRxObject () |
| |
| virtual | ~OdRxObject () |
| |
| virtual OdRxObject * | x (const OdRxClass *pClass) 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 |
| |
| | OdGsBaseMaterialViewPC () |
| |
| | OdGsBaseMaterialVectorizer (OdUInt32 uMaterialViewFlags=kProcessMappersAndMaterials) |
| |
| | ~OdGsBaseMaterialVectorizer () |
| |
| virtual void | onTraitsModified () |
| |
| virtual void | beginMetafile (OdRxObject *pMetafile) |
| |
| virtual void | endMetafile (OdRxObject *pMetafile) |
| |
| virtual void | beginViewVectorization () |
| |
| virtual void | endViewVectorization () |
| |
| virtual void | processMaterialNode (OdDbStub *materialId, OdGsMaterialNode *node) |
| |
| virtual bool | saveMaterialCache (const OdGsMaterialNode *pNode, OdGsFiler *pFiler) |
| |
| virtual bool | loadMaterialCache (OdGsMaterialNode *pNode, OdGsFiler *pFiler) |
| |
| virtual bool | doDraw (OdUInt32 drawableFlags, const OdGiDrawable *pDrawable) |
| |
| OdGiMaterialItemPtr | currentMaterial () const |
| |
| void | resetCurrentMaterial (OdGiMaterialItemPtr pMaterial) |
| |
| bool | isMaterialEnabled () const |
| |
| bool | isMaterialAvailable () const |
| |
| void | resetCurrentMaterial () |
| |
| OdGiMapperItemPtr | currentMapper (bool bForCoords=true) const |
| |
| void | resetCurrentMapper (OdGiMapperItemPtr pMapper) |
| |
| bool | isMapperEnabled () const |
| |
| bool | isMapperAvailable () const |
| |
| bool | isMappingDelayed () const |
| |
| virtual bool | getDeviceMapperMatrix (OdGeMatrix3d &dm) const |
| |
| virtual bool | skipMaterialProcess (OdDbStub *materialId) const |
| |
| virtual void | nullMaterialStub () |
| |
| virtual OdGiMaterialItemPtr | fillMaterialCache (OdGiMaterialItemPtr prevCache, OdDbStub *materialId, const OdGiMaterialTraitsData &materialData) |
| |
| virtual void | renderMaterialCache (OdGiMaterialItemPtr pCache, OdDbStub *materialId) |
| |
| virtual void | playDelayCacheEntry (const DelayCacheEntry *pEntry) |
| |
| void | appendDelayCacheEntry (DelayCacheEntry *pEntry) |
| |
| virtual void | mapperChangedForDelayCache () |
| |
| virtual void | delayCacheProcessed (const OdGiDrawable *pDrawable) |
| |
| bool | saveMaterialItem (const OdGiMaterialItem *pMatItem, OdGsFiler *pFiler) |
| |
| OdGiMaterialItemPtr | loadMaterialItem (OdGsFiler *pFiler) |
| |
| virtual bool | saveClientMaterialCache (const OdRxObject *pMtl, OdGsFiler *pFiler) |
| |
| virtual OdRxObjectPtr | loadClientMaterialCache (OdGsFiler *pFiler, OdGiMaterialItem *pMatItem) |
| |
| | OdGsBaseVectorizer () |
| |
| OdGsWriter & | gsWriter () |
| |
| const OdGsWriter & | gsWriter () const |
| |
| OdGsExtAccum & | gsExtentsAccum () |
| |
| virtual OdRxObjectPtr | newGsMetafile () |
| |
| virtual void | playMetafile (const OdRxObject *pMetafile) |
| |
| virtual bool | saveMetafile (const OdRxObject *pMetafile, OdGsFiler *pFiler) |
| |
| virtual OdRxObjectPtr | loadMetafile (OdGsFiler *pFiler) |
| |
| bool | isMetafileEmpty () const |
| |
| OdUInt64 | lastMetafileSize () const |
| |
| virtual void | loadViewport () |
| |
| virtual bool | forceMetafilesDependence () const |
| |
| virtual bool | isViewRegenerated () const |
| |
| virtual void | drawViewportFrame () |
| |
| virtual void | updateViewport () |
| |
| virtual void | addPointLight (const OdGiPointLightTraitsData &) |
| |
| virtual void | addSpotLight (const OdGiSpotLightTraitsData &) |
| |
| virtual void | addDistantLight (const OdGiDistantLightTraitsData &) |
| |
| virtual void | addWebLight (const OdGiWebLightTraitsData &) |
| |
| | ~OdGsBaseVectorizer () |
| |
| void | pushModelTransform (const OdGeMatrix3d &xfm) |
| |
| void | pushModelTransform (const OdGeVector3d &normal) |
| |
| void | popModelTransform () |
| |
| void | pushClipBoundary (OdGiClipBoundary *pBoundary) |
| |
| void | pushClipBoundary (OdGiClipBoundary *pBoundary, OdGiAbstractClipBoundary *pClipInfo) |
| |
| void | popClipBoundary () |
| |
| virtual void | setEntityTraitsDataChanged () |
| |
| virtual void | setEntityTraitsDataChanged (int bit, bool value=true) |
| |
| bool | disableInfiniteGeomExtents () const |
| |
| bool | sectionableGeomExtentsOnly () const |
| |
| void | setSectionableGeomExtentsOnly (bool bOn) |
| |
| void | playMetafileMode (const OdRxObject *pMetafile, EMetafilePlayMode eMode) |
| |
| EMetafilePlayMode | metafilePlayMode () const |
| |
| virtual void | pushMetafileTransform (const OdGeMatrix3d &, OdUInt32=0) |
| |
| virtual void | popMetafileTransform (OdUInt32=0) |
| |
| virtual bool | useSharedBlockReferences () const |
| |
| virtual bool | useMetafileAsGeometry () const |
| |
| virtual OdGiConveyorOutput & | outputForMetafileGeometry () |
| |
| virtual void | setTransformForMetafileGeometry (const OdGeMatrix3d &) |
| |
| virtual OdGeMatrix3d | getTransformForMetafileGeometry () const |
| |
| virtual void | reportUpdateError (OdDbStub *, const OdError &error) |
| |
| OdGsLayerNode * | gsLayerNode (OdDbStub *layerId, OdGsBaseModel *pModel) |
| |
| bool | isFaded () const |
| |
| OdUInt32 | fadingIntensity () const |
| |
| bool | isHighlighted () const |
| |
| bool | isSelecting () const |
| |
| bool | isDragging () const |
| |
| virtual OdGiConveyorOutput & | gsExtentsOutput () |
| |
| virtual void | setAnalyticLinetypingCircles (bool analytic) |
| |
| virtual bool | isAnalyticLinetypingCircles () const |
| |
| virtual void | setAnalyticLinetypingComplexCurves (bool analytic) |
| |
| virtual bool | isAnalyticLinetypingComplexCurves () const |
| |
| void | checkSelection () |
| |
| virtual bool | displayViewportProperties (OdGsPropertiesDirectRenderOutput *pdro=NULL, OdUInt32 incFlags=OdGsProperties::kAll) |
| |
| OdGiConveyorOutput & | secondaryOutput () |
| |
| virtual void | setUp (OdGsViewImpl &view) |
| |
| virtual bool | regenAbort () const |
| |
| virtual void | setSelectionMarker (OdGsMarker selectionMarker) |
| |
| virtual OdGiConveyorOutput & | output () |
| |
| const OdGsMarkerArray * | highlightedSubentities () const |
| |
| OdGsHlBranch * | findHighlightedSubnodeBranch () |
| |
| OdUInt32 | threadIndex () const |
| |
| void | highlight (bool bHighlight) |
| |
| const OdGsHlBranch * | currentHighlightBranch () const |
| |
| OdGsLayerNode * | activeLayerNode (bool bSync=false) const |
| |
| OdGsModel::RenderType | activeRenderType () const |
| |
| OdGsOverlayId | activeOverlay () const |
| |
| void | updateExtentsInThreadInit (OdGsMtContext &mtContext) |
| |
| void | setRenderAbort (bool bSet) |
| |
| virtual bool | renderAbort () |
| |
| | OdGiBaseVectorizerImpl () |
| |
| OdGsViewImpl & | view () const |
| |
| OdUInt32 | awareFlags () const |
| |
| OdUInt32 & | awareFlags () |
| |
| void | resetAwareFlags () |
| |
| const OdPsPlotStyleData & | effectivePlotStyle () const |
| |
| OdGsView::RenderMode | getRenderMode () const |
| |
| void | clearLinetypeCache () |
| |
| void | setLinetypesEnabled (bool bEnable) |
| |
| bool | isLinetypesEnabled () const |
| |
| void | setModelSection (OdGiDrawable *pSection, bool bUseSectionGeometryMap) |
| |
| const OdGiDrawable * | liveSection () const |
| |
| OdGeMatrix3d | modelToWorldTransform () const |
| |
| OdGeMatrix3d | worldToModelTransform () const |
| |
| int | lineweightToPixels (OdDb::LineWeight lineweight) const |
| |
| double | lineweightToPixels (double lineweight) const |
| |
| bool | hasLineweightOverride () const |
| |
| bool | hasLinestyleOverride () const |
| |
| const OdGiLineweightOverride * | currentLineweightOverride () const |
| |
| virtual OdGeMatrix3d | getModelToEyeTransform () const |
| |
| virtual OdGeMatrix3d | getEyeToModelTransform () const |
| |
| virtual OdGeMatrix3d | getWorldToEyeTransform () const |
| |
| virtual OdGeMatrix3d | getEyeToWorldTransform () const |
| |
| virtual OdGeMatrix3d | getWorldToModelTransform () const |
| |
| virtual OdGeMatrix3d | getModelToWorldTransform () const |
| |
| virtual bool | isPerspective () const |
| |
| virtual bool | doPerspective (OdGePoint3d &point) const |
| |
| virtual bool | doInversePerspective (OdGePoint3d &point) const |
| |
| virtual void | getNumPixelsInUnitSquare (const OdGePoint3d &point, OdGePoint2d &pixelDensity, bool includePerspective=true) const |
| |
| virtual OdGePoint3d | getCameraLocation () const |
| |
| virtual OdGePoint3d | getCameraTarget () const |
| |
| virtual OdGeVector3d | getCameraUpVector () const |
| |
| virtual OdGeVector3d | viewDir () const |
| |
| virtual OdUInt32 | viewportId () const |
| |
| virtual OdInt16 | acadWindowId () const |
| |
| virtual void | getViewportDcCorners (OdGePoint2d &lowerLeft, OdGePoint2d &upperRight) const |
| |
| virtual bool | getFrontAndBackClipValues (bool &clipFront, bool &clipBack, double &front, double &back) const |
| |
| virtual double | linetypeScaleMultiplier () const |
| |
| virtual double | linetypeGenerationCriteria () const |
| |
| virtual bool | layerVisible (OdDbStub *layerId) const |
| |
| const OdGiContextualColors * | contextualColors () const |
| |
| virtual void | xline (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint) |
| |
| virtual void | ray (const OdGePoint3d &basePoint, const OdGePoint3d &throughPoint) |
| |
| virtual void | shell (OdInt32 numVertices, const OdGePoint3d *vertexList, OdInt32 faceListSize, const OdInt32 *faceList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| |
| virtual void | mesh (OdInt32 numRows, OdInt32 numColumns, const OdGePoint3d *vertexList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| |
| virtual void | setExtents (const OdGePoint3d *newExtents) |
| |
| virtual double | deviation (const OdGiDeviationType deviationType, const OdGePoint3d &pointOnCurve) const |
| |
| virtual OdGiRegenType | regenType () const |
| |
| virtual OdUInt32 | sequenceNumber () const |
| |
| virtual bool | isValidId (const OdUInt32 viewportId) const |
| |
| virtual OdDbStub * | viewportObjectId () const |
| |
| virtual OdGiViewport & | viewport () const |
| |
| virtual void | setFillPlane (const OdGeVector3d *pNormal=0) |
| |
| virtual void | setFillType (OdGiFillType fillType) |
| |
| virtual OdUInt32 | setupForEntity () const |
| |
| virtual bool | pushLineweightOverride (const OdGiLineweightOverride *pOverride) |
| |
| virtual void | popLineweightOverride () |
| |
| virtual const OdGiViewport * | giViewport () const |
| |
| virtual const OdGsView * | gsView () const |
| |
| virtual double | annotationScale () const |
| |
| | ODRX_DECLARE_MEMBERS (OdGiViewport) |
| |
| bool | isEntityTraitsDataChanged (int bit=kSomeChanged) const |
| |
| void | clearEntityTraitsDataChanged () const |
| |
| bool | effectivelyVisible () const |
| |
| OdGiContext & | giContext () const |
| |
| const OdGiDrawableDesc * | currentDrawableDesc () const |
| |
| const OdGiDrawable * | currentDrawable () const |
| |
| const OdGiDrawableDesc * | drawableDesc () const |
| |
| virtual const OdGiSubEntityTraitsData & | effectiveTraits () const |
| |
| virtual void | setEffectiveTraits (const OdGiSubEntityTraitsData &traits, const OdGeVector3d *fillNormal=NULL) |
| |
| | OdGiBaseVectorizer () |
| |
| virtual | ~OdGiBaseVectorizer () |
| |
| OdRxClass * | isA () const |
| |
| OdRxObject * | queryX (const OdRxClass *pProtocolClass) const |
| |
| void | setEyeToOutputTransform (const OdGeMatrix3d &xfm) |
| |
| const OdGeMatrix3d & | eyeToOutputTransform () const |
| |
| void | eyeToOutputTransform (OdGeMatrix3d &xfm) const |
| |
| OdGiConveyorContext * | drawContext () |
| |
| const OdGiConveyorContext * | drawContext () const |
| |
| void | setTrueColor (const OdCmEntityColor &trueColor) |
| |
| void | setPlotStyleNameType (OdDb::PlotStyleNameType plotStyleNameType) |
| |
| void | setPlotStyleNameId (OdDbStub *plotStyleNameId) |
| |
| void | setColor (OdUInt16 color) |
| |
| void | setLayer (OdDbStub *layerId) |
| |
| void | setLineType (OdDbStub *lineTypeId) |
| |
| void | setLineWeight (OdDb::LineWeight lineWeight) |
| |
| void | setLineTypeScale (double lineTypeScale) |
| |
| void | setThickness (double thickness) |
| |
| void | setPlotStyleName (OdDb::PlotStyleNameType plotStyleNameType, OdDbStub *pPlotStyleNameId=0) |
| |
| void | setMaterial (OdDbStub *pMaterialId) |
| |
| void | setMapper (const OdGiMapper *pMapper) |
| |
| void | setVisualStyle (const OdDbStub *pVisualStyleId) |
| |
| void | setTransparency (const OdCmTransparency &transparency) |
| |
| void | setDrawFlags (OdUInt32 drawFlags) |
| |
| void | setSelectionGeom (bool bSelectionFlag) |
| |
| void | setShadowFlags (ShadowFlags shadowFlags) |
| |
| void | setSectionable (bool bSectionableFlag) |
| |
| void | setSelectionFlags (SelectionFlags selectionFlags) |
| |
| void | setSecondaryTrueColor (const OdCmEntityColor &color) |
| |
| void | setLineStyleModifiers (const OdGiDgLinetypeModifiers *pLSMod) |
| |
| void | setFill (const OdGiFill *pFill) |
| |
| OdGiContext * | context () const |
| |
| OdGiSubEntityTraits & | subEntityTraits () const |
| |
| OdUInt32 | numberOfIsolines () const |
| |
| OdGiGeometry & | rawGeometry () const |
| |
| OdUInt32 | drawContextFlags () const |
| |
| void | setDrawContextFlags (OdUInt32 flags, bool bFlag) |
| |
| void | circle (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal) |
| |
| void | circle (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint) |
| |
| void | circularArc (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal, const OdGeVector3d &startVector, double sweepAngle, OdGiArcType arcType=kOdGiArcSimple) |
| |
| void | circularArc (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint, OdGiArcType arcType=kOdGiArcSimple) |
| |
| void | polyline (OdInt32 numVertices, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal=0, OdGsMarker baseSubEntMarker=-1) |
| |
| void | polygon (OdInt32 numVertices, const OdGePoint3d *vertexList) |
| |
| void | polygon (OdInt32 numVertices, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal) |
| |
| void | pline (const OdGiPolyline &polyline, OdUInt32 fromIndex=0, OdUInt32 numSegs=0) |
| |
| void | shape (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, int shapeNumber, const OdGiTextStyle *pTextStyle) |
| |
| void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, double height, double width, double oblique, const OdString &msg) |
| |
| void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, const OdChar *msg, OdInt32 length, bool raw, const OdGiTextStyle *pTextStyle) |
| |
| void | nurbs (const OdGeNurbCurve3d &nurbsCurve) |
| |
| void | ellipArc (const OdGeEllipArc3d &ellipArc, const OdGePoint3d *endPointsOverrides=0, OdGiArcType arcType=kOdGiArcSimple) |
| |
| void | worldLine (const OdGePoint3d points[2]) |
| |
| void | image (const OdGiImageBGRA32 &img, const OdGePoint3d &origin, const OdGeVector3d &uVec, const OdGeVector3d &vVec, OdGiRasterImage::TransparencyMode trpMode=OdGiRasterImage::kTransparency8Bit) |
| |
| void | edge (const OdGiEdge2dArray &edges) |
| |
| void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdCmTransparency *pTransparency, const OdGeVector3d *pNormals, const OdGsMarker *pSubEntMarkers, OdInt32 nPointSize) |
| |
| void | rowOfDots (OdInt32 numPoints, const OdGePoint3d &startPoint, const OdGeVector3d &dirToNextPoint) |
| |
| void | drawClipBoundary (OdGiClipBoundary *pBoundary, OdGiAbstractClipBoundary *pClipInfo) |
| |
| bool | isClipping () const |
| |
| bool | isXrefOverride () const |
| |
| void | setXrefOverride (bool bSet) |
| |
| void | draw (const OdGiDrawable *pDrawable) |
| |
| const OdGiPathNode * | currentGiPath () const |
| |
| virtual OdUInt32 | setAttributes (const OdGiDrawable *pDrawable) |
| |
| OdUInt32 | drawableAttributes () const |
| |
| bool | needDraw (OdUInt32 drawableFlags) |
| |
| void | startAttributesSegment () |
| |
| bool | isAttributesSegmentEnabled () |
| |
| void | rasterImageDc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiRasterImage *pImage, const OdGePoint2d *uvBoundary, OdUInt32 numBoundPts, bool transparency=false, double brightness=50.0, double contrast=50.0, double fade=0.0) |
| |
| void | metafileDc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiMetafile *pMetafile, bool bDcAligned=true, bool bAllowClipping=false) |
| |
| void | polylineEye (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| |
| void | polygonEye (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| |
| void | polylineDc (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| |
| void | polygonDc (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| |
| const OdGiDeviation & | modelDeviation () const |
| |
| const OdGiDeviation & | worldDeviation () const |
| |
| const OdGiDeviation & | eyeDeviation () const |
| |
| const OdGiMaterialTraitsData & | effectiveMaterialTraitsData () const |
| |
| void | effectiveMaterialTraitsData (OdGiMaterialTraitsData &data) const |
| |
| void | setEffectiveMaterialTraitsData (OdDbStub *materialId, const OdGiMaterialTraitsData &data, bool bForce=false) |
| |
| OdGsMarker | selectionMarker () const |
| |
| const OdGiSubEntityTraitsData * | byBlockTraits () const |
| |
| void | setByBlockTraits (const OdGiSubEntityTraitsData *pByBlock) |
| |
| OdRxObjectPtr | saveByBlockTraits () |
| |
| virtual void | setContext (OdGiContext *pUserContext) |
| |
| OdUInt16 | color () const |
| |
| OdCmEntityColor | trueColor () const |
| |
| OdDbStub * | layer () const |
| |
| OdDbStub * | lineType () const |
| |
| OdGiFillType | fillType () const |
| |
| OdDb::LineWeight | lineWeight () const |
| |
| double | lineTypeScale () const |
| |
| double | thickness () const |
| |
| OdDb::PlotStyleNameType | plotStyleNameType () const |
| |
| OdDbStub * | plotStyleNameId () const |
| |
| OdDbStub * | material () const |
| |
| const OdGiMapper * | mapper () const |
| |
| OdDbStub * | visualStyle () const |
| |
| OdCmTransparency | transparency () const |
| |
| OdUInt32 | drawFlags () const |
| |
| bool | selectionGeom () const |
| |
| ShadowFlags | shadowFlags () const |
| |
| bool | sectionable () const |
| |
| SelectionFlags | selectionFlags () const |
| |
| OdCmEntityColor | secondaryTrueColor () const |
| |
| const OdGiDgLinetypeModifiers * | lineStyleModifiers () const |
| |
| const OdGiFill * | fill () const |
| |
| OdGiWorldGeometry & | geometry () const |
| |
| const OdGiPathNode * | currentGiPath () const |
| |
| | ODRX_DECLARE_MEMBERS (OdGiWorldDraw) |
| |
| | ODRX_DECLARE_MEMBERS (OdGiCommonDraw) |
| |
| virtual bool | displayModelerSilhouettes () const |
| |
| | ODRX_DECLARE_MEMBERS (OdGiWorldGeometry) |
| |
| | ODRX_DECLARE_MEMBERS (OdGiGeometry) |
| |
| ODRX_SEALED_VIRTUAL void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdGeVector3d *pNormals=NULL, const OdGsMarker *pSubEntMarkers=NULL) ODRX_SEALED |
| |
| ODRX_SEALED_VIRTUAL void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdGeVector3d *pNormals=NULL, const OdGsMarker *pSubEntMarkers=NULL) ODRX_SEALED |
| |
| | ODRX_DECLARE_MEMBERS (OdGiSubEntityTraits) |
| |
| virtual bool | fillPlane (OdGeVector3d &normal) |
| |
| virtual void | addLight (const OdDbStub *lightId) |
| |
| | ODRX_DECLARE_MEMBERS (OdGiDrawableTraits) |
| |
| OdGiViewportGeometry & | geometry () const |
| |
| const OdGiPathNode * | currentGiPath () const |
| |
| | ODRX_DECLARE_MEMBERS (OdGiViewportDraw) |
| |
| | ODRX_DECLARE_MEMBERS (OdGiViewportGeometry) |
| |
| virtual void | ownerDrawDc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiSelfGdiDrawable *pDrawable, bool dcAligned=true, bool allowClipping=false) |
| |
| virtual | ~OdGiConveyorContext () |
| |
| virtual void | onTextProcessing (const OdGePoint3d &, const OdGeVector3d &, const OdGeVector3d &) |
| |
| virtual bool | saveClientMaterialTextureData (const OdGiMaterialTextureData *, OdGsFiler *) |
| |
| virtual OdGiMaterialTextureDataPtr | loadClientMaterialTextureData (OdGsFiler *) |
| |
|
| enum | ProjectionMatrixFlags {
kProjectionIncludeDept = (1 << 0)
, kProjectionIncludeClip = (1 << 1)
, kProjectionIncludePerspective = (1 << 2)
, kProjectionIncludeRotation = (1 << 3)
,
kProjectionIncludeAll = 0x0F
, kProjectionIncludeAllNoDept = kProjectionIncludeAll & ~kProjectionIncludeDept
} |
| |
| enum | RenderMode {
kBoundingBox = -1
, k2DOptimized = 0
, kWireframe = 1
, kHiddenLine = 2
,
kFlatShaded = 3
, kGouraudShaded = 4
, kFlatShadedWithWireframe = 5
, kGouraudShadedWithWireframe = 6
,
kNone
} |
| |
| enum | Projection { kParallel = 0
, kPerspective = 1
} |
| |
| enum | SelectionMode {
kWindow = 0
, kCrossing = 1
, kFence = 2
, kWPoly = 3
,
kCPoly = 4
, kPoint = 16
} |
| |
| enum | DefaultLightingType { kOneLight = 0
, kTwoLights
, kBackLight
} |
| |
| enum | ClearColor { kTransparent
, kDeviceBackground
, kPaletteBackground
} |
| |
| enum | MaterialViewFlags {
kProcessMappers = 1
, kProcessMaterials = (1 << 1)
, kProcessMappersAndMaterials = 3
, kMappersForRender = (1 << 2)
,
kMaterialsForRender = (1 << 3)
, kMappersAndMaterialsForRender = 12
, kProcessForRender = 15
, kEnableDelayCache = (1 << 4)
} |
| |
| enum | DelayCacheEntryType { kInternal = 0
, kUser
} |
| |
| enum | MetafileTransformFlags { kSharedRefTransform = (1 << 0)
, kSharedRefUpdate = (1 << 1)
, kSharedRefSelect = (1 << 2)
} |
| |
| enum | DrawFlags {
kNoDrawFlags = 0x0000
, kDrawBackfaces = 0x0001
, kDrawHatchGroup = 0x0002
, kDrawFrontfacesOnly = 0x0004
,
kDrawGradientFill = 0x0008
, kDrawSolidFill = 0x0010
, kDrawNoLineWeight = 0x0020
, kDrawNoPlotstyle = 0x0080
,
kDrawContourFill = 0x08000
, kDisableLayoutCache = 0x10000
, kDrawBoundaryForClipping = 0x20000
, kDrawBoundaryForClippingDrw = 0x40000
,
kClipSetIsEmpty = 0x80000
, kInternalDrawFlags = kDisableLayoutCache | kClipSetIsEmpty
, kDrawPolygonFill = 0x100000
, kExcludeFromViewExt = 0x200000
,
kDrawDgLsPolyWithoutBreaks = 0x400000
, kPolygonProcessing = 0x800000
, kDisableAutoGenerateNormals = 0x1000000
, kDisableFillModeCheck = 0x2000000
,
kDrawUnderlayReference = 0x4000000
, kFxNoFillOnSelect = 0x08000000
, kInheritableDrawFlags
} |
| |
| enum | ShadowFlags { kShadowsCastAndReceive = 0
, kShadowsDoesNotCast = 1
, kShadowsDoesNotReceive = 2
, kShadowsIgnore = kShadowsDoesNotCast | kShadowsDoesNotReceive
} |
| |
| enum | SelectionFlags { kNoSelectionFlags = 0
, kSelectionIgnore = 1
, kHighlightingGeometry = 2
, kFxSubentitySelection = 0x80
} |
| |
| enum | SubEntityHints {
kHint2DAttributes = 1
, kHint3DAttributes = 2
, kHintAllAttributes = kHint2DAttributes | kHint3DAttributes
, kHintSnapModeOn = 4
,
kHintDefaultState = kHintAllAttributes
} |
| |
| enum | ConveyorContextFlags {
kSpatialFilterSimplPline = 1
, kSpatialFilterSimplNurbs = 2
, kSpatialFilterSimplText = 4
, kSpatialFilterSimplShape = 8
,
kSpatialFilterSimplAll
, kEmbranchmentSimplText = 16
, kEmbranchmentSimplNurbs = 32
, kEmbranchmentSimplAll = (kEmbranchmentSimplText | kEmbranchmentSimplNurbs)
,
kConveyorSimplAll = (kSpatialFilterSimplAll | kEmbranchmentSimplAll)
, kPlineMarkers = 64
, kForceMarkersOnModified = 128
, kPolylineMarkers = 256
,
kPlineAllowArcProc = 512
, kTestMode = 1024
, kLineTyperAfterMetafile = 2048
} |
| |
| enum | ChangedTraits {
kFirstChangedFlag = 1
, kColorChanged = kFirstChangedFlag << 0
, kLayerChanged = kFirstChangedFlag << 1
, kLineTypeChanged = kFirstChangedFlag << 2
,
kFillTypeChanged = kFirstChangedFlag << 3
, kLineWeightChanged = kFirstChangedFlag << 4
, kLineTypeScaleChanged = kFirstChangedFlag << 5
, kThicknessChanged = kFirstChangedFlag << 6
,
kPlotStyleChanged = kFirstChangedFlag << 7
, kMaterialChanged = kFirstChangedFlag << 8
, kMapperChanged = kFirstChangedFlag << 9
, kVisualStyleChanged = kFirstChangedFlag << 10
,
kTransparencyChanged = kFirstChangedFlag << 11
, kDrawFlagsChanged = kFirstChangedFlag << 12
, kSelectionGeomChanged = kFirstChangedFlag << 13
, kShadowFlagsChanged = kFirstChangedFlag << 14
,
kSectionableChanged = kFirstChangedFlag << 15
, kSelectionFlagsChanged = kFirstChangedFlag << 16
, kSecColorChanged = kFirstChangedFlag << 17
, kLSModifiersChanged = kFirstChangedFlag << 18
,
kFillChanged = kFirstChangedFlag << 19
, kAwareFlagChanged = kFirstChangedFlag << 20
, kAllChanged = 0x1FFFFF
, kSomeChanged = kAllChanged
} |
| |
| static OdGsBaseVectorizeView * | safeCast (OdGsView *pView) |
| |
| static OdGsViewImpl * | safeCast (OdGsView *pView) |
| |
| static const OdGsViewImpl * | safeCast (const OdGsView *pView) |
| |
| static double | lensLengthToFOV (double lensLength) |
| |
| static double | lensLengthFromFOV (double fovAngle) |
| |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| |
| static OdRxClass * | desc () |
| |
| static bool | saveMaterialTexture (const OdGiMaterialTexture *pTexture, OdGsFiler *pFiler) |
| |
| static OdGiMaterialTexturePtr | loadMaterialTexture (OdGsFiler *pFiler) |
| |
| static bool | saveMaterialTextureManager (const OdGiMaterialTextureManager *pManager, OdGsFiler *pFiler, OdGsMaterialTextureDataFiler *pSaver) |
| |
| static bool | loadMaterialTextureManager (OdGiMaterialTextureManager *pManager, OdGsFiler *pFiler, OdGsMaterialTextureDataFiler *pSaver) |
| |
| static OdGiContext * | dummyGiContext () |
| |
| OdGsHlBranchPtr | m_pCurHltBr |
| |
| OdGiDrawableDesc * | m_pDrawableDesc |
| |
| OdUInt32 | m_nDrawableAttributes |
| |
| enum | FadingFlags {
kFfLockedLayer = (1 << 0)
, kFfXref = (1 << 1)
, kFfRefEdit = (1 << 2)
, kFfFlagsMask = kFfLockedLayer | kFfXref | kFfRefEdit
,
kEFfLockedLayer = (1 << 4)
, kEFfXref = (1 << 5)
, kEFfRefEdit = (1 << 6)
, kEFfFlagsMask = kEFfLockedLayer | kEFfXref | kEFfRefEdit
,
kEFfFlagsOffset = 4
, kFvLockedLayerOffset = 8
, kFvLockedLayerMask = (0xFF << kFvLockedLayerOffset)
, kFvXrefOffset = 16
,
kFvXrefMask = (0xFF << kFvXrefOffset)
, kFvRefEditOffset = 24
, kFvRefEditMask = (0xFF << kFvRefEditOffset)
} |
| |
| enum | BaseVectorizerFlags { kRenderAbort = OdGiBaseVectorizerImpl::kLastImplFlag << 1
, kViewInteractive = OdGiBaseVectorizerImpl::kLastImplFlag << 2
, kLastBaseVectorizerFlag = kViewInteractive
} |
| |
| enum | Flags {
kFillPlaneSet = OdGiBaseVectorizer::kLastFlag << 1
, kLinetypeContinuous = OdGiBaseVectorizer::kLastFlag << 2
, kModelCache = OdGiBaseVectorizer::kLastFlag << 3
, kHighlighted = OdGiBaseVectorizer::kLastFlag << 4
,
kDontAbortRegen = OdGiBaseVectorizer::kLastFlag << 5
, kCheckLinePattern = OdGiBaseVectorizer::kLastFlag << 6
, kBreakSelection = OdGiBaseVectorizer::kLastFlag << 7
, kSuppressOutput = OdGiBaseVectorizer::kLastFlag << 8
,
kSelectionGeometry = OdGiBaseVectorizer::kLastFlag << 9
, kSelectionDisabled = OdGiBaseVectorizer::kLastFlag << 10
, kObjectToDeviceValid = OdGiBaseVectorizer::kLastFlag << 11
, kDisableInfiniteGeomExtents = OdGiBaseVectorizer::kLastFlag << 12
,
kSectionableGeomExtentsOnly = OdGiBaseVectorizer::kLastFlag << 13
, kDisableSection = OdGiBaseVectorizer::kLastFlag << 14
, kSectionForegroundGeometry = OdGiBaseVectorizer::kLastFlag << 15
, kInitGsState = OdGiBaseVectorizer::kLastFlag << 16
,
kSetVpLtypeScaleMult = OdGiBaseVectorizer::kLastFlag << 17
, kSetVpFilterFunction = OdGiBaseVectorizer::kLastFlag << 18
, kLineweightOverride = OdGiBaseVectorizer::kLastFlag << 19
, kLinestyleOverride = OdGiBaseVectorizer::kLastFlag << 20
,
kLastOptionFlag = kLinestyleOverride
} |
| |
| enum | ImplFlags { kFirstImplFlag = 1
, kSectionableGeomEnabled = kFirstImplFlag << 0
, kLastImplFlag = kSectionableGeomEnabled
} |
| |
| enum | Flags {
kFirstFlag = 1
, kSuppressViewportDraw = kFirstFlag << 0
, kDrawInvisibleEnts = kFirstFlag << 1
, kDrawLayerOff = kFirstFlag << 2
,
kDrawLayerFrozen = kFirstFlag << 3
, kIgnoreFillPlane = kFirstFlag << 4
, kSelectionMode = kFirstFlag << 5
, kAttributesSegment = kFirstFlag << 6
,
kXrefOverride = kFirstFlag << 7
, kLastFlag = kXrefOverride
} |
| |
| typedef OdGiTraitsCache< OdGiMaterialTraitsData, OdGiMaterialTraitsTaker, OdGiMaterialTraits::kByBlock|OdGiMaterialTraits::kByLayer > | OdGiMaterialTraitsCache |
| |
| void | updateGeometryByDevice () |
| |
| virtual OdGsBaseVectorizer * | getVectorizer (bool bDisplay)=0 |
| |
| virtual void | releaseVectorizer (OdGsBaseVectorizer *pVect)=0 |
| |
| virtual void | updateGeometry () |
| |
| virtual void | updateScreen () |
| |
| virtual bool | usesDept (double *pMinDeptSupported=0, double *pMaxDeptSupported=0) const |
| |
| void | onWorldToEyeChanged () |
| |
| void | onFinalRelease () |
| |
| virtual void | updateViewProps (bool bFullUpdate=true) |
| |
| bool | isCheckValid () const |
| |
| void | setCheckValid (bool bValue) const |
| |
| bool | isInvalid () const |
| |
| void | setInvalid (bool bValue) const |
| |
| void | setPerspectiveEnabled (bool bValue) const |
| |
| OdGiDrawablePtr | drawableAt (DrawableHolder &drawableHolder) |
| |
| OdGsNode * | getRootNode (DrawableHolder &holder) |
| |
| virtual void | propagateInvalidVpFlag () |
| |
| virtual void | propagateLayersChanges () |
| |
| void | resetConstructorFlags (OdUInt32 uMaterialViewFlags) |
| |
| virtual bool | computeDrawableExtents (const OdGiDrawable *pDrawable, OdGeExtents3d &extents) |
| |
| virtual bool | computeDelayedExtents (const OdGiDrawable *pDrawable, OdGeExtents3d &extents) |
| |
| OdGiMapperItemPtr | _itlCreateMapperItem () const |
| |
| OdGiMaterialItemPtr | _itlCreateMaterialItem () const |
| |
| | ODRX_USING_HEAP_OPERATORS (OdGiBaseVectorizer) |
| |
| void | doSelect (const OdGePoint2d *aPtDc, int numPoints, OdGsSelectionReactor *pReactor, OdGsView::SelectionMode mode) |
| |
| bool | doViewExtents (OdGeBoundBlock3d &extents) |
| |
| virtual void | display (bool bUpdate) |
| |
| virtual void | updateExtents (bool bBuildCache) |
| |
| virtual const OdGiLayerTraitsData & | effectiveLayerTraits () const |
| |
| virtual OdDbStub * | switchLayer (OdDbStub *layerId) const |
| |
| void | selectionMarkerOnChange (OdGsMarker nSelectionMarker) |
| |
| void | checkRenderType (const OdGsModel *pModel) |
| |
| virtual void | renderTypeOnChange (OdGsModel::RenderType renderType) |
| |
| virtual void | switchOverlay (OdGsOverlayId overlayId) |
| |
| void | displayWithoutNesting (OdGsEntityNode *pNode) |
| |
| | ODRX_USING_HEAP_OPERATORS (OdGiBaseVectorizer) |
| |
| bool | useFillPlane () const |
| |
| bool | isOutputSuppressed () const |
| |
| bool | isEffectiveLinetypeContinuous () const |
| |
| bool | isSupportPlotStyles () const |
| |
| virtual void | affectTraits (const OdGiSubEntityTraitsData *pSource, OdGiSubEntityTraitsData &destination) const |
| |
| double | lineweightToPixelsOverride (OdDb::LineWeight lineweight, bool bAbsolute=false) const |
| |
| int | lineweightToPixelsOverrideInt (OdDb::LineWeight lineweight) const |
| |
| double | lineweightToPixelsOverride (double lineweight, bool bAbsolute=false) const |
| |
| virtual void | updateLineweightOverride (const OdGiLineweightOverride &lwdOverride) |
| |
| | ODRX_HEAP_OPERATORS () |
| |
| void | actualizeMaterialAttributes (OdDbStub *materialId) const |
| |
| void | updateLayerTraits (OdGiSubEntityTraitsData &subEntityTraits) const |
| |
| const OdGeVector3d * | extrusion (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint) |
| |
| const OdGeVector3d * | extrusion (const OdGeVector3d &normal) |
| |
| const OdGeVector3d * | extrusion (const OdGeVector3d *pNormal) |
| |
| const OdGeVector3d * | extrusion (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v) |
| |
| void | resetEntityTraitsData () |
| |
| | ODRX_USING_HEAP_OPERATORS (OdGiDummyCommonDraw< OdGiWorldDraw_ >) |
| |
| | OdGiWorldDrawImpl () |
| |
| | ODRX_USING_HEAP_OPERATORS (OdGiWorldDraw) |
| |
| | ODRX_USING_HEAP_OPERATORS (OdGiViewportDraw) |
| |
| static OdRxClass * | desc () |
| |
| OdSmartPtr< OdGiContext > | m_userGiContext |
| |
| OdGsBaseModulePtr | m_pModule |
| |
| OdDbStubPtrArray | m_lastFrozenLayers |
| |
| OdDbStubPtrArray | m_frozenLayersDiff |
| |
| OdUInt32 | m_gsViewImplFlags |
| |
| ODCOLORREF | m_borderColor |
| |
| int | m_borderWeight |
| |
| double | m_frontClipDist |
| |
| double | m_backClipDist |
| |
| bool | m_screenInvertedX |
| |
| bool | m_screenInvertedY |
| |
| OdGePoint2d | m_dcScreenMin |
| |
| OdGePoint2d | m_dcScreenMax |
| |
| OdGePoint2d | m_dcLowerLeft |
| |
| OdGePoint2d | m_dcUpperRight |
| |
| double | m_fieldWidth |
| |
| double | m_fieldHeight |
| |
| double | m_lensLength |
| |
| double | m_eyeVecLength |
| |
| OdGePoint3d | m_position |
| |
| OdGePoint3d | m_target |
| |
| OdGeVector3d | m_upVector |
| |
| OdGeVector3d | m_eyeVector |
| |
| OdGeVector3d | m_xVector |
| |
| OdGeMatrix3d | m_eyeToWorld |
| |
| OdGeMatrix3d | m_worldToEye |
| |
| OdIntArray | m_nrcCounts |
| |
| OdGePoint2dArray | m_nrcPoints |
| |
| double | m_linetypeScaleMultiplier |
| |
| double | m_linetypeAlternateScaleMultiplier |
| |
| double | m_lineweightToDcScale |
| |
| OdUInt8Array | m_lweights |
| |
| OdGsCullingVolumePtr | m_pCullingVolume |
| |
| OdSharedPtr< OdGiClipBoundaryWithAbstractData > | m_p3dClip |
| |
| double | m_deviation [5] |
| |
| int | m_nCachedDrawables |
| |
| OdMutex | m_mtExtents |
| |
| OdGsPropertiesPtr | m_pProperties |
| |
| OdDbStub * | m_pBackgroundId |
| |
| OdDbStub * | m_pVisualStyleId |
| |
| OdGiDrawablePtr | m_pViewportTrans |
| |
| DefaultLightingType | m_defaultLightingType |
| |
| GsViewOverlayDataContainer | m_overlayData |
| |
| OdGsBaseVectorizeDevice * | m_pDevice |
| |
| OdGsClientViewInfo | m_viewInfo |
| |
| OdUInt32 | m_giViewportId |
| |
| OdGiRegenType | m_regenerationType |
| |
| OdRxObjectPtr | m_pGsReserved |
| |
| RenderMode | m_renderMode |
| |
| DrawableHolderArray | m_drawables |
| |
| OdDbStubPtrArray | m_frozenLayers |
| |
| bool | m_bInInteractivityMode |
| |
| double | m_dInteractivityFrameRate |
| |
| OdUInt32 | m_uMaterialViewFlags |
| |
| OdGiMaterialItemPtr | m_pCurrentMaterialItem |
| |
| OdGiMapperItemPtr | m_pCurrentMapperItem |
| |
| OdGiMaterialTraitsData | m_nullMaterialTraitsData |
| |
| OdGiMaterialItemPtr | m_pNullMaterialItem |
| |
| OdUInt64 | m_nMetafileSize |
| |
| OdGsWriter | m_gsWriter |
| |
| OdGiSelectProc * | m_pSelectProc |
| |
| OdGiConveyorGeometry * | m_pDetachedOutput |
| |
| OdGiConveyorGeometry * | m_pDetachedSecondaryOutput |
| |
| EMetafilePlayMode | m_eMfPlayMode |
| |
| OdGsUpdateState * | m_curState |
| |
| OdGsModel::RenderType | m_curRenderType |
| |
| OdGsOverlayId | m_curOverlay |
| |
| OdIntPtr | m_drawableFilterFunction |
| |
| OdUInt32 | m_fadingFlags |
| |
| double | m_dRenderAbortCondition |
| |
| OdPerfTimerBase * | m_viewTimingProcessor |
| |
| OdUInt32 | m_nAwareFlags |
| |
| OdUInt32 | m_implFlags |
| |
| OdGeVector3d | m_fillPlane |
| |
| OdGiContext::PStyleType | m_pstype |
| |
| OdPsPlotStyleData | m_plotStyle |
| |
| OdUInt32 | m_setAttributesHints |
| |
| OdGiOrthoClipperPtr | m_pXlineNRayClipper |
| |
| OdGiConveyorEntryPoint | m_xlineNRayEntryPoint |
| |
| OdGiLinetypeRedirPtr | m_pLinetyper |
| |
| OdGiConveyorEmbranchmentPtr | m_pOutputBranch |
| |
| OdRxObjectPtr | m_pGsReserved |
| |
| OdGiDrawablePtr | m_liveSection |
| |
| OdRxObjectPtr | m_sectionGeometryMap |
| |
| OdCmTransparency | m_sectForegroundFace |
| |
| OdCmTransparency | m_sectForegroundEdge |
| |
| OdGiXformPtr | m_pXToLtp |
| |
| OdGeMatrix3d | m_objectToDeviceMatrix |
| |
| OdGiSubEntityTraitsData | m_effectiveEntityTraitsData |
| |
| OdDbStub * | m_layerId |
| |
| OdGiLayerTraitsTaker | m_effectiveLayerTraits |
| |
| OdDbStub * | m_materialId |
| |
| OdDbStub * | m_byLayerMaterialId |
| |
| OdDbStub * | m_byBlockMaterialId |
| |
| OdUInt32 | m_materialAttributes |
| |
| OdGiMaterialTraitsCache | m_effectiveMaterialTraitsData |
| |
| OdDbStub * | m_effectiveMaterialId |
| |
| OdDbStub * | m_effectiveLayerId |
| |
| OdGsMarker | m_nSelectionMarker |
| |
| OdGsMarker | m_nPrevSelectionMarker |
| |
| OdGiMapper | m_materialMapper |
| |
| OdGiMapper * | m_pCurMaterialMapper |
| |
| OdGiDgLinetypeModifiers | m_lsModifiers |
| |
| OdGiDgLinetypeModifiers * | m_pCurLSModifiers |
| |
| OdGiFillPtr | m_pFill |
| |
| OdRxObjectPtr | m_pGiReserved |
| |
| OdUInt32 | m_entityTraitsDataChanged |
| |
| OdGiConveyorConnector | m_eyeEntryPoint |
| |
| OdGiConveyorConnector | m_modelEntryPoint |
| |
| OdGiConveyorConnector * | m_pActiveEntryPoint |
| |
| OdGiModelToViewProcPtr | m_pModelToEyeProc |
| |
| OdGiConveyorConnector | m_output |
| |
| OdUInt32 | m_flags |
| |
| OdUInt32 | m_drawContextFlags |
| |
| const OdGiSubEntityTraitsData * | m_pByBlock |
| |
| OdGiSubEntityTraitsData | m_entityTraitsData |
| |
| OdGiContext * | m_pContext |
| |
| static ODGI_EXPORT_STATIC const OdGiSubEntityTraitsData | g_entityTraitsDataReset |
| |