/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/ |
H A D | vtkPointWidget.h | 115 {this->Cursor3D->SetOutline(o);} in SetOutline() 119 {this->Cursor3D->OutlineOn();} in OutlineOn() 121 {this->Cursor3D->OutlineOff();} in OutlineOff() 130 {this->Cursor3D->XShadowsOn();} in XShadowsOn() 132 {this->Cursor3D->XShadowsOff();} in XShadowsOff() 141 {this->Cursor3D->YShadowsOn();} in YShadowsOn() 143 {this->Cursor3D->YShadowsOff();} in YShadowsOff() 152 {this->Cursor3D->ZShadowsOn();} in ZShadowsOn() 154 {this->Cursor3D->ZShadowsOff();} in ZShadowsOff() 161 { this->Cursor3D->SetTranslationMode(mode); this->Cursor3D->Update(); } in SetTranslationMode() [all …]
|
H A D | vtkPointHandleRepresentation3D.h | 62 {this->Cursor3D->SetOutline(o);} in SetOutline() 66 {this->Cursor3D->OutlineOn();} in OutlineOn() 68 {this->Cursor3D->OutlineOff();} in OutlineOff() 73 {this->Cursor3D->SetXShadows(o);} in SetXShadows() 77 {this->Cursor3D->XShadowsOn();} in XShadowsOn() 79 {this->Cursor3D->XShadowsOff();} in XShadowsOff() 88 {this->Cursor3D->YShadowsOn();} in YShadowsOn() 90 {this->Cursor3D->YShadowsOff();} in YShadowsOff() 99 {this->Cursor3D->ZShadowsOn();} in ZShadowsOn() 101 {this->Cursor3D->ZShadowsOff();} in ZShadowsOff() [all …]
|
H A D | vtkPointHandleRepresentation3D.cxx | 47 this->Cursor3D = vtkCursor3D::New(); in vtkPointHandleRepresentation3D() 48 this->Cursor3D->AllOff(); in vtkPointHandleRepresentation3D() 49 this->Cursor3D->AxesOn(); in vtkPointHandleRepresentation3D() 50 this->Cursor3D->TranslationModeOn(); in vtkPointHandleRepresentation3D() 54 this->Cursor3D->GetOutputPort()); in vtkPointHandleRepresentation3D() 95 this->Cursor3D->Delete(); in ~vtkPointHandleRepresentation3D() 118 this->Cursor3D->SetModelBounds(bounds); in PlaceWidget() 133 return this->Cursor3D->GetModelBounds(); in GetBounds() 197 this->Cursor3D->GetFocalPoint(focus); in ComputeInteractionState() 520 this->Cursor3D->GetFocalPoint(focus); in MoveFocus() [all …]
|
H A D | vtkPointWidget.cxx | 40 this->Cursor3D = vtkCursor3D::New(); in vtkPointWidget() 43 this->Cursor3D->GetOutputPort()); in vtkPointWidget() 83 this->Cursor3D->Delete(); in ~vtkPointWidget() 141 this->Cursor3D->Update(); in SetEnabled() 544 this->Cursor3D->GetFocalPoint(focus); in MoveFocus() 556 this->Cursor3D->SetFocalPoint(focus); in MoveFocus() 631 this->Cursor3D->Update(); in Scale() 654 this->Cursor3D->SetModelBounds(bounds); in PlaceWidget() 655 this->Cursor3D->SetFocalPoint(center); in PlaceWidget() 656 this->Cursor3D->Update(); in PlaceWidget() [all …]
|
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/ |
H A D | vtkPointWidget.h | 125 {this->Cursor3D->SetOutline(o);} in SetOutline() 129 {this->Cursor3D->OutlineOn();} in OutlineOn() 131 {this->Cursor3D->OutlineOff();} in OutlineOff() 141 {this->Cursor3D->XShadowsOn();} in XShadowsOn() 143 {this->Cursor3D->XShadowsOff();} in XShadowsOff() 153 {this->Cursor3D->YShadowsOn();} in YShadowsOn() 155 {this->Cursor3D->YShadowsOff();} in YShadowsOff() 165 {this->Cursor3D->ZShadowsOn();} in ZShadowsOn() 167 {this->Cursor3D->ZShadowsOff();} in ZShadowsOff() 175 { this->Cursor3D->SetTranslationMode(mode); this->Cursor3D->Update(); } in SetTranslationMode() [all …]
|
H A D | vtkPointHandleRepresentation3D.h | 72 {this->Cursor3D->SetOutline(o);} in SetOutline() 76 {this->Cursor3D->OutlineOn();} in OutlineOn() 78 {this->Cursor3D->OutlineOff();} in OutlineOff() 84 {this->Cursor3D->SetXShadows(o);} in SetXShadows() 88 {this->Cursor3D->XShadowsOn();} in XShadowsOn() 90 {this->Cursor3D->XShadowsOff();} in XShadowsOff() 100 {this->Cursor3D->YShadowsOn();} in YShadowsOn() 102 {this->Cursor3D->YShadowsOff();} in YShadowsOff() 112 {this->Cursor3D->ZShadowsOn();} in ZShadowsOn() 114 {this->Cursor3D->ZShadowsOff();} in ZShadowsOff() [all …]
|
H A D | vtkPointHandleRepresentation3D.cxx | 48 this->Cursor3D = vtkCursor3D::New(); in vtkPointHandleRepresentation3D() 49 this->Cursor3D->AllOff(); in vtkPointHandleRepresentation3D() 50 this->Cursor3D->AxesOn(); in vtkPointHandleRepresentation3D() 51 this->Cursor3D->TranslationModeOn(); in vtkPointHandleRepresentation3D() 55 this->Cursor3D->GetOutputPort()); in vtkPointHandleRepresentation3D() 96 this->Cursor3D->Delete(); in ~vtkPointHandleRepresentation3D() 123 this->Cursor3D->SetModelBounds(bounds); in PlaceWidget() 138 return this->Cursor3D->GetModelBounds(); in GetBounds() 202 this->Cursor3D->GetFocalPoint(focus); in ComputeInteractionState() 638 this->Cursor3D->GetFocalPoint(focus); in MoveFocus() [all …]
|
H A D | vtkPointWidget.cxx | 40 this->Cursor3D = vtkCursor3D::New(); in vtkPointWidget() 43 this->Cursor3D->GetOutputPort()); in vtkPointWidget() 83 this->Cursor3D->Delete(); in ~vtkPointWidget() 141 this->Cursor3D->Update(); in SetEnabled() 551 this->Cursor3D->GetFocalPoint(focus); in MoveFocus() 563 this->Cursor3D->SetFocalPoint(focus); in MoveFocus() 638 this->Cursor3D->Update(); in Scale() 661 this->Cursor3D->SetModelBounds(bounds); in PlaceWidget() 662 this->Cursor3D->SetFocalPoint(center); in PlaceWidget() 663 this->Cursor3D->Update(); in PlaceWidget() [all …]
|
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/ |
H A D | vtkPointWidget.h | 123 void OutlineOn() { this->Cursor3D->OutlineOn(); } in OutlineOn() 124 void OutlineOff() { this->Cursor3D->OutlineOff(); } in OutlineOff() 131 void XShadowsOn() { this->Cursor3D->XShadowsOn(); } in XShadowsOn() 132 void XShadowsOff() { this->Cursor3D->XShadowsOff(); } in XShadowsOff() 139 void YShadowsOn() { this->Cursor3D->YShadowsOn(); } in YShadowsOn() 140 void YShadowsOff() { this->Cursor3D->YShadowsOff(); } in YShadowsOff() 147 void ZShadowsOn() { this->Cursor3D->ZShadowsOn(); } in ZShadowsOn() 148 void ZShadowsOff() { this->Cursor3D->ZShadowsOff(); } in ZShadowsOff() 157 this->Cursor3D->SetTranslationMode(mode); in SetTranslationMode() 158 this->Cursor3D->Update(); in SetTranslationMode() [all …]
|
H A D | vtkPointHandleRepresentation3D.h | 73 void SetOutline(int o) { this->Cursor3D->SetOutline(o); } in SetOutline() 74 int GetOutline() { return this->Cursor3D->GetOutline(); } in GetOutline() 75 void OutlineOn() { this->Cursor3D->OutlineOn(); } in OutlineOn() 76 void OutlineOff() { this->Cursor3D->OutlineOff(); } in OutlineOff() 83 void XShadowsOn() { this->Cursor3D->XShadowsOn(); } in XShadowsOn() 84 void XShadowsOff() { this->Cursor3D->XShadowsOff(); } in XShadowsOff() 91 void YShadowsOn() { this->Cursor3D->YShadowsOn(); } in YShadowsOn() 92 void YShadowsOff() { this->Cursor3D->YShadowsOff(); } in YShadowsOff() 99 void ZShadowsOn() { this->Cursor3D->ZShadowsOn(); } in ZShadowsOn() 100 void ZShadowsOff() { this->Cursor3D->ZShadowsOff(); } in ZShadowsOff() [all …]
|
H A D | vtkPointHandleRepresentation3D.cxx | 49 this->Cursor3D = vtkCursor3D::New(); in vtkPointHandleRepresentation3D() 50 this->Cursor3D->AllOff(); in vtkPointHandleRepresentation3D() 51 this->Cursor3D->AxesOn(); in vtkPointHandleRepresentation3D() 52 this->Cursor3D->TranslationModeOn(); in vtkPointHandleRepresentation3D() 96 this->Cursor3D->Delete(); in ~vtkPointHandleRepresentation3D() 123 this->Cursor3D->SetModelBounds(bounds); in PlaceWidget() 138 return this->Cursor3D->GetModelBounds(); in GetBounds() 200 this->Cursor3D->GetModelBounds(bounds); in ComputeInteractionState() 242 this->Cursor3D->GetFocalPoint(focus); in ComputeComplexInteractionState() 325 this->Cursor3D->GetModelBounds(bounds); in StartWidgetInteraction() [all …]
|
H A D | vtkPointWidget.cxx | 40 this->Cursor3D = vtkCursor3D::New(); in vtkPointWidget() 82 this->Cursor3D->Delete(); in ~vtkPointWidget() 133 this->Cursor3D->Update(); in SetEnabled() 533 this->Cursor3D->GetFocalPoint(focus); in MoveFocus() 545 this->Cursor3D->SetFocalPoint(focus); in MoveFocus() 581 this->Cursor3D->SetFocalPoint(newFocus); in Translate() 620 this->Cursor3D->Update(); in Scale() 643 this->Cursor3D->SetModelBounds(bounds); in PlaceWidget() 644 this->Cursor3D->SetFocalPoint(center); in PlaceWidget() 645 this->Cursor3D->Update(); in PlaceWidget() [all …]
|
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/ |
H A D | hwClientMessage.c | 396 tdmResumeEcho(globals->Cursor3D, tdmViewEchoMode) ; in EchoFunction() 438 globals->Cursor3D = _dxfCreateCursorInteractor(W, tdmProbeCursor) ; in _dxfInitDXInteractors() 467 (W, globals->Cursor3D, globals->GnomonRotate, globals->GnomonTwirl) ; in _dxfInitDXInteractors() 548 _dxfCursorInteractorInvisible(globals->Cursor3D) ; in switchInteractors() 607 _dxfCursorInteractorVisible(globals->Cursor3D) ; in _dxfSetInteractionMode() 610 _dxfAssociateInteractorEcho (globals->Cursor3D, in _dxfSetInteractionMode() 612 tdmResumeEcho (globals->Cursor3D, tdmBothBufferDraw) ; in _dxfSetInteractionMode() 792 globals->Cursor3D, in _dxfReceiveClientMessage() 808 globals->Cursor3D, in _dxfReceiveClientMessage() 870 _dxfCursorInteractorChange (globals->Cursor3D, dataP->l[0], dataP->l[1], in _dxfReceiveClientMessage()
|
H A D | hwWindow.h | 140 tdmInteractor Cursor3D ; member
|