Home
last modified time | relevance | path

Searched refs:LineMapper (Results 76 – 88 of 88) sorted by relevance

1234

/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImplicitPlaneRepresentation.h320 vtkPolyDataMapper *LineMapper; variable
H A DvtkPlaneWidget.cxx100 this->LineMapper = vtkPolyDataMapper::New(); in vtkPlaneWidget()
101 this->LineMapper->SetInputConnection( in vtkPlaneWidget()
104 this->LineActor->SetMapper(this->LineMapper); in vtkPlaneWidget()
201 this->LineMapper->Delete(); in ~vtkPlaneWidget()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImplicitPlaneWidget.h357 vtkPolyDataMapper *LineMapper; variable
H A DvtkImplicitPlaneRepresentation.cxx124 this->LineMapper = vtkPolyDataMapper::New(); in vtkImplicitPlaneRepresentation()
125 this->LineMapper->SetInputConnection( in vtkImplicitPlaneRepresentation()
128 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitPlaneRepresentation()
231 this->LineMapper->Delete(); in ~vtkImplicitPlaneRepresentation()
H A DvtkImplicitCylinderRepresentation.h446 vtkPolyDataMapper *LineMapper; variable
H A DvtkPlaneWidget.cxx100 this->LineMapper = vtkPolyDataMapper::New(); in vtkPlaneWidget()
101 this->LineMapper->SetInputConnection( in vtkPlaneWidget()
104 this->LineActor->SetMapper(this->LineMapper); in vtkPlaneWidget()
201 this->LineMapper->Delete(); in ~vtkPlaneWidget()
H A DvtkImplicitPlaneRepresentation.h481 vtkPolyDataMapper *LineMapper; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImplicitPlaneWidget.h358 vtkPolyDataMapper* LineMapper; variable
H A DvtkImplicitPlaneRepresentation.cxx126 this->LineMapper = vtkPolyDataMapper::New(); in vtkImplicitPlaneRepresentation()
127 this->LineMapper->SetInputConnection(this->LineSource->GetOutputPort()); in vtkImplicitPlaneRepresentation()
129 this->LineActor->SetMapper(this->LineMapper); in vtkImplicitPlaneRepresentation()
224 this->LineMapper->Delete(); in ~vtkImplicitPlaneRepresentation()
H A DvtkImplicitCylinderRepresentation.h475 vtkPolyDataMapper* LineMapper; variable
H A DvtkPlaneWidget.cxx98 this->LineMapper = vtkPolyDataMapper::New(); in vtkPlaneWidget()
99 this->LineMapper->SetInputConnection(this->LineSource->GetOutputPort()); in vtkPlaneWidget()
101 this->LineActor->SetMapper(this->LineMapper); in vtkPlaneWidget()
195 this->LineMapper->Delete(); in ~vtkPlaneWidget()
H A DvtkImplicitPlaneRepresentation.h508 vtkPolyDataMapper* LineMapper; variable
H A DvtkSplineRepresentation.cxx289 this->LineMapper->SetInputConnection(this->ParametricFunctionSource->GetOutputPort()); in CreateDefaultHandles()

1234