Home
last modified time | relevance | path

Searched defs:spheres (Results 1 – 25 of 135) sorted by relevance

123456

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestVolumeToSpheres.cc45 std::vector<openvdb::Vec4s> spheres; in TEST_F() local
64 std::vector<openvdb::Vec4s> spheres; in TEST_F() local
71 std::vector<openvdb::Vec4s> spheres; in TEST_F() local
100 std::vector<openvdb::Vec4s> spheres; in TEST_F() local
118 std::vector<openvdb::Vec4s> spheres; in TEST_F() local
136 std::vector<Vec4s> spheres; in TEST_F() local
160 std::vector<Vec4s> spheres; in TEST_F() local
/dports/graphics/gmt/gmt-6.3.0/test/potential/
H A Dspheres.jl1 function spheres(out_path::ASCIIString="") function
35 spheres() = spheres("") function
/dports/science/smoldyn/smoldyn-2.67/source/SmolCrowd/
H A DSmolCrowd.c34 int Sphereintsct(int i,int j,double *spheres,int dim,double radextra) { in Sphereintsct()
117 int makeradhist(double *spheres,int n,int dim,double factor,double **histptr,double **scaleptr) { in makeradhist()
153 void fillradhist(double *spheres,int n,int dim,double *hist,double *scale,int hn) { in fillradhist()
163 int showradhist(double *spheres,int n,int dim) { in showradhist()
189 int countclusters(double *spheres,int n,int dim,double radextra) { in countclusters()
224 void writespheres(double*spheres,int n,int dim,char *comment,double radextra,double *low,double *hi… in writespheres()
336 int compactspheres(double *spheres,int n,int dim) { in compactspheres()
354 int wraplastsphere(double *low,double *high,double *spheres,int n,int nmax,int dim) { in wraplastsphere()
384 int wrapspheres(int d,double *low,double *high,double *spheres,int n,int nmax,int dim) { in wrapspheres()
405 int unwrapsphere(int i,double *low,double *high,double *spheres,int n,int dim) { in unwrapsphere()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dambientocclusionspheregeometry.h92 Core::Array<SphereColor>& spheres() { return m_spheres; } in spheres() function
93 const Core::Array<SphereColor>& spheres() const { return m_spheres; } in spheres() function
H A Dspheregeometry.h113 Core::Array<SphereColor>& spheres() { return m_spheres; } in spheres() function
114 const Core::Array<SphereColor>& spheres() const { return m_spheres; } in spheres() function
H A Dgeometryvisitor.cpp41 const Core::Array<SphereColor>& spheres = geometry.spheres(); in visit() local
70 const Core::Array<SphereColor>& spheres = geometry.spheres(); in visit() local
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dambientocclusionspheregeometry.h92 Core::Array<SphereColor>& spheres() { return m_spheres; } in spheres() function
93 const Core::Array<SphereColor>& spheres() const { return m_spheres; } in spheres() function
H A Dspheregeometry.h113 Core::Array<SphereColor>& spheres() { return m_spheres; } in spheres() function
114 const Core::Array<SphereColor>& spheres() const { return m_spheres; } in spheres() function
H A Dgeometryvisitor.cpp41 const Core::Array<SphereColor>& spheres = geometry.spheres(); in visit() local
70 const Core::Array<SphereColor>& spheres = geometry.spheres(); in visit() local
/dports/science/pcmsolver/pcmsolver-1.3.0/tests/
H A DTestingMolecules.hpp77 std::vector<Sphere> spheres; in dummy() local
151 std::vector<Sphere> spheres; in NH3() local
188 std::vector<Sphere> spheres; in H3() local
232 std::vector<Sphere> spheres; in H2() local
265 std::vector<Sphere> spheres; in CO2() local
340 std::vector<Sphere> spheres; in CH3() local
387 std::vector<Sphere> spheres; in C2H4() local
471 std::vector<Sphere> spheres; in C6H6() local
528 std::vector<Sphere> spheres; in H2O() local
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DMultiSphereConvexHullShape.cpp43 MultiSphereConvexHullShape::MultiSphereConvexHullShape(const Spheres& spheres) in MultiSphereConvexHullShape()
70 const MultiSphereConvexHullShape::Spheres& spheres) in addSpheres()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A Dspheres.m28 function spheres(varargin) function
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/examples/cpp/sphereflake/
H A Dsphereflakedata.h33 static const double spheres[NumSpheres * 4] = variable
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/Testing/Cxx/
H A DTestTrivialConsumer.cxx22 vtkNew<vtkSphereSource> spheres; in TestTrivialConsumer() local
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/Testing/Cxx/
H A DTestTrivialConsumer.cxx22 vtkNew<vtkSphereSource> spheres; in TestTrivialConsumer() local
/dports/science/pcmsolver/pcmsolver-1.3.0/src/utils/
H A DMolecule.hpp178 std::vector<Sphere> spheres() const { return spheres_; } in spheres() function in pcm::Molecule
179 Sphere spheres(int i) const { return spheres_[i]; } in spheres() function in pcm::Molecule
H A DSphere.cpp36 void transfer_spheres(const std::vector<Sphere> & spheres, in transfer_spheres()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkSphere.cxx173 void vtkSphereComputeBoundingSphere(T **spheres, vtkIdType numSpheres, T sphere[4], in vtkSphereComputeBoundingSphere()
325 void vtkSphere::ComputeBoundingSphere(float **spheres, vtkIdType numSpheres, float sphere[4], in ComputeBoundingSphere()
331 void vtkSphere::ComputeBoundingSphere(double **spheres, vtkIdType numSpheres, double sphere[4], in ComputeBoundingSphere()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkSphere.cxx173 void vtkSphereComputeBoundingSphere(T **spheres, vtkIdType numSpheres, T sphere[4], in vtkSphereComputeBoundingSphere()
326 void vtkSphere::ComputeBoundingSphere(float **spheres, vtkIdType numSpheres, float sphere[4], in ComputeBoundingSphere()
332 void vtkSphere::ComputeBoundingSphere(double **spheres, vtkIdType numSpheres, double sphere[4], in ComputeBoundingSphere()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkSphere.cxx191 T** spheres, vtkIdType numSpheres, T sphere[4], vtkIdType hints[2]) in vtkSphereComputeBoundingSphere()
372 float** spheres, vtkIdType numSpheres, float sphere[4], vtkIdType hints[2]) in ComputeBoundingSphere()
378 double** spheres, vtkIdType numSpheres, double sphere[4], vtkIdType hints[2]) in ComputeBoundingSphere()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dglwidgettest.cpp51 SphereGeometry* spheres = new SphereGeometry; in glwidgettest() local
H A Dqttextlabeltest.cpp69 SphereGeometry* spheres = new SphereGeometry; in qttextlabeltest() local
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dglwidgettest.cpp51 SphereGeometry* spheres = new SphereGeometry; in glwidgettest() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_ssynth/
H A Dfilter_ssynth.h67 QString spheres[6]; variable
/dports/math/fcl/fcl-0.7.0/include/fcl/math/bv/
H A DkIOS.h66 kIOS_Sphere spheres[5]; variable

123456