Home
last modified time | relevance | path

Searched refs:TextPoints (Results 1 – 8 of 8) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.cxx55 this->TextPoints = vtkPoints::New(); in vtkLabeledTreeMapDataMapper()
56 this->TextPoints->Allocate(this->NumberOfLabelsAllocated); in vtkLabeledTreeMapDataMapper()
93 this->TextPoints->Delete(); in ~vtkLabeledTreeMapDataMapper()
306 this->TextPoints->GetPoint(i,x); in RenderOverlay()
467 this->TextPoints->Allocate(numVertices); in RenderOpaqueGeometry()
481 this->TextPoints->GetPoint(i,x); in RenderOpaqueGeometry()
552 this->TextPoints->SetPoint(this->NumberOfLabels, textPosWC); in LabelTree()
H A DvtkLabeledTreeMapDataMapper.h139 vtkPoints *TextPoints; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.cxx62 this->TextPoints = vtkPoints::New(); in vtkLabeledTreeMapDataMapper()
63 this->TextPoints->Allocate(this->NumberOfLabelsAllocated); in vtkLabeledTreeMapDataMapper()
100 this->TextPoints->Delete(); in ~vtkLabeledTreeMapDataMapper()
309 this->TextPoints->GetPoint(i, x); in RenderOverlay()
467 this->TextPoints->Allocate(numVertices); in RenderOpaqueGeometry()
479 this->TextPoints->GetPoint(i, x); in RenderOpaqueGeometry()
545 this->TextPoints->SetPoint(this->NumberOfLabels, textPosWC); in LabelTree()
H A DvtkLabeledTreeMapDataMapper.h160 vtkPoints* TextPoints; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.cxx55 this->TextPoints = vtkPoints::New(); in vtkLabeledTreeMapDataMapper()
56 this->TextPoints->Allocate(this->NumberOfLabelsAllocated); in vtkLabeledTreeMapDataMapper()
93 this->TextPoints->Delete(); in ~vtkLabeledTreeMapDataMapper()
307 this->TextPoints->GetPoint(i,x); in RenderOverlay()
468 this->TextPoints->Allocate(numVertices); in RenderOpaqueGeometry()
482 this->TextPoints->GetPoint(i,x); in RenderOpaqueGeometry()
553 this->TextPoints->SetPoint(this->NumberOfLabels, textPosWC); in LabelTree()
H A DvtkLabeledTreeMapDataMapper.h163 vtkPoints *TextPoints; variable
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIconManager.h392 TextPoints = 221, enumerator
H A DKviIconManager.cpp1261 return KviIconManager::TextPoints; in iconName()