Home
last modified time | relevance | path

Searched refs:ClipPlanes (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_ViewerSelector.cxx422 if (!theObject->ClipPlanes().IsNull() in traverseObject()
423 && theObject->ClipPlanes()->ToOverrideGlobal()) in traverseObject()
425 … aMgr.SetViewClipping (Handle(Graphic3d_SequenceOfHClipPlane)(), theObject->ClipPlanes(), &theMgr); in traverseObject()
453 … aMgr.SetViewClipping (Handle(Graphic3d_SequenceOfHClipPlane)(), theObject->ClipPlanes(), &theMgr); in traverseObject()
455 else if (!theObject->ClipPlanes().IsNull() in traverseObject()
456 && !theObject->ClipPlanes()->IsEmpty()) in traverseObject()
458 aMgr.SetViewClipping (theMgr.ViewClipping(), theObject->ClipPlanes(), &theMgr); in traverseObject()
1176 …mySelectingVolumeMgr.SetViewClipping (theView->ClipPlanes(), Handle(Graphic3d_SequenceOfHClipPlane… in Pick()
1206 …mySelectingVolumeMgr.SetViewClipping (theView->ClipPlanes(), Handle(Graphic3d_SequenceOfHClipPlane… in Pick()
1225 …mySelectingVolumeMgr.SetViewClipping (theView->ClipPlanes(), Handle(Graphic3d_SequenceOfHClipPlane… in Pick()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DClipNode22 /** Node for defining the position of ClipPlanes in the scene.*/
74 /** Returns the number of ClipPlanes. */
93 /** Set the GLModes for all ClipPlanes, on the StateSet. */
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DClipNode22 /** Node for defining the position of ClipPlanes in the scene.*/
74 /** Returns the number of ClipPlanes. */
93 /** Set the GLModes for all ClipPlanes, on the StateSet. */
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DModelClippingDlg.cpp124 Handle(Graphic3d_SequenceOfHClipPlane) aPlanes = myView->ClipPlanes(); in OnInitDialog()
206 Handle(Graphic3d_SequenceOfHClipPlane) aPlanes = myView->ClipPlanes(); in OnCheckModelclippingonoff()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkOpenGLState.cxx30 this->ClipPlanes = 0; in vtkOpenGLState()
44 delete this->ClipPlanes; in ~vtkOpenGLState()
138 if (this->ClipPlanes!=0 && in Update()
139 this->ClipPlanes->size()!=static_cast<size_t>(this->MaxClipPlanes)) in Update()
141 delete this->ClipPlanes; in Update()
142 this->ClipPlanes = 0; in Update()
144 if (this->ClipPlanes == 0) in Update()
146 this->ClipPlanes = new std::vector<vtkOpenGLClipPlaneState>( in Update()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Structure.hxx150 …const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const { return myCStructure->ClipPlanes in Handle()
H A DGraphic3d_CStructure.hxx100 const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const in Handle()
H A DGraphic3d_CView.hxx426 virtual const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const = 0;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_Structure.hxx150 …const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const { return myCStructure->ClipPlanes in Handle()
H A DGraphic3d_CStructure.hxx100 const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const in Handle()
H A DPrsMgr_PresentableObject.hxx273 const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const { return myClipPlanes; } in Handle()
H A DGraphic3d_CView.hxx426 virtual const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const = 0;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_Structure.hxx145 …const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const { return myCStructure->ClipPlanes in Handle()
H A DGraphic3d_CStructure.hxx94 const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const in Handle()
H A DGraphic3d_CView.hxx402 virtual const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const = 0;
H A DPrsMgr_PresentableObject.hxx262 const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const { return myClipPlanes; } in Handle()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkXYPlotActor.cxx195 this->ClipPlanes = vtkPlanes::New(); in vtkXYPlotActor()
198 this->ClipPlanes->SetPoints(pts); in vtkXYPlotActor()
203 this->ClipPlanes->SetNormals(n); in vtkXYPlotActor()
321 this->ClipPlanes->Delete(); in ~vtkXYPlotActor()
2415 vtkPoints* pts = this->ClipPlanes->GetPoints(); in GenerateClipPlanes()
2416 vtkDataArray* normals = this->ClipPlanes->GetNormals(); in GenerateClipPlanes()
2559 this->ClipPlanes->GetPoints()->GetPoint(j, px); in ClipPlotData()
2560 this->ClipPlanes->GetNormals()->GetTuple(j, n); in ClipPlotData()
H A DvtkXYPlotActor.h913 vtkPlanes* ClipPlanes; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkXYPlotActor.cxx199 this->ClipPlanes = vtkPlanes::New(); in vtkXYPlotActor()
202 this->ClipPlanes->SetPoints( pts ); in vtkXYPlotActor()
207 this->ClipPlanes->SetNormals( n ); in vtkXYPlotActor()
328 this->ClipPlanes->Delete(); in ~vtkXYPlotActor()
2490 vtkPoints *pts=this->ClipPlanes->GetPoints(); in GenerateClipPlanes()
2491 vtkDataArray *normals=this->ClipPlanes->GetNormals(); in GenerateClipPlanes()
2630 this->ClipPlanes->GetPoints()->GetPoint( j, px ); in ClipPlotData()
2631 this->ClipPlanes->GetNormals()->GetTuple( j, n ); in ClipPlotData()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkXYPlotActor.cxx205 this->ClipPlanes = vtkPlanes::New(); in vtkXYPlotActor()
208 this->ClipPlanes->SetPoints( pts ); in vtkXYPlotActor()
213 this->ClipPlanes->SetNormals( n ); in vtkXYPlotActor()
337 this->ClipPlanes->Delete(); in ~vtkXYPlotActor()
2505 vtkPoints *pts=this->ClipPlanes->GetPoints(); in GenerateClipPlanes()
2506 vtkDataArray *normals=this->ClipPlanes->GetNormals(); in GenerateClipPlanes()
2645 this->ClipPlanes->GetPoints()->GetPoint( j, px ); in ClipPlotData()
2646 this->ClipPlanes->GetNormals()->GetTuple( j, n ); in ClipPlotData()
H A DvtkXYPlotActor.h750 vtkPlanes *ClipPlanes; variable
/dports/cad/opencascade/opencascade-7.6.0/src/PrsMgr/
H A DPrsMgr_PresentationManager.cxx381 aShadowPrs->SetClipPlanes (aViewDepPrs->ClipPlanes()); in displayImmediate()
646 aShadow->SetClipPlanes (aPrs->ClipPlanes()); in Color()
H A DPrsMgr_PresentableObject.hxx273 const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const { return myClipPlanes; } in Handle()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_Engine.c1763 SUMAg_CF->ClipPlanes[4*iplane] = in SUMA_Engine()
1764 SUMAg_CF->ClipPlanes[4*iplane+1] = in SUMA_Engine()
1765 SUMAg_CF->ClipPlanes[4*iplane+2] = in SUMA_Engine()
1766 SUMAg_CF->ClipPlanes[4*iplane+3]= 0.0; in SUMA_Engine()
1783 SUMAg_CF->ClipPlanes[4*SUMAg_CF->N_ClipPlanes ] = in SUMA_Engine()
1785 SUMAg_CF->ClipPlanes[4*SUMAg_CF->N_ClipPlanes+1] = in SUMA_Engine()
1787 SUMAg_CF->ClipPlanes[4*SUMAg_CF->N_ClipPlanes+2] = in SUMA_Engine()
1798 SUMAg_CF->ClipPlanes[4*iplane ] = in SUMA_Engine()
1800 SUMAg_CF->ClipPlanes[4*iplane+1] = in SUMA_Engine()
1802 SUMAg_CF->ClipPlanes[4*iplane+2] = in SUMA_Engine()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dattrib.c74 GLbitfield ClipPlanes; member
339 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled; in _mesa_PushAttrib()
626 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask)) in pop_enable_group()
628 !!(enable->ClipPlanes & mask)); in pop_enable_group()

12345678