Home
last modified time | relevance | path

Searched refs:webPts (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkPieChartActor.cxx455 vtkPoints* webPts = vtkPoints::New(); in PlaceAxes() local
456 webPts->Allocate(this->N + 1); in PlaceAxes()
459 this->WebData->SetPoints(webPts); in PlaceAxes()
466 pIds[0] = webPts->InsertNextPoint(this->Center); in PlaceAxes()
472 pIds[1] = webPts->InsertNextPoint(x); in PlaceAxes()
483 ptId = webPts->InsertNextPoint(x); in PlaceAxes()
629 webPts->Delete(); in PlaceAxes()
H A DvtkSpiderPlotActor.cxx590 vtkPoints* webPts = vtkPoints::New(); in PlaceAxes() local
591 webPts->Allocate(this->NumberOfRings * VTK_RING_PTS); in PlaceAxes()
594 this->WebData->SetPoints(webPts); in PlaceAxes()
602 pIds[0] = webPts->InsertNextPoint(this->Center); in PlaceAxes()
607 pIds[1] = webPts->InsertNextPoint(x); in PlaceAxes()
621 pIds[j] = webPts->InsertNextPoint(x); in PlaceAxes()
809 webPts->Delete(); in PlaceAxes()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkPieChartActor.cxx465 vtkPoints *webPts = vtkPoints::New(); in PlaceAxes() local
466 webPts->Allocate(this->N+1); in PlaceAxes()
469 this->WebData->SetPoints(webPts); in PlaceAxes()
475 pIds[0] = webPts->InsertNextPoint(this->Center); in PlaceAxes()
481 pIds[1] = webPts->InsertNextPoint(x); in PlaceAxes()
492 ptId = webPts->InsertNextPoint(x); in PlaceAxes()
643 webPts->Delete(); in PlaceAxes()
H A DvtkSpiderPlotActor.cxx590 vtkPoints *webPts = vtkPoints::New(); in PlaceAxes() local
591 webPts->Allocate(this->NumberOfRings*VTK_RING_PTS); in PlaceAxes()
594 this->WebData->SetPoints(webPts); in PlaceAxes()
601 pIds[0] = webPts->InsertNextPoint(this->Center); in PlaceAxes()
606 pIds[1] = webPts->InsertNextPoint(x); in PlaceAxes()
620 pIds[j] = webPts->InsertNextPoint(x); in PlaceAxes()
813 webPts->Delete(); in PlaceAxes()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkPieChartActor.cxx464 vtkPoints *webPts = vtkPoints::New(); in PlaceAxes() local
465 webPts->Allocate(this->N+1); in PlaceAxes()
468 this->WebData->SetPoints(webPts); in PlaceAxes()
474 pIds[0] = webPts->InsertNextPoint(this->Center); in PlaceAxes()
480 pIds[1] = webPts->InsertNextPoint(x); in PlaceAxes()
491 ptId = webPts->InsertNextPoint(x); in PlaceAxes()
643 webPts->Delete(); in PlaceAxes()
H A DvtkSpiderPlotActor.cxx590 vtkPoints *webPts = vtkPoints::New(); in PlaceAxes() local
591 webPts->Allocate(this->NumberOfRings*VTK_RING_PTS); in PlaceAxes()
594 this->WebData->SetPoints(webPts); in PlaceAxes()
601 pIds[0] = webPts->InsertNextPoint(this->Center); in PlaceAxes()
606 pIds[1] = webPts->InsertNextPoint(x); in PlaceAxes()
620 pIds[j] = webPts->InsertNextPoint(x); in PlaceAxes()
814 webPts->Delete(); in PlaceAxes()