Home
last modified time | relevance | path

Searched defs:sphere4 (Results 1 – 21 of 21) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Examples/VisualizationAlgorithms/Python/
H A DDepthSort.py30 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Python/
H A DDepthSort.py30 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk8/VTK-8.2.0/Filters/Hybrid/Testing/Python/
H A DdepthSort.py32 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk9/VTK-9.1.0/Filters/Hybrid/Testing/Python/
H A DdepthSort.py32 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk6/VTK-6.2.0/Filters/Hybrid/Testing/Python/
H A DdepthSort.py33 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk8/VTK-8.2.0/Examples/Rendering/Cxx/
H A DSpecularSpheres.cxx81 vtkSmartPointer<vtkActor> sphere4 = in main() local
H A DAmbientSpheres.cxx73 vtkSmartPointer<vtkActor> sphere4 = vtkSmartPointer<vtkActor>::New(); in main() local
H A DDiffuseSpheres.cxx75 vtkSmartPointer<vtkActor> sphere4 = vtkSmartPointer<vtkActor>::New(); in main() local
/dports/math/vtk6/VTK-6.2.0/Examples/Rendering/Cxx/
H A DAmbientSpheres.cxx73 vtkSmartPointer<vtkActor> sphere4 = vtkSmartPointer<vtkActor>::New(); in main() local
H A DSpecularSpheres.cxx81 vtkSmartPointer<vtkActor> sphere4 = in main() local
H A DDiffuseSpheres.cxx75 vtkSmartPointer<vtkActor> sphere4 = vtkSmartPointer<vtkActor>::New(); in main() local
/dports/math/vtk8/VTK-8.2.0/Parallel/Core/Testing/Python/
H A DTestPolyDataPieces.py80 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk9/VTK-9.1.0/Parallel/Core/Testing/Python/
H A DTestPolyDataPieces.py80 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk6/VTK-6.2.0/Parallel/Core/Testing/Python/
H A DTestPolyDataPieces.py80 sphere4 = vtk.vtkSphereSource() variable
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/Testing/Cxx/
H A DTestMonitors.cxx75 vtkSmartPointer<vtkActor> sphere4 = in TestMonitors() local
/dports/graphics/ogre3d/ogre-1.11.6/Samples/VolumeCSG/src/
H A DVolumeCSG.cpp58 CSGSphereSource sphere4((Real)5.0, Vector3((Real)5.5, (Real)5.5, (Real)25.5)); in setupContent() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/VolumeCSG/src/
H A DVolumeCSG.cpp58 CSGSphereSource sphere4((Real)5.0, Vector3((Real)5.5, (Real)5.5, (Real)25.5)); in setupContent() local
/dports/math/vtk8/VTK-8.2.0/IO/Export/Testing/Cxx/
H A DTestRIBExporter.cxx116 vtkSmartPointer<vtkActor> sphere4 = in TestRIBExporter() local
/dports/math/vtk9/VTK-9.1.0/IO/Export/Testing/Cxx/
H A DTestRIBExporter.cxx100 vtkSmartPointer<vtkActor> sphere4 = vtkSmartPointer<vtkActor>::New(); in TestRIBExporter() local
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/functions/
H A Dcorefuncs.py109 def sphere4(x: np.ndarray) -> float: function
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhyper.h170 #define sphere4 (sphere && S7 == 4) macro