1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0031149: Visualization - using clipping planes for FitAll of V3d_View

#warnings correction
This commit is contained in:
nds
2019-11-13 10:39:55 +03:00
parent d0682fb28a
commit 8726222b59
2 changed files with 2 additions and 2 deletions

View File

@@ -242,7 +242,7 @@ Standard_Boolean OpenGl_Structure::IsClipped (const Handle(Graphic3d_SequenceOfH
{
// True if structure is fully clipped
bool isClipped = false;
bool hasDisabled = false;
//bool hasDisabled = false;
//const Handle(OpenGl_Context)& aCtx = theWorkspace->GetGlContext();
//if (aCtx->Clipping().IsClippingOrCappingOn())

View File

@@ -126,7 +126,7 @@ public:
Standard_Boolean IsRaytracable() const;
//! Returns true if the structure is clipped with set planes
Standard_EXPORT virtual Standard_Boolean IsClipped (const Handle(Graphic3d_SequenceOfHClipPlane)& theClipPlane) const;
Standard_EXPORT virtual Standard_Boolean IsClipped (const Handle(Graphic3d_SequenceOfHClipPlane)& theClipPlane) const Standard_OVERRIDE;
//! Update render transformation matrix.
Standard_EXPORT virtual void updateLayerTransformation() Standard_OVERRIDE;