Home
last modified time | relevance | path

Searched refs:contourWidget (Results 1 – 22 of 22) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestContourWidget2.cxx54 vtkSmartPointer<vtkContourWidget> contourWidget = in TestContourWidget2() local
56 contourWidget->SetInteractor(iren); in TestContourWidget2()
57 contourWidget->SetRepresentation(contourRep); in TestContourWidget2()
58 contourWidget->On(); in TestContourWidget2()
64 contourWidget->GetEventTranslator()->RemoveTranslation( in TestContourWidget2()
66 contourWidget->GetEventTranslator()->SetTranslation( in TestContourWidget2()
72 contourWidget->GetEventTranslator()->RemoveTranslation( in TestContourWidget2()
74 contourWidget->GetEventTranslator()->SetTranslation( in TestContourWidget2()
103 contourWidget->Initialize(pd); in TestContourWidget2()
104 contourWidget->Render(); in TestContourWidget2()
H A DTestDijkstraImageGeodesicPath.cxx191 vtkSmartPointer<vtkContourWidget> contourWidget = in TestDijkstraImageGeodesicPath() local
193 contourWidget->SetInteractor( iren ); in TestDijkstraImageGeodesicPath()
197 contourWidget->SetRepresentation( rep ); in TestDijkstraImageGeodesicPath()
198 contourWidget->SetFollowCursor( followCursor ); in TestDijkstraImageGeodesicPath()
229 contourWidget->EnabledOn(); in TestDijkstraImageGeodesicPath()
H A DTestPolyPlane.cxx189 vtkSmartPointer<vtkContourWidget> contourWidget = in TestPolyPlane() local
191 contourWidget->SetInteractor(iren); in TestPolyPlane()
194 contourWidget->GetRepresentation()); in TestPolyPlane()
272 contourWidget->On(); in TestPolyPlane()
280 contourWidget->SetWidgetState(vtkContourWidget::Manipulate); in TestPolyPlane()
283 cb->Execute(contourWidget,0,nullptr); in TestPolyPlane()
299 contourWidget->AddObserver(vtkCommand::InteractionEvent,cb); in TestPolyPlane()
H A DTestOrientedGlyphContour.cxx131 vtkSmartPointer<vtkContourWidget> contourWidget = in TestOrientedGlyphContour() local
136 contourWidget->SetInteractor(iren); in TestOrientedGlyphContour()
137 contourWidget->SetRepresentation(contourRep); in TestOrientedGlyphContour()
140 vtkWidgetEventTranslator *eventTranslator = contourWidget->GetEventTranslator(); in TestOrientedGlyphContour()
149 contourWidget->On(); in TestOrientedGlyphContour()
H A DTerrainPolylineEditor.cxx275 vtkSmartPointer<vtkContourWidget> contourWidget = in TerrainPolylineEditor() local
279 contourWidget->GetRepresentation()); in TerrainPolylineEditor()
281 contourWidget->SetInteractor(iren); in TerrainPolylineEditor()
322 contourWidget->Initialize( terrainPathReader->GetOutput(), 0 ); in TerrainPolylineEditor()
326 contourWidget->EnabledOn(); in TerrainPolylineEditor()
H A DTestFocalPlaneContour.cxx100 vtkSmartPointer<vtkContourWidget> contourWidget = in TestFocalPlaneContour() local
102 contourWidget->SetInteractor(iren); in TestFocalPlaneContour()
103 contourWidget->On(); in TestFocalPlaneContour()
H A DTestDijkstraGraphGeodesicPath.cxx272 vtkSmartPointer<vtkContourWidget> contourWidget = in TestDijkstraGraphGeodesicPath() local
274 contourWidget->SetInteractor(iren); in TestDijkstraGraphGeodesicPath()
277 contourWidget->GetRepresentation()); in TestDijkstraGraphGeodesicPath()
300 contourWidget->EnabledOn(); in TestDijkstraGraphGeodesicPath()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestContourWidget2.cxx52 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TestContourWidget2() local
53 contourWidget->SetInteractor(iren); in TestContourWidget2()
54 contourWidget->SetRepresentation(contourRep); in TestContourWidget2()
55 contourWidget->On(); in TestContourWidget2()
61 contourWidget->GetEventTranslator()->RemoveTranslation(vtkCommand::LeftButtonPressEvent); in TestContourWidget2()
62 contourWidget->GetEventTranslator()->SetTranslation( in TestContourWidget2()
67 contourWidget->GetEventTranslator()->RemoveTranslation(vtkCommand::LeftButtonPressEvent); in TestContourWidget2()
68 contourWidget->GetEventTranslator()->SetTranslation( in TestContourWidget2()
91 contourWidget->Initialize(pd); in TestContourWidget2()
92 contourWidget->Render(); in TestContourWidget2()
H A DTestDijkstraImageGeodesicPath.cxx182 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TestDijkstraImageGeodesicPath() local
183 contourWidget->SetInteractor(iren); in TestDijkstraImageGeodesicPath()
187 contourWidget->SetRepresentation(rep); in TestDijkstraImageGeodesicPath()
188 contourWidget->SetFollowCursor(followCursor); in TestDijkstraImageGeodesicPath()
218 contourWidget->EnabledOn(); in TestDijkstraImageGeodesicPath()
H A DTestPolyPlane.cxx175 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TestPolyPlane() local
176 contourWidget->SetInteractor(iren); in TestPolyPlane()
178 vtkOrientedGlyphContourRepresentation::SafeDownCast(contourWidget->GetRepresentation()); in TestPolyPlane()
250 contourWidget->On(); in TestPolyPlane()
258 contourWidget->SetWidgetState(vtkContourWidget::Manipulate); in TestPolyPlane()
261 cb->Execute(contourWidget, 0, nullptr); in TestPolyPlane()
277 contourWidget->AddObserver(vtkCommand::InteractionEvent, cb); in TestPolyPlane()
H A DTestOrientedGlyphContour.cxx122 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TestOrientedGlyphContour() local
126 contourWidget->SetInteractor(iren); in TestOrientedGlyphContour()
127 contourWidget->SetRepresentation(contourRep); in TestOrientedGlyphContour()
130 vtkWidgetEventTranslator* eventTranslator = contourWidget->GetEventTranslator(); in TestOrientedGlyphContour()
135 contourWidget->On(); in TestOrientedGlyphContour()
H A DTerrainPolylineEditor.cxx262 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TerrainPolylineEditor() local
264 vtkOrientedGlyphContourRepresentation::SafeDownCast(contourWidget->GetRepresentation()); in TerrainPolylineEditor()
266 contourWidget->SetInteractor(iren); in TerrainPolylineEditor()
307 contourWidget->Initialize(terrainPathReader->GetOutput(), 0); in TerrainPolylineEditor()
311 contourWidget->EnabledOn(); in TerrainPolylineEditor()
H A DTestFocalPlaneContour.cxx95 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TestFocalPlaneContour() local
96 contourWidget->SetInteractor(iren); in TestFocalPlaneContour()
97 contourWidget->On(); in TestFocalPlaneContour()
H A DTestDijkstraGraphGeodesicPath.cxx256 vtkSmartPointer<vtkContourWidget> contourWidget = vtkSmartPointer<vtkContourWidget>::New(); in TestDijkstraGraphGeodesicPath() local
257 contourWidget->SetInteractor(iren); in TestDijkstraGraphGeodesicPath()
259 vtkOrientedGlyphContourRepresentation::SafeDownCast(contourWidget->GetRepresentation()); in TestDijkstraGraphGeodesicPath()
282 contourWidget->EnabledOn(); in TestDijkstraGraphGeodesicPath()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestContourWidget2.cxx54 vtkSmartPointer<vtkContourWidget> contourWidget = in TestContourWidget2() local
56 contourWidget->SetInteractor(iren); in TestContourWidget2()
57 contourWidget->SetRepresentation(contourRep); in TestContourWidget2()
58 contourWidget->On(); in TestContourWidget2()
64 contourWidget->GetEventTranslator()->RemoveTranslation( in TestContourWidget2()
66 contourWidget->GetEventTranslator()->SetTranslation( in TestContourWidget2()
72 contourWidget->GetEventTranslator()->RemoveTranslation( in TestContourWidget2()
74 contourWidget->GetEventTranslator()->SetTranslation( in TestContourWidget2()
103 contourWidget->Initialize(pd); in TestContourWidget2()
104 contourWidget->Render(); in TestContourWidget2()
H A DTestPolyPlane.cxx189 vtkSmartPointer<vtkContourWidget> contourWidget = in TestPolyPlane() local
191 contourWidget->SetInteractor(iren); in TestPolyPlane()
194 contourWidget->GetRepresentation()); in TestPolyPlane()
272 contourWidget->On(); in TestPolyPlane()
280 contourWidget->SetWidgetState(vtkContourWidget::Manipulate); in TestPolyPlane()
283 cb->Execute(contourWidget,0,NULL); in TestPolyPlane()
299 contourWidget->AddObserver(vtkCommand::InteractionEvent,cb); in TestPolyPlane()
H A DTestDijkstraImageGeodesicPath.cxx191 vtkSmartPointer<vtkContourWidget> contourWidget = in TestDijkstraImageGeodesicPath() local
193 contourWidget->SetInteractor( iren ); in TestDijkstraImageGeodesicPath()
197 contourWidget->SetRepresentation( rep ); in TestDijkstraImageGeodesicPath()
198 contourWidget->SetFollowCursor( followCursor ); in TestDijkstraImageGeodesicPath()
229 contourWidget->EnabledOn(); in TestDijkstraImageGeodesicPath()
H A DTestOrientedGlyphContour.cxx131 vtkSmartPointer<vtkContourWidget> contourWidget = in TestOrientedGlyphContour() local
136 contourWidget->SetInteractor(iren); in TestOrientedGlyphContour()
137 contourWidget->SetRepresentation(contourRep); in TestOrientedGlyphContour()
140 vtkWidgetEventTranslator *eventTranslator = contourWidget->GetEventTranslator(); in TestOrientedGlyphContour()
149 contourWidget->On(); in TestOrientedGlyphContour()
H A DTerrainPolylineEditor.cxx794 vtkSmartPointer<vtkContourWidget> contourWidget = in TerrainPolylineEditor() local
798 contourWidget->GetRepresentation()); in TerrainPolylineEditor()
800 contourWidget->SetInteractor(iren); in TerrainPolylineEditor()
841 contourWidget->Initialize( terrainPathReader->GetOutput(), 0 ); in TerrainPolylineEditor()
845 contourWidget->EnabledOn(); in TerrainPolylineEditor()
H A DTestFocalPlaneContour.cxx100 vtkSmartPointer<vtkContourWidget> contourWidget = in TestFocalPlaneContour() local
102 contourWidget->SetInteractor(iren); in TestFocalPlaneContour()
103 contourWidget->On(); in TestFocalPlaneContour()
H A DTestDijkstraGraphGeodesicPath.cxx272 vtkSmartPointer<vtkContourWidget> contourWidget = in TestDijkstraGraphGeodesicPath() local
274 contourWidget->SetInteractor(iren); in TestDijkstraGraphGeodesicPath()
277 contourWidget->GetRepresentation()); in TestDijkstraGraphGeodesicPath()
300 contourWidget->EnabledOn(); in TestDijkstraGraphGeodesicPath()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Applications/
H A Dgdcmviewer.cxx391 vtkContourWidget *contourWidget = vtkContourWidget::New(); in ExecuteViewer() local
392 contourWidget->SetInteractor(iren); in ExecuteViewer()
393 contourWidget->SetRepresentation(contourRep); in ExecuteViewer()
680 obs->ContourWidget = contourWidget; in ExecuteViewer()
727 contourWidget->Off(); in ExecuteViewer()
728 contourWidget->Delete(); in ExecuteViewer()