Home
last modified time | relevance | path

Searched defs:SetScale (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_verticalscale/
H A Dosgearth_verticalscale.cpp60 struct SetScale : public ui::ControlEventHandler { struct
62 SetScale(App& app) : _app(app) {} in SetScale() argument
82 grid->setControl( 1, r, new ui::HSliderControl(0.0, 10.0, 1.0, new SetScale(app)) ); in createUI() argument
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_AspectMarker3d.hxx53 void SetScale (const Standard_ShortReal theScale) in SetScale() function in Graphic3d_AspectMarker3d
59 void SetScale (const Standard_Real theScale) { SetScale ((float )theScale); } in SetScale() function in Graphic3d_AspectMarker3d
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_AspectMarker3d.hxx53 void SetScale (const Standard_ShortReal theScale) in SetScale() function in Graphic3d_AspectMarker3d
59 void SetScale (const Standard_Real theScale) { SetScale ((float )theScale); } in SetScale() function in Graphic3d_AspectMarker3d
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_AspectMarker3d.hxx53 void SetScale (const Standard_ShortReal theScale) in SetScale() function in Graphic3d_AspectMarker3d
59 void SetScale (const Standard_Real theScale) { SetScale ((float )theScale); } in SetScale() function in Graphic3d_AspectMarker3d
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DPointTransform.h60 VTKM_CONT void SetScale(const T& s) { matrix = vtkm::Transform3DScale(s, s, s); } in SetScale() function
62 VTKM_CONT void SetScale(const T& sx, const T& sy, const T& sz) in SetScale() function
67 VTKM_CONT void SetScale(const vtkm::Vec<T, 3>& v) in SetScale() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DPointTransform.h90 VTKM_CONT void SetScale(const S& s) in SetScale() function
96 VTKM_CONT void SetScale(const S& sx, const S& sy, const S& sz) in SetScale() function
102 VTKM_CONT void SetScale(const vtkm::Vec<S, 3>& v) in SetScale() function
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkProp3D.h105 virtual void SetScale(double x, double y, double z) in SetScale() function
118 virtual void SetScale(double scale[3]) { this->SetScale(scale[0], scale[1], scale[2]); } in SetScale() function
125 void SetScale(double s) { this->SetScale(s, s, s); } in SetScale() function
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkProp3D.h113 virtual void SetScale(double x, double y, double z) in SetScale() function
129 virtual void SetScale(double scale[3]) in SetScale() function
137 void SetScale(double s) in SetScale() function
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkProp3D.h101 virtual void SetScale(double x, double y, double z) in SetScale() function
117 virtual void SetScale(double scale[3]) in SetScale() function
123 void SetScale(double s) in SetScale() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DPointTransform.hxx92 inline VTKM_CONT void PointTransform<S>::SetScale(const S& s) in SetScale() function in vtkm::filter::PointTransform
99 inline VTKM_CONT void PointTransform<S>::SetScale(const S& sx, const S& sy, const S& sz) in SetScale() function in vtkm::filter::PointTransform
106 inline VTKM_CONT void PointTransform<S>::SetScale(const vtkm::Vec<S, 3>& v) in SetScale() function in vtkm::filter::PointTransform
/dports/audio/libnoise/noise/src/module/
H A Dscalepoint.h126 void SetScale (double scale) in SetScale() function
143 void SetScale (double xScale, double yScale, double zScale) in SetScale() function
H A Dscalebias.h125 void SetScale (double scale) in SetScale() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DPointTransform.hxx78 inline VTKM_CONT void PointTransform::SetScale(const vtkm::FloatDefault& s) in SetScale() function in vtkm::filter::PointTransform
84 inline VTKM_CONT void PointTransform::SetScale(const vtkm::FloatDefault& sx, in SetScale() function in vtkm::filter::PointTransform
92 inline VTKM_CONT void PointTransform::SetScale(const vtkm::Vec3f& v) in SetScale() function in vtkm::filter::PointTransform
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_cache/sg/
H A Difsg_transform.cpp135 bool IFSG_TRANSFORM::SetScale( const SGPOINT& aScale ) noexcept in SetScale() function in IFSG_TRANSFORM
145 bool IFSG_TRANSFORM::SetScale( double aScale ) in SetScale() function in IFSG_TRANSFORM
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DSprite.cpp168 void Sprite::SetScale(const Vector2& scale) in SetScale() function in Urho3D::Sprite
177 void Sprite::SetScale(float x, float y) in SetScale() function in Urho3D::Sprite
182 void Sprite::SetScale(float scale) in SetScale() function in Urho3D::Sprite
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DMatrix2.h153 void SetScale(const Vector2& scale) in SetScale() function
160 void SetScale(float scale) in SetScale() function
H A DMatrix3.h200 void SetScale(const Vector3& scale) in SetScale() function
208 void SetScale(float scale) in SetScale() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/include/
H A DitkScalableAffineTransform.hxx123 ::SetScale(const InputVectorType & scale) in SetScale() function in itk::ScalableAffineTransform
138 ::SetScale(const double scale[NDimensions]) in SetScale() function in itk::ScalableAffineTransform
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGFEDisplacementMapElement.h52 inline void SetScale(const wxSVGAnimatedNumber& n) { m_scale = n; } in SetScale() function
53 inline void SetScale(float n) { m_scale.SetBaseVal(n); } in SetScale() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGFEDisplacementMapElement.h52 inline void SetScale(const wxSVGAnimatedNumber& n) { m_scale = n; } in SetScale() function
53 inline void SetScale(float n) { m_scale.SetBaseVal(n); } in SetScale() function
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Ddofown.cc44 DofOwner::SetScale(const doublereal& d) in SetScale() function in DofOwner
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/test/
H A Dtest_output.cc34 void TestOutput::SetScale(int32_t factor) { in SetScale() function in wl::TestOutput
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/style/
H A Dstyle_core_scale.cpp31 void SetScale(int scale) { in SetScale() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/test/
H A Dtest_output.cc26 void TestOutput::SetScale(int32_t factor) { in SetScale() function in wl::TestOutput
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DSample2D_Image.h67 void SetScale(const Standard_Real theNewScale) { myScale = theNewScale; } in SetScale() function

12345678910>>...31