Home
last modified time | relevance | path

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

12

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_intersection_raysphere.cpp44 const double SphereRadius = 2.0; variable
60 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
70 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE()
96 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
106 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE()
132 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
142 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE()
168 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
204 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
240 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/src/tcl/
H A Dsphere.tcl60 set SphereRadius "none"
103 global SphereStyle SphereLineStyle SphereQuality SphereRadius SphereColor SphereRadiusScale
229 …button .sphere.radvari.but -textvariable SphereRadius -command { set SphereRadius [make_scalar_lis…
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkAxesActor.h155 vtkSetClampMacro(SphereRadius, double, 0, VTK_FLOAT_MAX);
156 vtkGetMacro(SphereRadius, double);
291 double SphereRadius; variable
H A DvtkAxesActor.cxx116 this->SphereRadius = 0.5; in vtkAxesActor()
578 this->SphereSource->SetRadius( this->SphereRadius ); in UpdateProps()
855 os << indent << "SphereRadius: " << this->SphereRadius << endl; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkAxesActor.h186 vtkSetClampMacro(SphereRadius, double, 0, VTK_FLOAT_MAX);
187 vtkGetMacro(SphereRadius, double);
336 double SphereRadius; variable
H A DvtkAxesActor.cxx119 this->SphereRadius = 0.5; in vtkAxesActor()
538 this->SphereSource->SetRadius(this->SphereRadius); in UpdateProps()
788 os << indent << "SphereRadius: " << this->SphereRadius << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkAxesActor.h187 vtkSetClampMacro(SphereRadius, double, 0, VTK_FLOAT_MAX);
188 vtkGetMacro(SphereRadius, double);
347 double SphereRadius; variable
H A DvtkAxesActor.cxx116 this->SphereRadius = 0.5; in vtkAxesActor()
578 this->SphereSource->SetRadius( this->SphereRadius ); in UpdateProps()
855 os << indent << "SphereRadius: " << this->SphereRadius << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/GUISupport/Qt/Testing/Cxx/
H A DTestQVTKOpenGLWidgetPicking.cxx60 const double SphereRadius = 0.5; in TestQVTKOpenGLWidgetPicking() local
72 source->SetRadius(SphereRadius); in TestQVTKOpenGLWidgetPicking()
H A DTestQVTKOpenGLNativeWidgetPicking.cxx60 const double SphereRadius = 0.5; in TestQVTKOpenGLNativeWidgetPicking() local
72 source->SetRadius(SphereRadius); in TestQVTKOpenGLNativeWidgetPicking()
/dports/math/vtk9/VTK-9.1.0/GUISupport/Qt/Testing/Cxx/
H A DTestQtPicking.cxx61 const double SphereRadius = 0.5; in TestQtPicking() local
73 source->SetRadius(SphereRadius); in TestQtPicking()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkSphereHandleRepresentationTest1.cxx21 TEST_SET_GET_DOUBLE_RANGE(node1, SphereRadius, 0.0, 100.0); in vtkSphereHandleRepresentationTest1()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DvtkSphereHandleRepresentationTest1.cxx22 TEST_SET_GET_DOUBLE_RANGE(node1, SphereRadius, 0.0, 100.0); in vtkSphereHandleRepresentationTest1()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkSphereHandleRepresentationTest1.cxx21 TEST_SET_GET_DOUBLE_RANGE(node1, SphereRadius, 0.0, 100.0); in vtkSphereHandleRepresentationTest1()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/sphere/
H A Dsphere.h32 float SphereRadius(Sphere *sphere);
H A Dspheremisc.c58 float SphereRadius(Sphere *sphere) in SphereRadius() function
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.h19 m_alph = m_dnei_sp / SOf->SphereRadius; \
20 m_rsearch = sin(m_alph/2.0)*2.0*SOf->SphereRadius; \
H A DSUMA_clippingPlanes.c828 SO->SphereRadius = -1.0; in makeAxisPlaneFromNodeAndFaceSetList()
1030 SO->SphereRadius = -1.0; in drawPlaneFromNodeAndFaceSetList()
1176 fprintf(stderr, "SphereRadius (1) = %f\n", SO1->SphereRadius); in compareSurfaces()
1177 fprintf(stderr, "SphereRadius (2) = %f\n", SO2->SphereRadius); in compareSurfaces()
H A DSUMA_MapIcosahedron.c1474 SO->SphereRadius); in main()
H A DSUMA_Load_Surface_Object.c5232 (SUMA_IS_GEOM_SYMM(isSphere) && SO->SphereRadius < 0.0) ) { in SUMA_SetSphereParams()
5278 SO->SphereRadius = RAD; in SUMA_SetSphereParams()
5284 "c = [%f %f %f]\n", SO->SphereRadius, in SUMA_SetSphereParams()
5292 isSphere , SUMA_IS_GEOM_SYMM(isSphere), SO->SphereRadius); in SUMA_SetSphereParams()
H A DSUMA_SphericalMapping.c1008 SO->SphereRadius = r; in SUMA_ProjectToSphere()
1251 SO->SphereRadius = r; in SUMA_CreateIcosahedron()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/oogl2vrml/
H A Doogl2vrml.c348 fprintf(f, " Sphere { radius %g }\n", SphereRadius( (Sphere *)where)); in traverse()
H A Doogl2vrml2.c554 fprintfindent(f, " Sphere { radius %g }\n", SphereRadius( (Sphere *)where)); in traverse()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/
H A DElmerPost.c107 static scalar_t SphereColor,SphereRadius,SphereThreshold; variable
1817 …GetScalarVariable( &SphereRadius,(char *)Tcl_GetVar(TCLInterp,"SphereRadius",TCL_GLOBAL_ONLY),mode… in UpdateObject()
1824 vis_set_param( VL, "RadiusData", 0, 0.0, &SphereRadius ); in UpdateObject()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/common/
H A Dtransform.c1359 radius = SphereRadius(sphere); in ND_look_encompass()
1510 radius = SphereRadius(sphere);

12