Home
last modified time | relevance | path

Searched refs:rwi (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleMultiTouchCamera.cxx183 int eventPI = rwi->GetPointerIndex(); in AdjustCamera()
197 …vtkMath::DegreesFromRadians( atan2( (double)rwi->GetLastEventPositions(eventPI)[1] - rwi->GetLastE… in AdjustCamera()
201 …vtkMath::DegreesFromRadians( atan2( (double)rwi->GetEventPositions(eventPI)[1] - rwi->GetEventPosi… in AdjustCamera()
202 … (double)rwi->GetEventPositions(eventPI)[0] - rwi->GetEventPositions(otherPI)[0] ) ); in AdjustCamera()
209 …double oldDist = distance2D(rwi->GetLastEventPositions(otherPI), rwi->GetLastEventPositions(eventP… in AdjustCamera()
210 double newDist = distance2D(rwi->GetEventPositions(otherPI), rwi->GetEventPositions(eventPI)); in AdjustCamera()
236 …this->ComputeDisplayToWorld((rwi->GetEventPositions(eventPI)[0] + rwi->GetEventPositions(otherPI)[… in AdjustCamera()
237 … (rwi->GetEventPositions(eventPI)[1] + rwi->GetEventPositions(otherPI)[1])/2.0, in AdjustCamera()
243 …this->ComputeDisplayToWorld((rwi->GetLastEventPositions(eventPI)[0] + rwi->GetLastEventPositions(o… in AdjustCamera()
244 … (rwi->GetLastEventPositions(eventPI)[1] + rwi->GetLastEventPositions(otherPI)[1])/2.0, in AdjustCamera()
[all …]
H A DvtkInteractorStyleTrackballCamera.cxx238 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
240 int dx = rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0]; in Rotate()
241 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Rotate()
261 if (rwi->GetLightFollowCamera()) in Rotate()
266 rwi->Render(); in Rotate()
277 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
293 rwi->Render(); in Spin()
304 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
346 if (rwi->GetLightFollowCamera()) in Pan()
351 rwi->Render(); in Pan()
[all …]
H A DvtkInteractorStyleTerrain.cxx194 int dx = - ( rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0] ); in Rotate()
195 int dy = - ( rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1] ); in Rotate()
202 if (rwi->GetShiftKey()) in Rotate()
241 rwi->Render(); in Rotate()
285 if (rwi->GetLightFollowCamera()) in Pan()
290 rwi->Render(); in Pan()
305 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
322 if (rwi->GetLightFollowCamera()) in Dolly()
327 rwi->Render(); in Dolly()
335 switch (rwi->GetKeyCode()) in OnChar()
[all …]
H A DvtkInteractorStyleJoystickCamera.cxx223 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
227 double dx = rwi->GetEventPosition()[0] - center[0]; in Rotate()
231 int *size = rwi->GetSize(); in Rotate()
249 if (rwi->GetLightFollowCamera()) in Rotate()
254 rwi->Render(); in Rotate()
265 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
288 rwi->Render(); in Spin()
299 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
338 if (rwi->GetLightFollowCamera()) in Pan()
343 rwi->Render(); in Pan()
[all …]
H A DvtkInteractorStyleTrackballActor.cxx222 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
310 rwi->Render(); in Rotate()
322 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
386 rwi->Render(); in Spin()
397 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
444 rwi->Render(); in Pan()
455 vtkRenderWindowInteractor *rwi = this->Interactor; in Dolly() local
466 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
495 rwi->Render(); in Dolly()
508 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in UniformScale()
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleTrackballCamera.cxx236 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
238 int dx = rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0]; in Rotate()
239 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Rotate()
259 if (rwi->GetLightFollowCamera()) in Rotate()
264 rwi->Render(); in Rotate()
275 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
291 rwi->Render(); in Spin()
302 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
344 if (rwi->GetLightFollowCamera()) in Pan()
349 rwi->Render(); in Pan()
[all …]
H A DvtkInteractorStyleTerrain.cxx194 int dx = - ( rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0] ); in Rotate()
195 int dy = - ( rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1] ); in Rotate()
202 if (rwi->GetShiftKey()) in Rotate()
241 rwi->Render(); in Rotate()
285 if (rwi->GetLightFollowCamera()) in Pan()
290 rwi->Render(); in Pan()
305 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
322 if (rwi->GetLightFollowCamera()) in Dolly()
327 rwi->Render(); in Dolly()
335 switch (rwi->GetKeyCode()) in OnChar()
[all …]
H A DvtkInteractorStyleJoystickCamera.cxx221 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
225 double dx = rwi->GetEventPosition()[0] - center[0]; in Rotate()
229 int *size = rwi->GetSize(); in Rotate()
247 if (rwi->GetLightFollowCamera()) in Rotate()
252 rwi->Render(); in Rotate()
263 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
286 rwi->Render(); in Spin()
297 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
336 if (rwi->GetLightFollowCamera()) in Pan()
341 rwi->Render(); in Pan()
[all …]
H A DvtkInteractorStyleTrackballActor.cxx222 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
310 rwi->Render(); in Rotate()
322 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
386 rwi->Render(); in Spin()
397 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
444 rwi->Render(); in Pan()
455 vtkRenderWindowInteractor *rwi = this->Interactor; in Dolly() local
466 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
495 rwi->Render(); in Dolly()
508 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in UniformScale()
[all …]
H A DvtkInteractorStyleImage.cxx399 vtkRenderWindowInteractor *rwi = this->Interactor; in OnChar() local
401 switch (rwi->GetKeyCode()) in OnChar()
408 this->FindPokedRenderer(rwi->GetEventPosition()[0], in OnChar()
409 rwi->GetEventPosition()[1]); in OnChar()
410 rwi->GetPicker()->Pick(rwi->GetEventPosition()[0], in OnChar()
411 rwi->GetEventPosition()[1], 0.0, in OnChar()
430 if (rwi->GetShiftKey() || rwi->GetControlKey()) in OnChar()
481 vtkRenderWindowInteractor *rwi = this->Interactor; in WindowLevel() local
566 vtkRenderWindowInteractor *rwi = this->Interactor; in Slice() local
567 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Slice()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleTerrain.cxx194 int dx = -(rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0]); in Rotate()
195 int dy = -(rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]); in Rotate()
202 if (rwi->GetShiftKey()) in Rotate()
240 rwi->Render(); in Rotate()
264 rwi->GetEventPosition()[0], rwi->GetEventPosition()[1], focalPoint[2], p1); in Pan()
284 rwi->Render(); in Pan()
299 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
321 rwi->Render(); in Dolly()
329 switch (rwi->GetKeyCode()) in OnChar()
332 this->FindPokedRenderer(rwi->GetEventPosition()[0], rwi->GetEventPosition()[1]); in OnChar()
[all …]
H A DvtkInteractorStyleTrackballCamera.cxx257 int dx = rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0]; in Rotate()
258 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Rotate()
283 rwi->Render(); in Rotate()
299 atan2(rwi->GetEventPosition()[1] - center[1], rwi->GetEventPosition()[0] - center[0])); in Spin()
308 rwi->Render(); in Spin()
332 rwi->GetEventPosition()[0], rwi->GetEventPosition()[1], focalDepth, newPickPoint); in Pan()
338 rwi->GetLastEventPosition()[0], rwi->GetLastEventPosition()[1], focalDepth, oldPickPoint); in Pan()
359 rwi->Render(); in Pan()
372 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
417 int dx = rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0]; in EnvironmentRotate()
[all …]
H A DvtkInteractorStyleJoystickCamera.cxx221 vtkRenderWindowInteractor* rwi = this->Interactor; in Rotate() local
229 const int* size = rwi->GetSize(); in Rotate()
247 if (rwi->GetLightFollowCamera()) in Rotate()
252 rwi->Render(); in Rotate()
263 vtkRenderWindowInteractor* rwi = this->Interactor; in Spin() local
286 rwi->Render(); in Spin()
297 vtkRenderWindowInteractor* rwi = this->Interactor; in Pan() local
310 rwi->GetEventPosition()[0], rwi->GetEventPosition()[1], focalDepth, NewPickPoint); in Pan()
331 if (rwi->GetLightFollowCamera()) in Pan()
336 rwi->Render(); in Pan()
[all …]
H A DvtkInteractorStyleTrackballActor.cxx222 vtkRenderWindowInteractor* rwi = this->Interactor; in Rotate() local
301 rwi->Render(); in Rotate()
313 vtkRenderWindowInteractor* rwi = this->Interactor; in Spin() local
372 rwi->Render(); in Spin()
395 rwi->GetEventPosition()[0], rwi->GetEventPosition()[1], disp_obj_center[2], new_pick_point); in Pan()
397 this->ComputeDisplayToWorld(rwi->GetLastEventPosition()[0], rwi->GetLastEventPosition()[1], in Pan()
423 rwi->Render(); in Pan()
445 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Dolly()
473 rwi->Render(); in Dolly()
486 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in UniformScale()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkInteractorStyle.cxx421 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetDesiredUpdateRate()); in StartState()
445 rwi->Render(); in StopState()
463 rwi->Render(); in StartAnimate()
473 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetStillUpdateRate()); in StopAnimate()
660 rwi->Render(); in OnTimer()
693 rwi->Render(); in OnTimer()
736 rwi->GetPicker()->Pick(rwi->GetEventPosition()[0], in OnChar()
775 rwi->Render(); in OnChar()
803 rwi->Render(); in OnChar()
832 rwi->Render(); in OnChar()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkInteractorStyle.cxx459 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetDesiredUpdateRate()); in StartState()
491 rwi->Render(); in StopState()
509 rwi->Render(); in StartAnimate()
519 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetStillUpdateRate()); in StopAnimate()
706 rwi->Render(); in OnTimer()
739 rwi->Render(); in OnTimer()
782 rwi->GetPicker()->Pick(rwi->GetEventPosition()[0], in OnChar()
821 rwi->Render(); in OnChar()
849 rwi->Render(); in OnChar()
878 rwi->Render(); in OnChar()
[all …]
H A DvtkInteractorStyle3D.cxx69 vtkRenderWindowInteractor3D *rwi = in PositionProp() local
81 rwi->GetPointerIndex()); in PositionProp()
102 double *wori = rwi->GetWorldEventOrientation( in PositionProp()
103 rwi->GetPointerIndex()); in PositionProp()
106 rwi->GetPointerIndex()); in PositionProp()
227 vtkRenderWindowInteractor3D *rwi = in Dolly3D() local
247 double *trans = rwi->GetPhysicalTranslation( in Dolly3D()
252 rwi->GetTouchPadPosition( in Dolly3D()
272 rwi->SetPhysicalTranslation( in Dolly3D()
286 vtkRenderWindowInteractor3D *rwi = in SetScale() local
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/test/t/
H A Drecursive_wrapper.cpp19 rwi a{7};
27 rwi b{a};
30 rwi c;
49 rwi a{i};
59 rwi const a{7};
69 rwi a{7};
83 rwi a{1};
87 rwi b{std::move(a)};
93 rwi b{2};
101 rwi a{1};
[all …]
/dports/graphics/f3d/f3d-1.2.1/src/
H A DvtkF3DInteractorEventRecorder.cxx40 vtkRenderWindowInteractor* rwi = vtkRenderWindowInteractor::SafeDownCast(object); in ProcessEvents() local
51 if (rwi->GetKeySym() && rwi->GetKeySym() == std::string(F3D::EXIT_HOTKEY_SYM)) in ProcessEvents()
58 if (rwi->GetShiftKey()) in ProcessEvents()
62 if (rwi->GetControlKey()) in ProcessEvents()
66 if (rwi->GetAltKey()) in ProcessEvents()
70 self->WriteEvent(vtkCommand::GetStringFromEventId(event), rwi->GetEventPosition(), mod, in ProcessEvents()
71 rwi->GetKeyCode(), rwi->GetRepeatCount(), rwi->GetKeySym()); in ProcessEvents()
H A DvtkF3DInteractorStyle.cxx31 vtkRenderWindowInteractor* rwi = this->GetInteractor(); in OnDropFiles() local
32 vtkRenderWindow* renWin = rwi->GetRenderWindow(); in OnDropFiles()
41 vtkRenderWindow* renWin = rwi->GetRenderWindow(); in OnKeyPress()
45 switch (std::toupper(rwi->GetKeyCode())) in OnKeyPress()
176 rwi->ReInitialize(); in OnKeyPress()
196 std::string keySym = rwi->GetKeySym(); in OnKeyPress()
223 rwi->ExitCallback(); in OnKeyPress()
256 int dx = rwi->GetEventPosition()[0] - rwi->GetLastEventPosition()[0]; in Rotate()
257 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in Rotate()
301 if (rwi->GetLightFollowCamera()) in Rotate()
[all …]
/dports/mail/courier/courier-0.65.3/courier/libs/
H A Dcomrwheader.c43 struct rw_info rwi; in rw_rewrite_header_common() local
55 rw_info_init(&rwi, rfca->addrs[i].tokens, rw_err_func); in rw_rewrite_header_common()
56 rwi.mode=mode; in rw_rewrite_header_common()
57 rwi.sender=sender; in rw_rewrite_header_common()
58 rwi.udata=(void *)&rwr; in rw_rewrite_header_common()
65 if (rwi.ptr && rwi.ptr->token == '@' && in rw_rewrite_header_common()
66 rwi.ptr->next == 0) in rw_rewrite_header_common()
67 rw_rewrite_print(&rwi); in rw_rewrite_header_common()
72 rw_rewrite_module(rw, &rwi, in rw_rewrite_header_common()
76 (*rwfunc)(&rwi, in rw_rewrite_header_common()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/point_selectors/
H A Dselected_trackball_interactor_style.cpp118 vtkRenderWindowInteractor *rwi = this->Interactor; in Rotate() local
209 rwi->Render(); in Rotate()
220 vtkRenderWindowInteractor *rwi = this->Interactor; in Spin() local
288 rwi->Render(); in Spin()
299 vtkRenderWindowInteractor *rwi = this->Interactor; in Pan() local
311 this->ComputeDisplayToWorld(rwi->GetEventPosition()[0], in Pan()
312 rwi->GetEventPosition()[1], in Pan()
351 rwi->Render(); in Pan()
362 vtkRenderWindowInteractor *rwi = this->Interactor; in UniformScale() local
364 int dy = rwi->GetEventPosition()[1] - rwi->GetLastEventPosition()[1]; in UniformScale()
[all …]
/dports/mail/courier/courier-0.65.3/courier/module.local/
H A Dlocal.c100 struct rw_info *rwi; member
151 (*nextfunc)(rwi); in rw_del_local()
163 (*nextfunc)(rwi); in rw_del_local()
264 lai.rwi=rwi; in rw_del_local()
289 (*rwi->err_func)(450, in rw_del_local()
304 lai.rwi=rwi; in rw_del_local()
367 lai.rwi=rwi; in rw_del_local()
387 (*rwi->err_func)(450, in rw_del_local()
402 rwi->smodule && in rw_del_local()
407 (*delfunc)(rwi, rwi->ptr, rwi->ptr); in rw_del_local()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkInteractorStyle.cxx429 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetDesiredUpdateRate()); in StartState()
466 rwi->Render(); in StopState()
478 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetDesiredUpdateRate()); in StartAnimate()
484 rwi->Render(); in StartAnimate()
494 rwi->GetRenderWindow()->SetDesiredUpdateRate(rwi->GetStillUpdateRate()); in StopAnimate()
720 rwi->Render(); in OnTimer()
757 rwi->Render(); in OnTimer()
835 rwi->Render(); in OnChar()
862 rwi->Render(); in OnChar()
890 rwi->Render(); in OnChar()
[all …]
/dports/mail/courier/courier-0.65.3/courier/module.uucp/
H A Duucpstub.c303 (*nextfunc)(rwi); in rw_del_uucp()
313 (*nextfunc)(rwi); in rw_del_uucp()
322 for (p=rwi->ptr; p; p=p->next, hasbang=0) in rw_del_uucp()
327 (*rwi->err_func)(550, "Invalid UUCP bang path.", rwi); in rw_del_uucp()
346 addr=rfc822_gettok(rwi->ptr); in rw_del_uucp()
406 (*rwi->err_func)(550, "Unknown UUCP bang path.", rwi); in rw_del_uucp()
420 if (rwi->mode & RW_VERIFY) in rw_del_uucp()
422 (*rwi->err_func)(550, "Remote address.", rwi); in rw_del_uucp()
427 (*delfunc)(rwi, rwi->ptr, p); in rw_del_uucp()
430 char *a=rfc822_gettok(rwi->ptr); in rw_del_uucp()
[all …]

12345678910>>...14