Home
last modified time | relevance | path

Searched refs:XYPlotActor (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkXYPlotRepresentation.cxx70 if ( this->XYPlotActor ) in BuildRepresentation()
101 if ( this->XYPlotActor ) in GetActors2D()
111 if ( this->XYPlotActor ) in ReleaseGraphicsResources()
122 if ( this->XYPlotActor ) in RenderOverlay()
133 if ( this->XYPlotActor ) in RenderOpaqueGeometry()
144 if ( this->XYPlotActor ) in RenderTranslucentPolygonalGeometry()
155 if ( this->XYPlotActor ) in HasTranslucentPolygonalGeometry()
165 if ( this->XYPlotActor ) in SetBorder()
174 if ( this->XYPlotActor ) in SetTitle()
183 if ( this->XYPlotActor ) in SetXTitle()
[all …]
H A DvtkXYPlotWidget.cxx30 this->XYPlotActor = vtkXYPlotActor::New(); in vtkXYPlotWidget()
39 if (this->XYPlotActor) in ~vtkXYPlotWidget()
41 this->XYPlotActor->Delete(); in ~vtkXYPlotWidget()
85 this->CurrentRenderer->AddViewProp(this->XYPlotActor); in SetEnabled()
283 pos1 = this->XYPlotActor->GetPositionCoordinate() in OnMouseMove()
285 pos2 = this->XYPlotActor->GetPosition2Coordinate() in OnMouseMove()
383 if (!this->XYPlotActor->GetExchangeAxes()) in OnMouseMove()
385 this->XYPlotActor->SetExchangeAxes(1); in OnMouseMove()
400 if (this->XYPlotActor->GetExchangeAxes()) in OnMouseMove()
402 this->XYPlotActor->SetExchangeAxes(0); in OnMouseMove()
[all …]
H A DvtkXYPlotWidget.h52 vtkGetObjectMacro(XYPlotActor,vtkXYPlotActor);
65 vtkXYPlotActor *XYPlotActor; variable
H A DvtkXYPlotRepresentation.h52 vtkGetObjectMacro(XYPlotActor, vtkXYPlotActor);
177 vtkXYPlotActor *XYPlotActor; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkXYPlotRepresentation.cxx70 if (this->XYPlotActor) in BuildRepresentation()
101 if (this->XYPlotActor) in GetActors2D()
111 if (this->XYPlotActor) in ReleaseGraphicsResources()
122 if (this->XYPlotActor) in RenderOverlay()
133 if (this->XYPlotActor) in RenderOpaqueGeometry()
144 if (this->XYPlotActor) in RenderTranslucentPolygonalGeometry()
155 if (this->XYPlotActor) in HasTranslucentPolygonalGeometry()
165 if (this->XYPlotActor) in SetBorder()
174 if (this->XYPlotActor) in SetTitle()
183 if (this->XYPlotActor) in SetXTitle()
[all …]
H A DvtkXYPlotWidget.cxx27 vtkCxxSetObjectMacro(vtkXYPlotWidget, XYPlotActor, vtkXYPlotActor);
32 this->XYPlotActor = vtkXYPlotActor::New(); in vtkXYPlotWidget()
41 if (this->XYPlotActor) in ~vtkXYPlotWidget()
43 this->XYPlotActor->Delete(); in ~vtkXYPlotWidget()
83 this->CurrentRenderer->AddViewProp(this->XYPlotActor); in SetEnabled()
99 this->CurrentRenderer->RemoveActor(this->XYPlotActor); in SetEnabled()
374 if (!this->XYPlotActor->GetExchangeAxes()) in OnMouseMove()
376 this->XYPlotActor->SetExchangeAxes(1); in OnMouseMove()
391 if (this->XYPlotActor->GetExchangeAxes()) in OnMouseMove()
393 this->XYPlotActor->SetExchangeAxes(0); in OnMouseMove()
[all …]
H A DvtkXYPlotWidget.h52 vtkGetObjectMacro(XYPlotActor, vtkXYPlotActor);
65 vtkXYPlotActor* XYPlotActor; variable
H A DvtkXYPlotRepresentation.h52 vtkGetObjectMacro(XYPlotActor, vtkXYPlotActor);
180 vtkXYPlotActor* XYPlotActor; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkXYPlotRepresentation.cxx34 this->XYPlotActor = NULL; in vtkXYPlotRepresentation()
70 if ( this->XYPlotActor ) in BuildRepresentation()
101 if ( this->XYPlotActor ) in GetActors2D()
111 if ( this->XYPlotActor ) in ReleaseGraphicsResources()
122 if ( this->XYPlotActor ) in RenderOverlay()
133 if ( this->XYPlotActor ) in RenderOpaqueGeometry()
144 if ( this->XYPlotActor ) in RenderTranslucentPolygonalGeometry()
155 if ( this->XYPlotActor ) in HasTranslucentPolygonalGeometry()
165 if ( this->XYPlotActor ) in SetBorder()
174 if ( this->XYPlotActor ) in SetTitle()
[all …]
H A DvtkXYPlotWidget.cxx30 this->XYPlotActor = vtkXYPlotActor::New(); in vtkXYPlotWidget()
39 if (this->XYPlotActor) in ~vtkXYPlotWidget()
41 this->XYPlotActor->Delete(); in ~vtkXYPlotWidget()
85 this->CurrentRenderer->AddViewProp(this->XYPlotActor); in SetEnabled()
283 pos1 = this->XYPlotActor->GetPositionCoordinate() in OnMouseMove()
285 pos2 = this->XYPlotActor->GetPosition2Coordinate() in OnMouseMove()
383 if (!this->XYPlotActor->GetExchangeAxes()) in OnMouseMove()
385 this->XYPlotActor->SetExchangeAxes(1); in OnMouseMove()
400 if (this->XYPlotActor->GetExchangeAxes()) in OnMouseMove()
402 this->XYPlotActor->SetExchangeAxes(0); in OnMouseMove()
[all …]
H A DvtkXYPlotWidget.h48 vtkGetObjectMacro(XYPlotActor,vtkXYPlotActor);
59 vtkXYPlotActor *XYPlotActor; variable
H A DvtkXYPlotRepresentation.h47 vtkGetObjectMacro(XYPlotActor, vtkXYPlotActor);
147 vtkXYPlotActor *XYPlotActor; variable