Home
last modified time | relevance | path

Searched refs:LineActor (Results 1 – 25 of 90) sorted by relevance

1234

/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkDistanceRepresentation3D.cxx64 this->LineActor = vtkActor::New(); in vtkDistanceRepresentation3D()
65 this->LineActor->SetMapper(this->LineMapper); in vtkDistanceRepresentation3D()
121 this->LineActor->Delete(); in ~vtkDistanceRepresentation3D()
232 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
244 this->LineActor->GetMTime() > this->BuildTime || in BuildRepresentation()
326 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
338 this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
351 this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
387 return this->LineActor->GetProperty(); in GetLineProperty()
H A DvtkAxesTransformRepresentation.cxx65 this->LineActor = vtkActor::New(); in vtkAxesTransformRepresentation()
66 this->LineActor->SetMapper(this->LineMapper); in vtkAxesTransformRepresentation()
120 this->LineActor->Delete(); in ~vtkAxesTransformRepresentation()
190 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
265 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
277 this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
290 this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
H A DvtkImageTracerWidget.cxx99 this->LineActor = vtkActor::New(); in vtkImageTracerWidget()
106 this->LineActor->SetMapper(lineMapper); in vtkImageTracerWidget()
107 this->LineActor->PickableOff(); in vtkImageTracerWidget()
108 this->LineActor->VisibilityOff(); in vtkImageTracerWidget()
180 this->LineActor->Delete(); in ~vtkImageTracerWidget()
274 this->LineActor->PickableOff(); in SetEnabled()
809 this->LineActor->PickableOn(); in OnRightButtonDown()
864 this->LineActor->PickableOff(); in OnRightButtonDown()
1319 this->LineActor->VisibilityOff(); in ResetLine()
1320 this->LineActor->PickableOff(); in ResetLine()
[all …]
H A DvtkLineRepresentation.cxx70 this->LineActor = vtkActor::New(); in vtkLineRepresentation()
71 this->LineActor->SetMapper(this->LineMapper); in vtkLineRepresentation()
98 this->LineActor->SetProperty(this->LineProperty); in vtkLineRepresentation()
134 this->LinePicker->AddPickList( this->LineActor ); in vtkLineRepresentation()
167 this->LineActor->Delete(); in ~vtkLineRepresentation()
632 this->BoundingBox->SetBounds(this->LineActor->GetBounds()); in GetBounds()
788 this->LineActor->SetProperty(this->SelectedLineProperty); in HighlightLine()
792 this->LineActor->SetProperty(this->LineProperty); in HighlightLine()
838 this->LineActor->GetActors(pc); in GetActors()
847 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
[all …]
H A DvtkImplicitPlaneRepresentation.cxx117 this->LineActor = vtkActor::New(); in vtkImplicitPlaneRepresentation()
118 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitPlaneRepresentation()
175 this->Picker->AddPickList(this->LineActor); in vtkImplicitPlaneRepresentation()
187 this->LineActor->SetProperty(this->NormalProperty); in vtkImplicitPlaneRepresentation()
221 this->LineActor->Delete(); in ~vtkImplicitPlaneRepresentation()
265 this->Picker->DeletePickList(this->LineActor); in SetLockNormalToCamera()
275 this->Picker->AddPickList(this->LineActor); in SetLockNormalToCamera()
505 this->LineActor->GetActors(pc); in GetActors()
518 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
534 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
[all …]
H A DvtkSplineRepresentation.cxx121 this->LineActor = vtkActor::New(); in vtkSplineRepresentation()
122 this->LineActor->SetMapper( lineMapper ); in vtkSplineRepresentation()
141 this->LinePicker->AddPickList(this->LineActor); in vtkSplineRepresentation()
167 this->LineActor->Delete(); in ~vtkSplineRepresentation()
429 this->LineActor->SetProperty(this->SelectedLineProperty); in HighlightLine()
433 this->LineActor->SetProperty(this->LineProperty); in HighlightLine()
954 this->LineActor->ReleaseGraphicsResources(win); in ReleaseGraphicsResources()
967 count += this->LineActor->RenderOpaqueGeometry(win); in RenderOpaqueGeometry()
992 count += this->LineActor->RenderOverlay(win); in RenderOverlay()
1005 count |= this->LineActor->HasTranslucentPolygonalGeometry(); in HasTranslucentPolygonalGeometry()
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkAxesTransformRepresentation.cxx65 this->LineActor = vtkActor::New(); in vtkAxesTransformRepresentation()
66 this->LineActor->SetMapper(this->LineMapper); in vtkAxesTransformRepresentation()
120 this->LineActor->Delete(); in ~vtkAxesTransformRepresentation()
190 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
265 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
277 this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
290 this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
H A DvtkDistanceRepresentation3D.cxx64 this->LineActor = vtkActor::New(); in vtkDistanceRepresentation3D()
65 this->LineActor->SetMapper(this->LineMapper); in vtkDistanceRepresentation3D()
122 this->LineActor->Delete(); in ~vtkDistanceRepresentation3D()
258 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
270 this->LineActor->GetMTime() > this->BuildTime || in BuildRepresentation()
353 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
365 this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
378 this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
414 return this->LineActor->GetProperty(); in GetLineProperty()
H A DvtkImageTracerWidget.cxx99 this->LineActor = vtkActor::New(); in vtkImageTracerWidget()
106 this->LineActor->SetMapper(lineMapper); in vtkImageTracerWidget()
107 this->LineActor->PickableOff(); in vtkImageTracerWidget()
108 this->LineActor->VisibilityOff(); in vtkImageTracerWidget()
180 this->LineActor->Delete(); in ~vtkImageTracerWidget()
279 this->LineActor->PickableOff(); in SetEnabled()
816 this->LineActor->PickableOn(); in OnRightButtonDown()
871 this->LineActor->PickableOff(); in OnRightButtonDown()
1326 this->LineActor->VisibilityOff(); in ResetLine()
1327 this->LineActor->PickableOff(); in ResetLine()
[all …]
H A DvtkLineRepresentation.cxx73 this->LineActor = vtkActor::New(); in vtkLineRepresentation()
74 this->LineActor->SetMapper(this->LineMapper); in vtkLineRepresentation()
105 this->LineActor->SetProperty(this->LineProperty); in vtkLineRepresentation()
141 this->LinePicker->AddPickList( this->LineActor ); in vtkLineRepresentation()
176 this->LineActor->Delete(); in ~vtkLineRepresentation()
698 this->BoundingBox->SetBounds(this->LineActor->GetBounds()); in GetBounds()
873 this->LineActor->SetProperty(this->SelectedLineProperty); in HighlightLine()
877 this->LineActor->SetProperty(this->LineProperty); in HighlightLine()
923 this->LineActor->GetActors(pc); in GetActors()
932 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
[all …]
H A DvtkCurveRepresentation.cxx81 this->LineActor = vtkActor::New(); in vtkCurveRepresentation()
102 this->LinePicker->AddPickList(this->LineActor); in vtkCurveRepresentation()
130 this->LineActor->Delete(); in ~vtkCurveRepresentation()
336 this->LineActor->SetProperty(this->SelectedLineProperty); in HighlightLine()
340 this->LineActor->SetProperty(this->LineProperty); in HighlightLine()
692 this->LineActor->ReleaseGraphicsResources(win); in ReleaseGraphicsResources()
705 count += this->LineActor->RenderOpaqueGeometry(win); in RenderOpaqueGeometry()
718 count += this->LineActor->RenderTranslucentPolygonalGeometry(win); in RenderTranslucentPolygonalGeometry()
730 count += this->LineActor->RenderOverlay(win); in RenderOverlay()
743 count |= this->LineActor->HasTranslucentPolygonalGeometry(); in HasTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.cxx127 this->LineActor = vtkActor::New(); in vtkImplicitPlaneRepresentation()
128 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitPlaneRepresentation()
185 this->Picker->AddPickList(this->LineActor); in vtkImplicitPlaneRepresentation()
197 this->LineActor->SetProperty(this->NormalProperty); in vtkImplicitPlaneRepresentation()
232 this->LineActor->Delete(); in ~vtkImplicitPlaneRepresentation()
276 this->Picker->DeletePickList(this->LineActor); in SetLockNormalToCamera()
286 this->Picker->AddPickList(this->LineActor); in SetLockNormalToCamera()
715 this->LineActor->GetActors(pc); in GetActors()
728 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
747 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
[all …]
H A DvtkFinitePlaneRepresentation.cxx121 this->LineActor = vtkActor::New(); in vtkFinitePlaneRepresentation()
122 this->LineActor->SetMapper(this->LineMapper); in vtkFinitePlaneRepresentation()
199 this->HandlePicker->AddPickList(LineActor); in vtkFinitePlaneRepresentation()
213 this->LineActor->SetProperty(this->NormalProperty); in vtkFinitePlaneRepresentation()
251 this->LineActor->Delete(); in ~vtkFinitePlaneRepresentation()
512 (prop == this->LineActor) || (prop == this->LineActor2)) in ComputeInteractionState()
563 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
669 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
694 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
760 result |= this->LineActor->HasTranslucentPolygonalGeometry(); in HasTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitCylinderRepresentation.cxx134 this->LineActor = vtkActor::New(); in vtkImplicitCylinderRepresentation()
135 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitCylinderRepresentation()
191 this->Picker->AddPickList(this->LineActor); in vtkImplicitCylinderRepresentation()
209 this->LineActor->SetProperty(this->AxisProperty); in vtkImplicitCylinderRepresentation()
243 this->LineActor->Delete(); in ~vtkImplicitCylinderRepresentation()
483 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
498 this->LineActor->GetActors(pc); in GetActors()
511 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
525 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
726 this->LineActor->SetProperty(this->AxisProperty); in HighlightNormal()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkAxesTransformRepresentation.cxx63 this->LineActor = vtkActor::New(); in vtkAxesTransformRepresentation()
64 this->LineActor->SetMapper(this->LineMapper); in vtkAxesTransformRepresentation()
118 this->LineActor->Delete(); in ~vtkAxesTransformRepresentation()
188 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
262 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
272 this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
284 this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
H A DvtkDistanceRepresentation3D.cxx62 this->LineActor = vtkActor::New(); in vtkDistanceRepresentation3D()
63 this->LineActor->SetMapper(this->LineMapper); in vtkDistanceRepresentation3D()
120 this->LineActor->Delete(); in ~vtkDistanceRepresentation3D()
268 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
279 this->LineActor->GetMTime() > this->BuildTime || in BuildRepresentation()
365 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
375 this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
387 this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
423 return this->LineActor->GetProperty(); in GetLineProperty()
H A DvtkLightRepresentation.cxx74 this->LineActor->SetMapper(this->LineMapper); in vtkLightRepresentation()
75 this->LineActor->SetProperty(this->Property); in vtkLightRepresentation()
79 this->LinePicker->AddPickList(this->LineActor); in vtkLightRepresentation()
173 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
312 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
323 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
338 count += this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
378 this->LineActor->PrintSelf(os, indent.GetNextIndent()); in PrintSelf()
H A DvtkImageTracerWidget.cxx98 this->LineActor = vtkActor::New(); in vtkImageTracerWidget()
105 this->LineActor->SetMapper(lineMapper); in vtkImageTracerWidget()
106 this->LineActor->PickableOff(); in vtkImageTracerWidget()
107 this->LineActor->VisibilityOff(); in vtkImageTracerWidget()
179 this->LineActor->Delete(); in ~vtkImageTracerWidget()
277 this->LineActor->PickableOff(); in SetEnabled()
813 this->LineActor->PickableOn(); in OnRightButtonDown()
868 this->LineActor->PickableOff(); in OnRightButtonDown()
1344 this->LineActor->VisibilityOff(); in ResetLine()
1345 this->LineActor->PickableOff(); in ResetLine()
[all …]
H A DvtkLineRepresentation.cxx70 this->LineActor = vtkActor::New(); in vtkLineRepresentation()
71 this->LineActor->SetMapper(this->LineMapper); in vtkLineRepresentation()
101 this->LineActor->SetProperty(this->LineProperty); in vtkLineRepresentation()
136 this->LinePicker->AddPickList(this->LineActor); in vtkLineRepresentation()
168 this->LineActor->Delete(); in ~vtkLineRepresentation()
657 this->BoundingBox->SetBounds(this->LineActor->GetBounds()); in GetBounds()
831 this->LineActor->SetProperty(this->SelectedLineProperty); in HighlightLine()
835 this->LineActor->SetProperty(this->LineProperty); in HighlightLine()
880 this->LineActor->GetActors(pc); in GetActors()
889 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
[all …]
H A DvtkCurveRepresentation.cxx67 this->LineActor = vtkActor::New(); in vtkCurveRepresentation()
82 this->LinePicker->AddPickList(this->LineActor); in vtkCurveRepresentation()
112 this->LineActor->Delete(); in ~vtkCurveRepresentation()
343 this->LineActor->SetProperty(this->SelectedLineProperty); in HighlightLine()
347 this->LineActor->SetProperty(this->LineProperty); in HighlightLine()
705 this->LineActor->ReleaseGraphicsResources(win); in ReleaseGraphicsResources()
718 count += this->LineActor->RenderOpaqueGeometry(win); in RenderOpaqueGeometry()
730 count += this->LineActor->RenderTranslucentPolygonalGeometry(win); in RenderTranslucentPolygonalGeometry()
742 count += this->LineActor->RenderOverlay(win); in RenderOverlay()
755 count |= this->LineActor->HasTranslucentPolygonalGeometry(); in HasTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.cxx128 this->LineActor = vtkActor::New(); in vtkImplicitPlaneRepresentation()
129 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitPlaneRepresentation()
177 this->Picker->AddPickList(this->LineActor); in vtkImplicitPlaneRepresentation()
188 this->LineActor->SetProperty(this->NormalProperty); in vtkImplicitPlaneRepresentation()
225 this->LineActor->Delete(); in ~vtkImplicitPlaneRepresentation()
265 this->Picker->DeletePickList(this->LineActor); in SetLockNormalToCamera()
274 this->Picker->AddPickList(this->LineActor); in SetLockNormalToCamera()
690 this->LineActor->GetActors(pc); in GetActors()
703 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
721 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
[all …]
H A DvtkFinitePlaneRepresentation.cxx121 this->LineActor = vtkActor::New(); in vtkFinitePlaneRepresentation()
122 this->LineActor->SetMapper(this->LineMapper); in vtkFinitePlaneRepresentation()
199 this->HandlePicker->AddPickList(LineActor); in vtkFinitePlaneRepresentation()
213 this->LineActor->SetProperty(this->NormalProperty); in vtkFinitePlaneRepresentation()
251 this->LineActor->Delete(); in ~vtkFinitePlaneRepresentation()
554 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
651 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
676 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
709 count += this->LineActor->RenderTranslucentPolygonalGeometry(v); in RenderTranslucentPolygonalGeometry()
742 result |= this->LineActor->HasTranslucentPolygonalGeometry(); in HasTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitCylinderRepresentation.cxx130 this->LineActor = vtkActor::New(); in vtkImplicitCylinderRepresentation()
131 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitCylinderRepresentation()
183 this->Picker->AddPickList(this->LineActor); in vtkImplicitCylinderRepresentation()
201 this->LineActor->SetProperty(this->AxisProperty); in vtkImplicitCylinderRepresentation()
237 this->LineActor->Delete(); in ~vtkImplicitCylinderRepresentation()
475 this->BoundingBox->AddBounds(this->LineActor->GetBounds()); in GetBounds()
490 this->LineActor->GetActors(pc); in GetActors()
503 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
517 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
704 this->LineActor->SetProperty(this->AxisProperty); in HighlightNormal()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/VR/
H A DvtkVRControlsHelper.cxx62 this->LineActor = vtkActor::New(); in vtkVRControlsHelper()
64 this->LineActor->SetMapper(this->LineMapper); in vtkVRControlsHelper()
98 this->LineActor->Delete(); in ~vtkVRControlsHelper()
280 this->LineActor->SetPosition(controlPositionWC); in UpdateRepresentation()
281 this->LineActor->SetScale(vtkMath::Norm(lineDirection)); in UpdateRepresentation()
289 this->LineActor->SetOrientation(this->TempTransform->GetOrientation()); in UpdateRepresentation()
297 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
316 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()
385 this->LineActor->PrintSelf(os, indent); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenVR/
H A DvtkOpenVRControlsHelper.cxx64 this->LineActor = vtkActor::New(); in vtkOpenVRControlsHelper()
66 this->LineActor->SetMapper(this->LineMapper); in vtkOpenVRControlsHelper()
100 this->LineActor->Delete(); in ~vtkOpenVRControlsHelper()
384 this->LineActor->SetPosition(controlPositionWC); in UpdateRepresentation()
385 this->LineActor->SetScale(vtkMath::Norm(lineDirection)); in UpdateRepresentation()
393 this->LineActor->SetOrientation(this->TempTransform->GetOrientation()); in UpdateRepresentation()
401 this->LineActor->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
420 count += this->LineActor->RenderOpaqueGeometry(v); in RenderOpaqueGeometry()

1234