Home
last modified time | relevance | path

Searched refs:foheActor (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/vtk6/VTK-6.2.0/Examples/Annotation/Tcl/
H A DcubeAxes.tcl23 vtkLODActor foheActor
24 foheActor SetMapper foheMapper
80 ren1 AddViewProp foheActor
82 ren2 AddViewProp foheActor
84 ren3 AddViewProp foheActor
86 ren4 AddViewProp foheActor
115 axes2 SetViewProp foheActor
127 axes3 SetViewProp foheActor
139 axes4 SetViewProp foheActor
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/Testing/Tcl/
H A DcubeAxes2.tcl12 vtkLODActor foheActor
13 foheActor SetMapper foheMapper
67 ren1 AddViewProp foheActor
69 ren2 AddViewProp foheActor
73 ren3 AddViewProp foheActor
75 ren4 AddViewProp foheActor
77 ren5 AddViewProp foheActor
H A DcubeAxes.tcl12 vtkLODActor foheActor
13 foheActor SetMapper foheMapper
52 ren1 AddViewProp foheActor
54 ren2 AddViewProp foheActor
77 axes2 SetViewProp foheActor
H A DcubeAxes3.tcl19 vtkLODActor foheActor
20 foheActor SetMapper foheMapper
21 [foheActor GetProperty] SetDiffuseColor 0.7 0.3 0.0
53 ren2 AddViewProp foheActor
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/Testing/Python/
H A DcubeAxes2.py17 foheActor = vtk.vtkLODActor() variable
18 foheActor.SetMapper(foheMapper)
82 ren1.AddViewProp(foheActor)
85 ren2.AddViewProp(foheActor)
88 ren3.AddViewProp(foheActor)
91 ren4.AddViewProp(foheActor)
94 ren5.AddViewProp(foheActor)
H A DcubeAxes.py17 foheActor = vtk.vtkLODActor() variable
18 foheActor.SetMapper(foheMapper)
64 ren1.AddViewProp(foheActor)
67 ren2.AddViewProp(foheActor)
89 axes2.SetViewProp(foheActor)
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/Testing/Python/
H A DcubeAxes2.py17 foheActor = vtk.vtkLODActor() variable
18 foheActor.SetMapper(foheMapper)
82 ren1.AddViewProp(foheActor)
85 ren2.AddViewProp(foheActor)
88 ren3.AddViewProp(foheActor)
91 ren4.AddViewProp(foheActor)
94 ren5.AddViewProp(foheActor)
H A DcubeAxes.py17 foheActor = vtk.vtkLODActor() variable
18 foheActor.SetMapper(foheMapper)
64 ren1.AddViewProp(foheActor)
67 ren2.AddViewProp(foheActor)
89 axes2.SetViewProp(foheActor)
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/Testing/Python/
H A DcubeAxes2.py18 foheActor = vtk.vtkLODActor() variable
19 foheActor.SetMapper(foheMapper)
83 ren1.AddViewProp(foheActor)
86 ren2.AddViewProp(foheActor)
89 ren3.AddViewProp(foheActor)
92 ren4.AddViewProp(foheActor)
95 ren5.AddViewProp(foheActor)
H A DcubeAxes.py18 foheActor = vtk.vtkLODActor() variable
19 foheActor.SetMapper(foheMapper)
65 ren1.AddViewProp(foheActor)
68 ren2.AddViewProp(foheActor)
90 axes2.SetViewProp(foheActor)
/dports/math/vtk8/VTK-8.2.0/Examples/Annotation/Python/
H A DcubeAxes.py23 foheActor = vtk.vtkLODActor() variable
24 foheActor.SetMapper(foheMapper)
69 ren.AddViewProp(foheActor)
71 ren2.AddViewProp(foheActor)
97 axes2.SetViewProp(foheActor)
/dports/math/vtk6/VTK-6.2.0/Examples/Annotation/Python/
H A DcubeAxes.py23 foheActor = vtk.vtkLODActor() variable
24 foheActor.SetMapper(foheMapper)
69 ren.AddViewProp(foheActor)
71 ren2.AddViewProp(foheActor)
97 axes2.SetViewProp(foheActor)
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/Testing/Cxx/
H A DTestCubeAxesWithXInnerGrids.cxx49 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithXInnerGrids() local
50 foheActor->SetMapper(foheMapper); in TestCubeAxesWithXInnerGrids()
51 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithXInnerGrids()
85 ren2->AddViewProp(foheActor); in TestCubeAxesWithXInnerGrids()
H A DTestCubeAxesWithXInnerPolys.cxx49 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithXInnerPolys() local
50 foheActor->SetMapper(foheMapper); in TestCubeAxesWithXInnerPolys()
51 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithXInnerPolys()
85 ren2->AddViewProp(foheActor); in TestCubeAxesWithXInnerPolys()
H A DTestCubeAxesWithYInnerPolys.cxx49 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithYInnerPolys() local
50 foheActor->SetMapper(foheMapper); in TestCubeAxesWithYInnerPolys()
51 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithYInnerPolys()
85 ren2->AddViewProp(foheActor); in TestCubeAxesWithYInnerPolys()
H A DTestCubeAxesWithZInnerGrids.cxx49 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithZInnerGrids() local
50 foheActor->SetMapper(foheMapper); in TestCubeAxesWithZInnerGrids()
51 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithZInnerGrids()
85 ren2->AddViewProp(foheActor); in TestCubeAxesWithZInnerGrids()
H A DTestCubeAxesWithZInnerPolys.cxx49 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithZInnerPolys() local
50 foheActor->SetMapper(foheMapper); in TestCubeAxesWithZInnerPolys()
51 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithZInnerPolys()
85 ren2->AddViewProp(foheActor); in TestCubeAxesWithZInnerPolys()
H A DTestCubeAxesWithYInnerGrids.cxx49 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithYInnerGrids() local
50 foheActor->SetMapper(foheMapper); in TestCubeAxesWithYInnerGrids()
51 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithYInnerGrids()
85 ren2->AddViewProp(foheActor); in TestCubeAxesWithYInnerGrids()
H A DTestCubeAxes3.cxx48 vtkNew<vtkLODActor> foheActor; in TestCubeAxes3() local
49 foheActor->SetMapper(foheMapper); in TestCubeAxes3()
50 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxes3()
84 ren2->AddViewProp(foheActor); in TestCubeAxes3()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/Testing/Cxx/
H A DTestCubeAxesWithXInnerGrids.cxx51 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithXInnerGrids() local
52 foheActor->SetMapper(foheMapper); in TestCubeAxesWithXInnerGrids()
53 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithXInnerGrids()
87 ren2->AddViewProp(foheActor); in TestCubeAxesWithXInnerGrids()
H A DTestCubeAxesWithYInnerGrids.cxx51 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithYInnerGrids() local
52 foheActor->SetMapper(foheMapper); in TestCubeAxesWithYInnerGrids()
53 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithYInnerGrids()
87 ren2->AddViewProp(foheActor); in TestCubeAxesWithYInnerGrids()
H A DTestCubeAxesWithZInnerGrids.cxx51 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithZInnerGrids() local
52 foheActor->SetMapper(foheMapper); in TestCubeAxesWithZInnerGrids()
53 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithZInnerGrids()
87 ren2->AddViewProp(foheActor); in TestCubeAxesWithZInnerGrids()
H A DTestCubeAxesWithZInnerPolys.cxx51 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithZInnerPolys() local
52 foheActor->SetMapper(foheMapper); in TestCubeAxesWithZInnerPolys()
53 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithZInnerPolys()
87 ren2->AddViewProp(foheActor); in TestCubeAxesWithZInnerPolys()
H A DTestCubeAxesWithXInnerPolys.cxx51 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithXInnerPolys() local
52 foheActor->SetMapper(foheMapper); in TestCubeAxesWithXInnerPolys()
53 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithXInnerPolys()
87 ren2->AddViewProp(foheActor); in TestCubeAxesWithXInnerPolys()
H A DTestCubeAxesWithYInnerPolys.cxx51 vtkNew<vtkLODActor> foheActor; in TestCubeAxesWithYInnerPolys() local
52 foheActor->SetMapper(foheMapper); in TestCubeAxesWithYInnerPolys()
53 foheActor->GetProperty()->SetDiffuseColor(0.7, 0.3, 0.0); in TestCubeAxesWithYInnerPolys()
87 ren2->AddViewProp(foheActor); in TestCubeAxesWithYInnerPolys()

123