Home
last modified time | relevance | path

Searched refs:HandleGeometry (Results 1 – 25 of 61) sorted by relevance

123

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkCurveRepresentation.cxx134 this->HandleGeometry[i]->Delete(); in ~vtkCurveRepresentation()
138 delete [] this->HandleGeometry; in ~vtkCurveRepresentation()
197 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
282 this->HandleGeometry[i]->GetCenter(ctr); in ProjectPointsToObliquePlane()
289 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
302 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
387 this->HandleGeometry[i]->Update(); in Translate()
447 this->HandleGeometry[i]->Update(); in Scale()
524 this->HandleGeometry[i]->Update(); in Spin()
578 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkBrokenLineWidget.cxx151 this->HandleGeometry[i]->Delete(); in ~vtkBrokenLineWidget()
155 delete [] this->HandleGeometry; in ~vtkBrokenLineWidget()
189 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
462 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
474 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
503 this->HandleGeometry[i]->GetCenter( pt ); in BuildRepresentation()
896 this->HandleGeometry[i]->Update(); in Translate()
955 this->HandleGeometry[i]->Update(); in Scale()
1031 this->HandleGeometry[i]->Update(); in Spin()
1210 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkSplineWidget.cxx97 this->HandleGeometry[i]->SetCenter(x,y,z); in vtkSplineWidget()
172 this->HandleGeometry[i]->Delete(); in ~vtkSplineWidget()
176 delete [] this->HandleGeometry; in ~vtkSplineWidget()
241 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
536 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
548 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
957 this->HandleGeometry[i]->Update(); in Translate()
1016 this->HandleGeometry[i]->Update(); in Scale()
1092 this->HandleGeometry[i]->Update(); in Spin()
1280 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkPolyLineRepresentation.cxx54 this->HandleGeometry[i]->SetCenter(x,y,z); in vtkPolyLineRepresentation()
100 this->HandleGeometry[i]->GetCenter(pt); in BuildRepresentation()
131 double radius = this->HandleGeometry[0]->GetRadius(); in SetNumberOfHandles()
149 this->HandleGeometry = new vtkSphereSource* [this->NumberOfHandles]; in SetNumberOfHandles()
153 this->HandleGeometry[i] = vtkSphereSource::New(); in SetNumberOfHandles()
154 this->HandleGeometry[i]->SetThetaResolution(16); in SetNumberOfHandles()
155 this->HandleGeometry[i]->SetPhiResolution(8); in SetNumberOfHandles()
158 this->HandleGeometry[i]->GetOutputPort()); in SetNumberOfHandles()
165 this->HandleGeometry[i]->SetCenter(pt); in SetNumberOfHandles()
166 this->HandleGeometry[i]->SetRadius(radius); in SetNumberOfHandles()
[all …]
H A DvtkSplineRepresentation.cxx68 this->HandleGeometry[i]->SetCenter(x,y,z); in vtkSplineRepresentation()
151 this->HandleGeometry[i]->GetCenter(pt); in BuildRepresentation()
182 double radius = this->HandleGeometry[0]->GetRadius(); in SetNumberOfHandles()
189 this->HandleGeometry = new vtkSphereSource* [this->NumberOfHandles]; in SetNumberOfHandles()
193 this->HandleGeometry[i] = vtkSphereSource::New(); in SetNumberOfHandles()
194 this->HandleGeometry[i]->SetThetaResolution(16); in SetNumberOfHandles()
195 this->HandleGeometry[i]->SetPhiResolution(8); in SetNumberOfHandles()
198 this->HandleGeometry[i]->GetOutputPort()); in SetNumberOfHandles()
206 this->HandleGeometry[i]->SetCenter(pt); in SetNumberOfHandles()
207 this->HandleGeometry[i]->SetRadius(radius); in SetNumberOfHandles()
[all …]
H A DvtkImageTracerWidget.cxx129 this->HandleGeometry = nullptr; in vtkImageTracerWidget()
148 this->HandleGeometry[i]->Delete(); in ~vtkImageTracerWidget()
154 delete [] this->HandleGeometry; in ~vtkImageTracerWidget()
155 this->HandleGeometry = nullptr; in ~vtkImageTracerWidget()
554 this->HandleGeometry[handle]->Modified(); in AdjustHandlePosition()
593 this->HandleGeometry[handle]->GetCenter(xyz); in GetHandlePosition()
1097 this->HandleGeometry[0]->GetCenter()); in MovePoint()
1162 this->HandleGeometry[i]->Delete(); in ResetHandles()
1171 delete [] this->HandleGeometry; in ResetHandles()
1172 this->HandleGeometry = nullptr; in ResetHandles()
[all …]
H A DvtkLineRepresentation.cxx81 this->HandleGeometry = new vtkPolyDataAlgorithm* [2]; in vtkLineRepresentation()
88 this->HandleGeometry[i] = sphere; in vtkLineRepresentation()
91 this->HandleGeometry[i]->GetOutputPort()); in vtkLineRepresentation()
182 this->HandleGeometry[i]->Delete(); in ~vtkLineRepresentation()
188 delete [] this->HandleGeometry; in ~vtkLineRepresentation()
223 this->HandleGeometry[1]->Delete(); in SetDirectionalLine()
224 this->HandleGeometry[1] = cone; in SetDirectionalLine()
231 this->HandleGeometry[1]->Delete(); in SetDirectionalLine()
232 this->HandleGeometry[1] = sphere; in SetDirectionalLine()
782 static_cast<vtkSphereSource*>(this->HandleGeometry[0])->SetCenter(x1); in BuildRepresentation()
[all …]
H A DvtkLineWidget.cxx124 this->HandleGeometry = new vtkSphereSource* [2]; in vtkLineWidget()
127 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkLineWidget()
128 this->HandleGeometry[i]->SetThetaResolution(16); in vtkLineWidget()
129 this->HandleGeometry[i]->SetPhiResolution(8); in vtkLineWidget()
132 this->HandleGeometry[i]->GetOutputPort()); in vtkLineWidget()
213 this->HandleGeometry[i]->Delete(); in ~vtkLineWidget()
219 delete [] this->HandleGeometry; in ~vtkLineWidget()
474 this->HandleGeometry[0]->SetCenter(pt1); in BuildRepresentation()
475 this->HandleGeometry[1]->SetCenter(pt2); in BuildRepresentation()
482 this->HandleGeometry[0]->SetRadius(radius); in SizeHandles()
[all …]
H A DvtkPlaneWidget.cxx84 this->HandleGeometry = new vtkSphereSource* [4]; in vtkPlaneWidget()
87 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkPlaneWidget()
88 this->HandleGeometry[i]->SetThetaResolution(16); in vtkPlaneWidget()
89 this->HandleGeometry[i]->SetPhiResolution(8); in vtkPlaneWidget()
92 this->HandleGeometry[i]->GetOutputPort()); in vtkPlaneWidget()
188 this->HandleGeometry[i]->Delete(); in ~vtkPlaneWidget()
194 delete [] this->HandleGeometry; in ~vtkPlaneWidget()
498 this->HandleGeometry[0]->SetCenter(o); in PositionHandles()
499 this->HandleGeometry[1]->SetCenter(pt1); in PositionHandles()
500 this->HandleGeometry[2]->SetCenter(pt2); in PositionHandles()
[all …]
H A DvtkBoxWidget.cxx125 this->HandleGeometry = new vtkSphereSource* [7]; in vtkBoxWidget()
128 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkBoxWidget()
129 this->HandleGeometry[i]->SetThetaResolution(16); in vtkBoxWidget()
130 this->HandleGeometry[i]->SetPhiResolution(8); in vtkBoxWidget()
133 this->HandleGeometry[i]->GetOutputPort()); in vtkBoxWidget()
185 this->HandleGeometry[i]->Delete(); in ~vtkBoxWidget()
191 delete [] this->HandleGeometry; in ~vtkBoxWidget()
455 this->HandleGeometry[i]->SetCenter(this->Points->GetPoint(8+i)); in PositionHandles()
486 this->HandleGeometry[i]->SetRadius(radius); in SizeHandles()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSplineRepresentation.cxx171 this->HandleGeometry[i]->Delete(); in ~vtkSplineRepresentation()
175 delete [] this->HandleGeometry; in ~vtkSplineRepresentation()
259 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
351 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
364 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
385 this->HandleGeometry[i]->GetCenter(pt); in BuildRepresentation()
480 this->HandleGeometry[i]->Update(); in Translate()
540 this->HandleGeometry[i]->Update(); in Scale()
611 this->HandleGeometry[i]->Update(); in Spin()
726 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkBrokenLineWidget.cxx152 this->HandleGeometry[i]->Delete(); in ~vtkBrokenLineWidget()
156 delete [] this->HandleGeometry; in ~vtkBrokenLineWidget()
190 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
461 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
473 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
497 this->HandleGeometry[i]->GetCenter( pt ); in BuildRepresentation()
890 this->HandleGeometry[i]->Update(); in Translate()
949 this->HandleGeometry[i]->Update(); in Scale()
1019 this->HandleGeometry[i]->Update(); in Spin()
1198 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkSplineWidget.cxx97 this->HandleGeometry[i]->SetCenter(x,y,z); in vtkSplineWidget()
173 this->HandleGeometry[i]->Delete(); in ~vtkSplineWidget()
177 delete [] this->HandleGeometry; in ~vtkSplineWidget()
242 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
532 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
544 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
953 this->HandleGeometry[i]->Update(); in Translate()
1012 this->HandleGeometry[i]->Update(); in Scale()
1082 this->HandleGeometry[i]->Update(); in Spin()
1270 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkImageTracerWidget.cxx129 this->HandleGeometry = NULL; in vtkImageTracerWidget()
148 this->HandleGeometry[i]->Delete(); in ~vtkImageTracerWidget()
154 delete [] this->HandleGeometry; in ~vtkImageTracerWidget()
155 this->HandleGeometry = NULL; in ~vtkImageTracerWidget()
547 this->HandleGeometry[handle]->Modified(); in AdjustHandlePosition()
586 this->HandleGeometry[handle]->GetCenter(xyz); in GetHandlePosition()
1090 this->HandleGeometry[0]->GetCenter()); in MovePoint()
1155 this->HandleGeometry[i]->Delete(); in ResetHandles()
1164 delete [] this->HandleGeometry; in ResetHandles()
1165 this->HandleGeometry = NULL; in ResetHandles()
[all …]
H A DvtkLineRepresentation.cxx76 this->HandleGeometry = new vtkSphereSource* [2]; in vtkLineRepresentation()
79 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkLineRepresentation()
80 this->HandleGeometry[i]->SetThetaResolution(16); in vtkLineRepresentation()
81 this->HandleGeometry[i]->SetPhiResolution(8); in vtkLineRepresentation()
84 this->HandleGeometry[i]->GetOutputPort()); in vtkLineRepresentation()
173 this->HandleGeometry[i]->Delete(); in ~vtkLineRepresentation()
179 delete [] this->HandleGeometry; in ~vtkLineRepresentation()
672 this->HandleGeometry[0]->SetRadius(radius); in SizeHandles()
675 this->HandleGeometry[1]->SetRadius(radius); in SizeHandles()
707 this->HandleGeometry[0]->SetCenter(x1); in BuildRepresentation()
[all …]
H A DvtkLineWidget.cxx124 this->HandleGeometry = new vtkSphereSource* [2]; in vtkLineWidget()
127 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkLineWidget()
128 this->HandleGeometry[i]->SetThetaResolution(16); in vtkLineWidget()
129 this->HandleGeometry[i]->SetPhiResolution(8); in vtkLineWidget()
132 this->HandleGeometry[i]->GetOutputPort()); in vtkLineWidget()
213 this->HandleGeometry[i]->Delete(); in ~vtkLineWidget()
219 delete [] this->HandleGeometry; in ~vtkLineWidget()
467 this->HandleGeometry[0]->SetCenter(pt1); in BuildRepresentation()
468 this->HandleGeometry[1]->SetCenter(pt2); in BuildRepresentation()
475 this->HandleGeometry[0]->SetRadius(radius); in SizeHandles()
[all …]
H A DvtkPlaneWidget.cxx84 this->HandleGeometry = new vtkSphereSource* [4]; in vtkPlaneWidget()
87 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkPlaneWidget()
88 this->HandleGeometry[i]->SetThetaResolution(16); in vtkPlaneWidget()
89 this->HandleGeometry[i]->SetPhiResolution(8); in vtkPlaneWidget()
92 this->HandleGeometry[i]->GetOutputPort()); in vtkPlaneWidget()
188 this->HandleGeometry[i]->Delete(); in ~vtkPlaneWidget()
194 delete [] this->HandleGeometry; in ~vtkPlaneWidget()
476 this->HandleGeometry[0]->SetCenter(o); in PositionHandles()
477 this->HandleGeometry[1]->SetCenter(pt1); in PositionHandles()
478 this->HandleGeometry[2]->SetCenter(pt2); in PositionHandles()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBrokenLineWidget.cxx151 this->HandleGeometry[i]->Delete(); in ~vtkBrokenLineWidget()
155 delete[] this->HandleGeometry; in ~vtkBrokenLineWidget()
188 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
448 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
460 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
489 this->HandleGeometry[i]->GetCenter(pt); in BuildRepresentation()
876 this->HandleGeometry[i]->Update(); in Translate()
935 this->HandleGeometry[i]->Update(); in Scale()
1010 this->HandleGeometry[i]->Update(); in Spin()
1186 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkSplineWidget.cxx170 this->HandleGeometry[i]->Delete(); in ~vtkSplineWidget()
174 delete[] this->HandleGeometry; in ~vtkSplineWidget()
238 this->HandleGeometry[handle]->Update(); in SetHandlePosition()
518 this->HandleGeometry[i]->Update(); in ProjectPointsToObliquePlane()
530 this->HandleGeometry[i]->Update(); in ProjectPointsToOrthoPlane()
547 this->HandleGeometry[i]->GetCenter(pt); in BuildRepresentation()
933 this->HandleGeometry[i]->Update(); in Translate()
994 this->HandleGeometry[i]->Update(); in Scale()
1069 this->HandleGeometry[i]->Update(); in Spin()
1254 this->HandleGeometry[i]->Delete(); in Initialize()
[all …]
H A DvtkImageTracerWidget.cxx128 this->HandleGeometry = nullptr; in vtkImageTracerWidget()
147 this->HandleGeometry[i]->Delete(); in ~vtkImageTracerWidget()
153 delete[] this->HandleGeometry; in ~vtkImageTracerWidget()
154 this->HandleGeometry = nullptr; in ~vtkImageTracerWidget()
541 this->HandleGeometry[handle]->Modified(); in AdjustHandlePosition()
583 this->HandleGeometry[handle]->GetCenter(xyz); in GetHandlePosition()
592 return this->HandleGeometry[handle]->GetCenter(); in GetHandlePosition()
1166 this->HandleGeometry[i]->Delete(); in ResetHandles()
1175 delete[] this->HandleGeometry; in ResetHandles()
1176 this->HandleGeometry = nullptr; in ResetHandles()
[all …]
H A DvtkLineRepresentation.cxx78 this->HandleGeometry = new vtkPolyDataAlgorithm*[2]; in vtkLineRepresentation()
85 this->HandleGeometry[i] = sphere; in vtkLineRepresentation()
174 this->HandleGeometry[i]->Delete(); in ~vtkLineRepresentation()
180 delete[] this->HandleGeometry; in ~vtkLineRepresentation()
215 this->HandleGeometry[1]->Delete(); in SetDirectionalLine()
216 this->HandleGeometry[1] = cone; in SetDirectionalLine()
223 this->HandleGeometry[1]->Delete(); in SetDirectionalLine()
224 this->HandleGeometry[1] = sphere; in SetDirectionalLine()
698 static_cast<vtkSphereSource*>(this->HandleGeometry[0])->SetRadius(radius); in SizeHandles()
742 static_cast<vtkSphereSource*>(this->HandleGeometry[0])->SetCenter(x1); in BuildRepresentation()
[all …]
H A DvtkLineWidget.cxx132 this->HandleGeometry = new vtkSphereSource*[2]; in vtkLineWidget()
135 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkLineWidget()
136 this->HandleGeometry[i]->SetThetaResolution(16); in vtkLineWidget()
137 this->HandleGeometry[i]->SetPhiResolution(8); in vtkLineWidget()
139 this->HandleMapper[i]->SetInputConnection(this->HandleGeometry[i]->GetOutputPort()); in vtkLineWidget()
217 this->HandleGeometry[i]->Delete(); in ~vtkLineWidget()
223 delete[] this->HandleGeometry; in ~vtkLineWidget()
461 this->HandleGeometry[0]->SetCenter(pt1); in BuildRepresentation()
462 this->HandleGeometry[1]->SetCenter(pt2); in BuildRepresentation()
469 this->HandleGeometry[0]->SetRadius(radius); in SizeHandles()
[all …]
H A DvtkPlaneWidget.cxx83 this->HandleGeometry = new vtkSphereSource*[4]; in vtkPlaneWidget()
86 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkPlaneWidget()
87 this->HandleGeometry[i]->SetThetaResolution(16); in vtkPlaneWidget()
88 this->HandleGeometry[i]->SetPhiResolution(8); in vtkPlaneWidget()
182 this->HandleGeometry[i]->Delete(); in ~vtkPlaneWidget()
188 delete[] this->HandleGeometry; in ~vtkPlaneWidget()
469 this->HandleGeometry[0]->SetCenter(o); in PositionHandles()
470 this->HandleGeometry[1]->SetCenter(pt1); in PositionHandles()
471 this->HandleGeometry[2]->SetCenter(pt2); in PositionHandles()
477 this->HandleGeometry[3]->SetCenter(x); // far corner in PositionHandles()
[all …]
H A DvtkBoxWidget.cxx143 this->HandleGeometry = new vtkSphereSource*[7]; in vtkBoxWidget()
146 this->HandleGeometry[i] = vtkSphereSource::New(); in vtkBoxWidget()
147 this->HandleGeometry[i]->SetThetaResolution(16); in vtkBoxWidget()
148 this->HandleGeometry[i]->SetPhiResolution(8); in vtkBoxWidget()
150 this->HandleMapper[i]->SetInputConnection(this->HandleGeometry[i]->GetOutputPort()); in vtkBoxWidget()
202 this->HandleGeometry[i]->Delete(); in ~vtkBoxWidget()
208 delete[] this->HandleGeometry; in ~vtkBoxWidget()
458 this->HandleGeometry[i]->SetCenter(this->Points->GetPoint(8 + i)); in PositionHandles()
489 this->HandleGeometry[i]->SetRadius(radius); in SizeHandles()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/curveeditor/detail/
H A Dhandleitem.cpp36 struct HandleGeometry struct
38 HandleGeometry(const QPointF &pos, const HandleItemStyleOption &style) in HandleGeometry() argument
102 HandleGeometry geom(pos(), m_style); in boundingRect()
109 HandleGeometry geom(pos(), m_style); in contains()
137 HandleGeometry geom(pos(), m_style); in paint()

123