Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DPointLocator.cxx51 vtkPolyDataMapper *spotMapper = vtkPolyDataMapper::New(); in PointLocator() local
52 spotMapper->SetInputConnection(spot->GetOutputPort()); in PointLocator()
68 closestPointActor->SetMapper(spotMapper); in PointLocator()
81 closestPointActor2->SetMapper(spotMapper); in PointLocator()
112 spotMapper->Delete(); in PointLocator()
H A DTestCellLocator.cxx244 vtkSmartPointer<vtkPolyDataMapper> spotMapper = in TestCellLocator() local
246 spotMapper->SetInputConnection(spot->GetOutputPort()); in TestCellLocator()
264 intersectLineActor->SetMapper(spotMapper); in TestCellLocator()
275 closestPointActor->SetMapper(spotMapper); in TestCellLocator()
285 closestPointActor2->SetMapper(spotMapper); in TestCellLocator()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DPointLocator.cxx51 vtkPolyDataMapper* spotMapper = vtkPolyDataMapper::New(); in PointLocator() local
52 spotMapper->SetInputConnection(spot->GetOutputPort()); in PointLocator()
70 closestPointActor->SetMapper(spotMapper); in PointLocator()
84 closestPointActor2->SetMapper(spotMapper); in PointLocator()
114 spotMapper->Delete(); in PointLocator()
H A DTestCellLocator.cxx217 vtkSmartPointer<vtkPolyDataMapper> spotMapper = vtkSmartPointer<vtkPolyDataMapper>::New(); in TestCellLocator() local
218 spotMapper->SetInputConnection(spot->GetOutputPort()); in TestCellLocator()
234 intersectLineActor->SetMapper(spotMapper); in TestCellLocator()
245 closestPointActor->SetMapper(spotMapper); in TestCellLocator()
256 closestPointActor2->SetMapper(spotMapper); in TestCellLocator()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DPointLocator.cxx51 vtkPolyDataMapper *spotMapper = vtkPolyDataMapper::New(); in PointLocator() local
52 spotMapper->SetInputConnection(spot->GetOutputPort()); in PointLocator()
68 closestPointActor->SetMapper(spotMapper); in PointLocator()
81 closestPointActor2->SetMapper(spotMapper); in PointLocator()
112 spotMapper->Delete(); in PointLocator()
H A DCellLocator.cxx201 vtkPolyDataMapper *spotMapper = vtkPolyDataMapper::New(); in CellLocator() local
202 spotMapper->SetInputConnection(spot->GetOutputPort()); in CellLocator()
218 intersectLineActor->SetMapper(spotMapper); in CellLocator()
228 closestPointActor->SetMapper(spotMapper); in CellLocator()
237 closestPointActor2->SetMapper(spotMapper); in CellLocator()
265 spotMapper->Delete(); in CellLocator()