Home
last modified time | relevance | path

Searched refs:GravityPoint (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/
H A DvtkIncrementalForceLayout.h101 { this->GravityPoint = point; } in SetGravityPoint()
103 { return this->GravityPoint; } in GetGravityPoint()
118 vtkVector2f GravityPoint; variable
H A DvtkIncrementalForceLayout.cxx231 this->GravityPoint = vtkVector2f(200.0f, 200.0f); in vtkIncrementalForceLayout()
320 float x = this->GravityPoint.GetX(); in UpdatePositions()
321 float y = this->GravityPoint.GetY(); in UpdatePositions()
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/
H A DvtkIncrementalForceLayout.h131 { this->GravityPoint = point; } in SetGravityPoint()
133 { return this->GravityPoint; } in GetGravityPoint()
148 vtkVector2f GravityPoint; variable
H A DvtkIncrementalForceLayout.cxx229 this->GravityPoint = vtkVector2f(200.0f, 200.0f); in vtkIncrementalForceLayout()
318 float x = this->GravityPoint.GetX(); in UpdatePositions()
319 float y = this->GravityPoint.GetY(); in UpdatePositions()
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/
H A DvtkIncrementalForceLayout.h130 virtual void SetGravityPoint(const vtkVector2f& point) { this->GravityPoint = point; } in SetGravityPoint()
131 virtual vtkVector2f GetGravityPoint() { return this->GravityPoint; } in GetGravityPoint()
146 vtkVector2f GravityPoint; variable
H A DvtkIncrementalForceLayout.cxx251 this->GravityPoint = vtkVector2f(200.0f, 200.0f); in vtkIncrementalForceLayout()
341 float x = this->GravityPoint.GetX(); in UpdatePositions()
342 float y = this->GravityPoint.GetY(); in UpdatePositions()
/dports/x11-wm/openbox/openbox-3.6/openbox/actions/
H A Dshowmenu.c11 GravityPoint position;
86 GravityPoint position = { { 0, }, }; in run_func()
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dconfig.h46 GravityPoint position;
115 extern GravityPoint config_resize_popup_fixed;
H A Dscreen.h189 const GravityPoint *position, const Rect *area);
H A Dmenuframe.h123 gboolean menu_frame_show_topmenu(ObMenuFrame *self, const GravityPoint *pos,
H A Dmenu.h184 void menu_show(gchar *name, const GravityPoint *pos, gint monitor,
H A Dgeom.h35 } GravityPoint; typedef
H A Dmenuframe.c234 static void menu_frame_place_topmenu(ObMenuFrame *self, const GravityPoint *pos, in menu_frame_place_topmenu()
999 gboolean menu_frame_show_topmenu(ObMenuFrame *self, const GravityPoint *pos, in menu_frame_show_topmenu()
H A Dmenu.c461 void menu_show(gchar *name, const GravityPoint *pos, gint monitor, in menu_show()
H A Dconfig.c71 GravityPoint config_resize_popup_fixed;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_ViewController.hxx468 Standard_EXPORT virtual gp_Pnt GravityPoint (const Handle(AIS_InteractiveContext)& theCtx,
H A DV3d_View.hxx953 Standard_EXPORT gp_Pnt GravityPoint() const;
H A DAIS_InteractiveContext.hxx834 Standard_EXPORT virtual gp_Pnt GravityPoint (const Handle(V3d_View)& theView) const;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_ViewController.hxx525 Standard_EXPORT virtual gp_Pnt GravityPoint (const Handle(AIS_InteractiveContext)& theCtx,
H A DV3d_View.hxx942 Standard_EXPORT gp_Pnt GravityPoint() const;
H A DAIS_InteractiveContext.hxx860 Standard_EXPORT virtual gp_Pnt GravityPoint (const Handle(V3d_View)& theView) const;
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_ViewController.hxx525 Standard_EXPORT virtual gp_Pnt GravityPoint (const Handle(AIS_InteractiveContext)& theCtx,
H A DAIS_InteractiveContext.hxx860 Standard_EXPORT virtual gp_Pnt GravityPoint (const Handle(V3d_View)& theView) const;
H A DAIS_ViewController.cxx1800 gp_Pnt AIS_ViewController::GravityPoint (const Handle(AIS_InteractiveContext)& theCtx, in GravityPoint() function in AIS_ViewController
1841 return theCtx ->GravityPoint (theView); in GravityPoint()
2225 aGravPnt = GravityPoint (theCtx, theView); in handleCameraActions()
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.hxx942 Standard_EXPORT gp_Pnt GravityPoint() const;

12