Home
last modified time | relevance | path

Searched refs:SphereActor (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSphereWidget.cxx54 this->SphereActor = vtkActor::New(); in vtkSphereWidget()
55 this->SphereActor->SetMapper(this->SphereMapper); in vtkSphereWidget()
90 this->Picker->AddPickList(this->SphereActor); in vtkSphereWidget()
105 this->SphereActor->Delete(); in ~vtkSphereWidget()
179 this->CurrentRenderer->AddActor(this->SphereActor); in SetEnabled()
180 this->SphereActor->SetProperty(this->SphereProperty); in SetEnabled()
206 this->CurrentRenderer->RemoveActor(this->SphereActor); in SetEnabled()
335 this->CurrentRenderer->RemoveActor(this->SphereActor); in SelectRepresentation()
340 this->CurrentRenderer->AddActor(this->SphereActor); in SelectRepresentation()
347 this->CurrentRenderer->AddActor(this->SphereActor); in SelectRepresentation()
[all …]
H A DvtkSphereRepresentation.cxx75 this->SphereActor = vtkActor::New(); in vtkSphereRepresentation()
76 this->SphereActor->SetMapper(this->SphereMapper); in vtkSphereRepresentation()
143 this->SpherePicker->AddPickList(this->SphereActor); in vtkSphereRepresentation()
146 this->SphereActor->SetProperty(this->SphereProperty); in vtkSphereRepresentation()
153 this->SphereActor->Delete(); in ~vtkSphereRepresentation()
217 this->SphereActor->SetProperty(this->SelectedSphereProperty); in HighlightSphere()
221 this->SphereActor->SetProperty(this->SphereProperty); in HighlightSphere()
730 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
745 count += this->SphereActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
770 count += this->SphereActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.cxx164 this->SphereActor = vtkActor::New(); in vtkImplicitPlaneRepresentation()
165 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitPlaneRepresentation()
189 this->Picker->AddPickList(this->SphereActor); in vtkImplicitPlaneRepresentation()
248 this->SphereActor->Delete(); in ~vtkImplicitPlaneRepresentation()
280 this->Picker->DeletePickList(this->SphereActor); in SetLockNormalToCamera()
290 this->Picker->AddPickList(this->SphereActor); in SetLockNormalToCamera()
363 else if ( prop == this->SphereActor ) in ComputeInteractionState()
451 else if ( prop == this->SphereActor ) in ComputeComplexInteractionState()
718 this->SphereActor->GetActors(pc); in GetActors()
731 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
[all …]
H A DvtkImplicitCylinderRepresentation.cxx171 this->SphereActor = vtkActor::New(); in vtkImplicitCylinderRepresentation()
172 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitCylinderRepresentation()
195 this->Picker->AddPickList(this->SphereActor); in vtkImplicitCylinderRepresentation()
213 this->SphereActor->SetProperty(this->AxisProperty); in vtkImplicitCylinderRepresentation()
259 this->SphereActor->Delete(); in ~vtkImplicitCylinderRepresentation()
318 else if ( prop == this->SphereActor ) in ComputeInteractionState()
501 this->SphereActor->GetActors(pc); in GetActors()
514 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
528 count += this->SphereActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
730 this->SphereActor->SetProperty(this->AxisProperty); in HighlightNormal()
[all …]
H A DvtkImplicitPlaneWidget.cxx141 this->SphereActor = vtkActor::New(); in vtkImplicitPlaneWidget()
142 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitPlaneWidget()
167 this->Picker->AddPickList(this->SphereActor); in vtkImplicitPlaneWidget()
211 this->SphereActor->Delete(); in ~vtkImplicitPlaneWidget()
294 this->CurrentRenderer->AddActor(this->SphereActor); in SetEnabled()
295 this->SphereActor->SetProperty(this->NormalProperty); in SetEnabled()
331 this->CurrentRenderer->RemoveActor(this->SphereActor); in SetEnabled()
477 this->SphereActor->SetProperty(this->SelectedNormalProperty); in HighlightNormal()
485 this->SphereActor->SetProperty(this->NormalProperty); in HighlightNormal()
559 else if ( prop == this->SphereActor ) in OnLeftButtonDown()
H A DvtkSphereWidget.h272 vtkActor *SphereActor; variable
H A DvtkSphereRepresentation.h316 vtkActor *SphereActor; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSphereWidget.cxx53 this->SphereActor = vtkActor::New(); in vtkSphereWidget()
54 this->SphereActor->SetMapper(this->SphereMapper); in vtkSphereWidget()
88 this->Picker->AddPickList(this->SphereActor); in vtkSphereWidget()
103 this->SphereActor->Delete(); in ~vtkSphereWidget()
170 this->CurrentRenderer->AddActor(this->SphereActor); in SetEnabled()
171 this->SphereActor->SetProperty(this->SphereProperty); in SetEnabled()
197 this->CurrentRenderer->RemoveActor(this->SphereActor); in SetEnabled()
318 this->CurrentRenderer->RemoveActor(this->SphereActor); in SelectRepresentation()
323 this->CurrentRenderer->AddActor(this->SphereActor); in SelectRepresentation()
330 this->CurrentRenderer->AddActor(this->SphereActor); in SelectRepresentation()
[all …]
H A DvtkLightRepresentation.cxx54 this->SphereActor->SetMapper(this->SphereMapper); in vtkLightRepresentation()
55 this->SphereActor->SetProperty(this->Property); in vtkLightRepresentation()
59 this->SpherePicker->AddPickList(this->SphereActor); in vtkLightRepresentation()
172 this->BoundingBox->SetBounds(this->SphereActor->GetBounds()); in GetBounds()
311 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
322 count += this->SphereActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
337 count += this->SphereActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
369 this->SphereActor->PrintSelf(os, indent.GetNextIndent()); in PrintSelf()
H A DvtkSphereRepresentation.cxx76 this->SphereActor = vtkActor::New(); in vtkSphereRepresentation()
77 this->SphereActor->SetMapper(this->SphereMapper); in vtkSphereRepresentation()
141 this->SpherePicker->AddPickList(this->SphereActor); in vtkSphereRepresentation()
144 this->SphereActor->SetProperty(this->SphereProperty); in vtkSphereRepresentation()
153 this->SphereActor->Delete(); in ~vtkSphereRepresentation()
218 this->SphereActor->SetProperty(this->SelectedSphereProperty); in HighlightSphere()
222 this->SphereActor->SetProperty(this->SphereProperty); in HighlightSphere()
735 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
750 count += this->SphereActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
775 count += this->SphereActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.cxx156 this->SphereActor = vtkActor::New(); in vtkImplicitPlaneRepresentation()
157 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitPlaneRepresentation()
180 this->Picker->AddPickList(this->SphereActor); in vtkImplicitPlaneRepresentation()
237 this->SphereActor->Delete(); in ~vtkImplicitPlaneRepresentation()
268 this->Picker->DeletePickList(this->SphereActor); in SetLockNormalToCamera()
277 this->Picker->AddPickList(this->SphereActor); in SetLockNormalToCamera()
345 else if (prop == this->SphereActor) in ComputeInteractionState()
431 else if (prop == this->SphereActor) in ComputeComplexInteractionState()
692 this->SphereActor->GetActors(pc); in GetActors()
705 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
[all …]
H A DvtkImplicitCylinderRepresentation.cxx163 this->SphereActor = vtkActor::New(); in vtkImplicitCylinderRepresentation()
164 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitCylinderRepresentation()
187 this->Picker->AddPickList(this->SphereActor); in vtkImplicitCylinderRepresentation()
205 this->SphereActor->SetProperty(this->AxisProperty); in vtkImplicitCylinderRepresentation()
253 this->SphereActor->Delete(); in ~vtkImplicitCylinderRepresentation()
311 else if (prop == this->SphereActor) in ComputeInteractionState()
493 this->SphereActor->GetActors(pc); in GetActors()
506 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
520 count += this->SphereActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
708 this->SphereActor->SetProperty(this->AxisProperty); in HighlightNormal()
[all …]
H A DvtkImplicitPlaneWidget.cxx131 this->SphereActor = vtkActor::New(); in vtkImplicitPlaneWidget()
132 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitPlaneWidget()
157 this->Picker->AddPickList(this->SphereActor); in vtkImplicitPlaneWidget()
201 this->SphereActor->Delete(); in ~vtkImplicitPlaneWidget()
277 this->CurrentRenderer->AddActor(this->SphereActor); in SetEnabled()
278 this->SphereActor->SetProperty(this->NormalProperty); in SetEnabled()
314 this->CurrentRenderer->RemoveActor(this->SphereActor); in SetEnabled()
446 this->SphereActor->SetProperty(this->SelectedNormalProperty); in HighlightNormal()
454 this->SphereActor->SetProperty(this->NormalProperty); in HighlightNormal()
525 else if (prop == this->SphereActor) in OnLeftButtonDown()
H A DvtkLightRepresentation.h162 vtkNew<vtkActor> SphereActor; variable
H A DvtkSphereWidget.h255 vtkActor* SphereActor; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSphereWidget.cxx54 this->SphereActor = vtkActor::New(); in vtkSphereWidget()
55 this->SphereActor->SetMapper(this->SphereMapper); in vtkSphereWidget()
90 this->Picker->AddPickList(this->SphereActor); in vtkSphereWidget()
105 this->SphereActor->Delete(); in ~vtkSphereWidget()
179 this->CurrentRenderer->AddActor(this->SphereActor); in SetEnabled()
180 this->SphereActor->SetProperty(this->SphereProperty); in SetEnabled()
205 this->CurrentRenderer->RemoveActor(this->SphereActor); in SetEnabled()
333 this->CurrentRenderer->RemoveActor(this->SphereActor); in SelectRepresentation()
338 this->CurrentRenderer->AddActor(this->SphereActor); in SelectRepresentation()
345 this->CurrentRenderer->AddActor(this->SphereActor); in SelectRepresentation()
[all …]
H A DvtkSphereRepresentation.cxx77 this->SphereActor = vtkActor::New(); in vtkSphereRepresentation()
78 this->SphereActor->SetMapper(this->SphereMapper); in vtkSphereRepresentation()
133 this->SpherePicker->AddPickList(this->SphereActor); in vtkSphereRepresentation()
136 this->SphereActor->SetProperty(this->SphereProperty); in vtkSphereRepresentation()
143 this->SphereActor->Delete(); in ~vtkSphereRepresentation()
202 this->SphereActor->SetProperty(this->SelectedSphereProperty); in HighlightSphere()
206 this->SphereActor->SetProperty(this->SphereProperty); in HighlightSphere()
679 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
693 count += this->SphereActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
714 count += this->SphereActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.cxx154 this->SphereActor = vtkActor::New(); in vtkImplicitPlaneRepresentation()
155 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitPlaneRepresentation()
179 this->Picker->AddPickList(this->SphereActor); in vtkImplicitPlaneRepresentation()
191 this->SphereActor->SetProperty(this->NormalProperty); in vtkImplicitPlaneRepresentation()
237 this->SphereActor->Delete(); in ~vtkImplicitPlaneRepresentation()
269 this->Picker->DeletePickList(this->SphereActor); in SetLockNormalToCamera()
279 this->Picker->AddPickList(this->SphereActor); in SetLockNormalToCamera()
327 else if ( prop == this->SphereActor ) in ComputeInteractionState()
508 this->SphereActor->GetActors(pc); in GetActors()
521 this->SphereActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
[all …]
H A DvtkImplicitPlaneWidget.cxx141 this->SphereActor = vtkActor::New(); in vtkImplicitPlaneWidget()
142 this->SphereActor->SetMapper(this->SphereMapper); in vtkImplicitPlaneWidget()
167 this->Picker->AddPickList(this->SphereActor); in vtkImplicitPlaneWidget()
211 this->SphereActor->Delete(); in ~vtkImplicitPlaneWidget()
294 this->CurrentRenderer->AddActor(this->SphereActor); in SetEnabled()
295 this->SphereActor->SetProperty(this->NormalProperty); in SetEnabled()
330 this->CurrentRenderer->RemoveActor(this->SphereActor); in SetEnabled()
475 this->SphereActor->SetProperty(this->SelectedNormalProperty); in HighlightNormal()
483 this->SphereActor->SetProperty(this->NormalProperty); in HighlightNormal()
557 else if ( prop == this->SphereActor ) in OnLeftButtonDown()
H A DvtkSphereWidget.h236 vtkActor *SphereActor; variable
H A DvtkSphereRepresentation.h251 vtkActor *SphereActor; variable
H A DvtkImplicitPlaneWidget.h320 vtkActor *SphereActor; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Python/
H A DTestOpacityVectors.py10 def SphereActor(lut, interpolateBeforeMapping): function
67 ren.AddActor(SphereActor (lut, 0))
68 ren.AddActor(SphereActor (lut, 1))
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Python/
H A DTestOpacityVectors.py10 def SphereActor(lut, interpolateBeforeMapping): function
67 ren.AddActor(SphereActor (lut, 0))
68 ren.AddActor(SphereActor (lut, 1))
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Python/
H A DTestOpacityVectors.py10 def SphereActor(lut, interpolateBeforeMapping): function
67 ren.AddActor(SphereActor (lut, 0))
68 ren.AddActor(SphereActor (lut, 1))

12