|
| | 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 | objectToDeviceMatrix () 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 void | setVisualStyle (const OdGiVisualStyle &visualStyle) |
| |
| 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 |
| |
| virtual void | clearLinetypeCache ()=0 |
| |
| 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 * | 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 |
| |
This class is a pattern implementation of the OdGsView interface.
- See also
- DWF/SVG exports
Corresponding C++ library: Gs
<group OdGs_Classes>
Definition at line 52 of file GsBaseVectorizeView.h.