Home
last modified time | relevance | path

Searched refs:impPlaneRep (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestPickingManagerWidgets.cxx317 vtkNew<vtkImplicitPlaneRepresentation> impPlaneRep; in TestPickingManagerWidgets() local
318 impPlaneRep->SetPlaceFactor(1.); in TestPickingManagerWidgets()
319 impPlaneRep->SetOutlineTranslation(0); in TestPickingManagerWidgets()
320 impPlaneRep->SetScaleEnabled(0); in TestPickingManagerWidgets()
321 impPlaneRep->PlaceWidget(glyphImpPlane->GetOutput()->GetBounds()); in TestPickingManagerWidgets()
322 impPlaneRep->SetEdgeColor(0., 1., 0.); in TestPickingManagerWidgets()
323 impPlaneRep->SetNormal(1, 0, 1); in TestPickingManagerWidgets()
327 planeWidget->SetRepresentation(impPlaneRep); in TestPickingManagerWidgets()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestPickingManagerWidgets.cxx319 vtkNew<vtkImplicitPlaneRepresentation> impPlaneRep; in TestPickingManagerWidgets() local
320 impPlaneRep->SetPlaceFactor(1.); in TestPickingManagerWidgets()
321 impPlaneRep->SetOutlineTranslation(0); in TestPickingManagerWidgets()
322 impPlaneRep->SetScaleEnabled(0); in TestPickingManagerWidgets()
323 impPlaneRep->PlaceWidget(glyphImpPlane->GetOutput()->GetBounds()); in TestPickingManagerWidgets()
324 impPlaneRep->SetEdgeColor(0.,1.,0.); in TestPickingManagerWidgets()
325 impPlaneRep->SetNormal(1,0,1); in TestPickingManagerWidgets()
329 planeWidget->SetRepresentation(impPlaneRep); in TestPickingManagerWidgets()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestPickingManagerWidgets.cxx319 vtkNew<vtkImplicitPlaneRepresentation> impPlaneRep; in TestPickingManagerWidgets() local
320 impPlaneRep->SetPlaceFactor(1.); in TestPickingManagerWidgets()
321 impPlaneRep->SetOutlineTranslation(0); in TestPickingManagerWidgets()
322 impPlaneRep->SetScaleEnabled(0); in TestPickingManagerWidgets()
323 impPlaneRep->PlaceWidget(glyphImpPlane->GetOutput()->GetBounds()); in TestPickingManagerWidgets()
324 impPlaneRep->SetEdgeColor(0.,1.,0.); in TestPickingManagerWidgets()
325 impPlaneRep->SetNormal(1,0,1); in TestPickingManagerWidgets()
329 planeWidget->SetRepresentation(impPlaneRep.GetPointer()); in TestPickingManagerWidgets()