Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Rendering/Qt/
H A DvtkQtTreeRingLabelMapper.cxx69 this->VCoord = vtkCoordinate::New(); in vtkQtTreeRingLabelMapper()
126 this->VCoord->Delete(); in ~vtkQtTreeRingLabelMapper()
510 this->VCoord->SetViewport(viewport); in PointInWindow()
511 this->VCoord->SetValue(x, y, 0.); in PointInWindow()
512 int *dc = VCoord->GetComputedDisplayValue(nullptr); in PointInWindow()
530 this->VCoord->SetValue(xlc, ylc, 0.); in PointInWindow()
531 int *dc1 = VCoord->GetComputedDisplayValue(nullptr); in PointInWindow()
534 this->VCoord->SetValue(xuc, yuc, 0.); in PointInWindow()
535 int *dc2 = VCoord->GetComputedDisplayValue(nullptr); in PointInWindow()
546 this->VCoord->SetViewport(nullptr); in PointInWindow()
H A DvtkQtTreeRingLabelMapper.h145 vtkCoordinate *VCoord; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Qt/
H A DvtkQtTreeRingLabelMapper.cxx69 this->VCoord = vtkCoordinate::New(); in vtkQtTreeRingLabelMapper()
126 this->VCoord->Delete(); in ~vtkQtTreeRingLabelMapper()
510 this->VCoord->SetViewport(viewport); in PointInWindow()
511 this->VCoord->SetValue(x, y, 0.); in PointInWindow()
512 int *dc = VCoord->GetComputedDisplayValue(0); in PointInWindow()
531 this->VCoord->SetValue(xlc, ylc, 0.); in PointInWindow()
532 int *dc1 = VCoord->GetComputedDisplayValue(0); in PointInWindow()
535 this->VCoord->SetValue(xuc, yuc, 0.); in PointInWindow()
536 int *dc2 = VCoord->GetComputedDisplayValue(0); in PointInWindow()
547 this->VCoord->SetViewport(NULL); in PointInWindow()
H A DvtkQtTreeRingLabelMapper.h131 vtkCoordinate *VCoord; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Qt/
H A DvtkQtTreeRingLabelMapper.cxx71 this->VCoord = vtkCoordinate::New(); in vtkQtTreeRingLabelMapper()
128 this->VCoord->Delete(); in ~vtkQtTreeRingLabelMapper()
536 this->VCoord->SetViewport(viewport); in PointInWindow()
537 this->VCoord->SetValue(x, y, 0.); in PointInWindow()
538 int* dc = VCoord->GetComputedDisplayValue(nullptr); in PointInWindow()
556 this->VCoord->SetValue(xlc, ylc, 0.); in PointInWindow()
557 int* dc1 = VCoord->GetComputedDisplayValue(nullptr); in PointInWindow()
560 this->VCoord->SetValue(xuc, yuc, 0.); in PointInWindow()
561 int* dc2 = VCoord->GetComputedDisplayValue(nullptr); in PointInWindow()
572 this->VCoord->SetViewport(nullptr); in PointInWindow()
H A DvtkQtTreeRingLabelMapper.h157 vtkCoordinate* VCoord; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.cxx52 this->VCoord = vtkCoordinate::New(); in vtkLabeledTreeMapDataMapper()
92 this->VCoord->Delete(); in ~vtkLabeledTreeMapDataMapper()
200 this->VCoord->SetViewport(viewport); in UpdateWindowInfo()
202 this->VCoord->SetValue(0.0, 0.0, 0.0); in UpdateWindowInfo()
203 dc = VCoord->GetComputedDisplayValue(0); in UpdateWindowInfo()
206 this->VCoord->SetValue(1.0, 1.0, 0.0); in UpdateWindowInfo()
207 dc = this->VCoord->GetComputedDisplayValue(0); in UpdateWindowInfo()
229 this->VCoord->SetViewport(NULL); in UpdateWindowInfo()
H A DvtkLabeledTreeMapDataMapper.h140 vtkCoordinate *VCoord; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.cxx59 this->VCoord = vtkCoordinate::New(); in vtkLabeledTreeMapDataMapper()
99 this->VCoord->Delete(); in ~vtkLabeledTreeMapDataMapper()
206 this->VCoord->SetViewport(viewport); in UpdateWindowInfo()
208 this->VCoord->SetValue(0.0, 0.0, 0.0); in UpdateWindowInfo()
209 dc = VCoord->GetComputedDisplayValue(nullptr); in UpdateWindowInfo()
212 this->VCoord->SetValue(1.0, 1.0, 0.0); in UpdateWindowInfo()
213 dc = this->VCoord->GetComputedDisplayValue(nullptr); in UpdateWindowInfo()
235 this->VCoord->SetViewport(nullptr); in UpdateWindowInfo()
H A DvtkLabeledTreeMapDataMapper.h161 vtkCoordinate* VCoord; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.cxx52 this->VCoord = vtkCoordinate::New(); in vtkLabeledTreeMapDataMapper()
92 this->VCoord->Delete(); in ~vtkLabeledTreeMapDataMapper()
200 this->VCoord->SetViewport(viewport); in UpdateWindowInfo()
202 this->VCoord->SetValue(0.0, 0.0, 0.0); in UpdateWindowInfo()
203 dc = VCoord->GetComputedDisplayValue(nullptr); in UpdateWindowInfo()
206 this->VCoord->SetValue(1.0, 1.0, 0.0); in UpdateWindowInfo()
207 dc = this->VCoord->GetComputedDisplayValue(nullptr); in UpdateWindowInfo()
229 this->VCoord->SetViewport(nullptr); in UpdateWindowInfo()
H A DvtkLabeledTreeMapDataMapper.h164 vtkCoordinate *VCoord; variable