Home
last modified time | relevance | path

Searched refs:vtkSphereRepresentation (Results 1 – 19 of 19) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSphereRepresentation.cxx45 vtkStandardNewMacro(vtkSphereRepresentation);
48 vtkSphereRepresentation::vtkSphereRepresentation() in vtkSphereRepresentation() function in vtkSphereRepresentation
141 vtkSphereRepresentation::~vtkSphereRepresentation() in ~vtkSphereRepresentation()
225 void vtkSphereRepresentation::RegisterPickers() in RegisterPickers()
364 void vtkSphereRepresentation::CreateDefaultProperties() in CreateDefaultProperties()
460 void vtkSphereRepresentation::SetRadius(double r) in SetRadius()
617 state = ( state < vtkSphereRepresentation::Outside ? vtkSphereRepresentation::Outside : in SetInteractionState()
618 (state > vtkSphereRepresentation::Scaling ? vtkSphereRepresentation::Scaling : state) ); in SetInteractionState()
625 double *vtkSphereRepresentation::GetBounds() in GetBounds()
632 void vtkSphereRepresentation::BuildRepresentation() in BuildRepresentation()
[all …]
H A DvtkSphereWidget2.cxx94 if ( interactionState == vtkSphereRepresentation::Outside ) in SelectAction()
105 if ( interactionState == vtkSphereRepresentation::OnSphere || in SelectAction()
159 if ( interactionState == vtkSphereRepresentation::Outside ) in TranslateAction()
167 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep)-> in TranslateAction()
168 SetInteractionState(vtkSphereRepresentation::Translating); in TranslateAction()
208 if ( interactionState == vtkSphereRepresentation::Outside ) in ScaleAction()
216 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep)-> in ScaleAction()
217 SetInteractionState(vtkSphereRepresentation::Scaling); in ScaleAction()
264 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep)-> in EndSelectAction()
265 SetInteractionState(vtkSphereRepresentation::Outside); in EndSelectAction()
[all …]
H A DvtkSphereRepresentation.h71 class VTKINTERACTIONWIDGETS_EXPORT vtkSphereRepresentation : public vtkWidgetRepresentation
76 static vtkSphereRepresentation *New();
80 vtkTypeMacro(vtkSphereRepresentation,vtkWidgetRepresentation);
244 vtkSphereRepresentation();
245 ~vtkSphereRepresentation();
304 vtkSphereRepresentation(const vtkSphereRepresentation&); //Not implemented
305 void operator=(const vtkSphereRepresentation&); //Not implemented
H A DvtkSphereWidget2.h87 class vtkSphereRepresentation; variable
107 void SetRepresentation(vtkSphereRepresentation *r) in SetRepresentation()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSphereRepresentation.cxx45 vtkStandardNewMacro(vtkSphereRepresentation);
48 vtkSphereRepresentation::vtkSphereRepresentation() in vtkSphereRepresentation() function in vtkSphereRepresentation
151 vtkSphereRepresentation::~vtkSphereRepresentation() in ~vtkSphereRepresentation()
241 void vtkSphereRepresentation::RegisterPickers() in RegisterPickers()
497 void vtkSphereRepresentation::SetRadius(double r) in SetRadius()
671 state = (state < vtkSphereRepresentation::Outside in SetInteractionState()
672 ? vtkSphereRepresentation::Outside in SetInteractionState()
673 : (state > vtkSphereRepresentation::Scaling ? vtkSphereRepresentation::Scaling : state)); in SetInteractionState()
680 double* vtkSphereRepresentation::GetBounds() in GetBounds()
687 void vtkSphereRepresentation::BuildRepresentation() in BuildRepresentation()
[all …]
H A DvtkSphereWidget2.cxx129 if (interactionState == vtkSphereRepresentation::Outside) in SelectAction()
152 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep) in SelectAction()
193 if (interactionState == vtkSphereRepresentation::Outside) in TranslateAction()
201 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep) in TranslateAction()
241 if (interactionState == vtkSphereRepresentation::Outside) in ScaleAction()
249 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep) in ScaleAction()
250 ->SetInteractionState(vtkSphereRepresentation::Scaling); in ScaleAction()
297 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep) in EndSelectAction()
298 ->SetInteractionState(vtkSphereRepresentation::Outside); in EndSelectAction()
312 this->WidgetRep = vtkSphereRepresentation::New(); in CreateDefaultRepresentation()
[all …]
H A DvtkSphereRepresentation.h75 class VTKINTERACTIONWIDGETS_EXPORT vtkSphereRepresentation : public vtkWidgetRepresentation
81 static vtkSphereRepresentation* New();
87 vtkTypeMacro(vtkSphereRepresentation, vtkWidgetRepresentation);
350 vtkSphereRepresentation();
351 ~vtkSphereRepresentation() override;
419 vtkSphereRepresentation(const vtkSphereRepresentation&) = delete;
420 void operator=(const vtkSphereRepresentation&) = delete;
H A DvtkSphereWidget2.h93 class vtkSphereRepresentation; variable
117 void SetRepresentation(vtkSphereRepresentation* r) in SetRepresentation()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSphereRepresentation.cxx43 vtkStandardNewMacro(vtkSphereRepresentation);
46 vtkSphereRepresentation::vtkSphereRepresentation() in vtkSphereRepresentation() function in vtkSphereRepresentation
151 vtkSphereRepresentation::~vtkSphereRepresentation() in ~vtkSphereRepresentation()
240 void vtkSphereRepresentation::RegisterPickers() in RegisterPickers()
389 void vtkSphereRepresentation::CreateDefaultProperties() in CreateDefaultProperties()
492 void vtkSphereRepresentation::SetRadius(double r) in SetRadius()
667 state = ( state < vtkSphereRepresentation::Outside ? vtkSphereRepresentation::Outside : in SetInteractionState()
668 (state > vtkSphereRepresentation::Scaling ? vtkSphereRepresentation::Scaling : state) ); in SetInteractionState()
675 double *vtkSphereRepresentation::GetBounds() in GetBounds()
682 void vtkSphereRepresentation::BuildRepresentation() in BuildRepresentation()
[all …]
H A DvtkSphereWidget2.cxx92 if ( interactionState == vtkSphereRepresentation::Outside ) in SelectAction()
103 if ( interactionState == vtkSphereRepresentation::OnSphere || in SelectAction()
157 if ( interactionState == vtkSphereRepresentation::Outside ) in TranslateAction()
165 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep)-> in TranslateAction()
166 SetInteractionState(vtkSphereRepresentation::Translating); in TranslateAction()
206 if ( interactionState == vtkSphereRepresentation::Outside ) in ScaleAction()
214 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep)-> in ScaleAction()
215 SetInteractionState(vtkSphereRepresentation::Scaling); in ScaleAction()
262 reinterpret_cast<vtkSphereRepresentation*>(self->WidgetRep)-> in EndSelectAction()
263 SetInteractionState(vtkSphereRepresentation::Outside); in EndSelectAction()
[all …]
H A DvtkSphereRepresentation.h75 class VTKINTERACTIONWIDGETS_EXPORT vtkSphereRepresentation : public vtkWidgetRepresentation
81 static vtkSphereRepresentation *New();
87 vtkTypeMacro(vtkSphereRepresentation,vtkWidgetRepresentation);
309 vtkSphereRepresentation();
310 ~vtkSphereRepresentation() override;
376 vtkSphereRepresentation(const vtkSphereRepresentation&) = delete;
377 void operator=(const vtkSphereRepresentation&) = delete;
H A DvtkSphereWidget2.h93 class vtkSphereRepresentation; variable
118 void SetRepresentation(vtkSphereRepresentation *r) in SetRepresentation()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestSphereWidget2CenterCursor.cxx43 vtkSphereRepresentation* sphereRepresentation = in TestSphereWidget2CenterCursor()
44 vtkSphereRepresentation::SafeDownCast( sphereWidget->GetRepresentation() ); in TestSphereWidget2CenterCursor()
55 vtkSphereRepresentation* sphereRepresentation2 = in TestSphereWidget2CenterCursor()
56 vtkSphereRepresentation::SafeDownCast( sphereWidget2->GetRepresentation() ); in TestSphereWidget2CenterCursor()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestSphereWidget2CenterCursor.cxx43 vtkSphereRepresentation* sphereRepresentation = in TestSphereWidget2CenterCursor()
44 vtkSphereRepresentation::SafeDownCast(sphereWidget->GetRepresentation()); in TestSphereWidget2CenterCursor()
55 vtkSphereRepresentation* sphereRepresentation2 = in TestSphereWidget2CenterCursor()
56 vtkSphereRepresentation::SafeDownCast(sphereWidget2->GetRepresentation()); in TestSphereWidget2CenterCursor()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Tcl/
H A DTestSphereWidget.tcl264 vtkSphereRepresentation rep
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A Dhints221 vtkSphereRepresentation GetCenter 307 3
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Python/
H A DTestSphereWidget.py296 rep = vtk.vtkSphereRepresentation()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Python/
H A DTestSphereWidget.py296 rep = vtk.vtkSphereRepresentation()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Python/
H A DTestSphereWidget.py297 rep = vtk.vtkSphereRepresentation()