Home
last modified time | relevance | path

Searched refs:GeodesicSphere (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/molecular_geometry/
H A DGeomUtils.cpp26 QScopedPointer<QVector<Vector3D>> GeodesicSphere::elementarySphere(nullptr);
27 int GeodesicSphere::currentDetailLevel = 1;
29 GeodesicSphere::GeodesicSphere(const Vector3D &center, float radius, int detaillevel) { in GeodesicSphere() function in U2::GeodesicSphere
62 void GeodesicSphere::interpolate(const Vector3D &v1, const Vector3D &v2, const Vector3D &v3, QVecto… in interpolate()
79 QVector<Vector3D> *GeodesicSphere::createGeodesicSphere(int detailLevel) { in createGeodesicSphere()
H A DGeomUtils.h44 class U2ALGORITHM_EXPORT GeodesicSphere {
52 GeodesicSphere(const Vector3D &center, float radius, int detaillevel);
H A DMolecularSurface.cpp88 U2::GeodesicSphere MolecularSurface::getAtomSurfaceDots(const SharedAtom &a, int detaillevel) { in getAtomSurfaceDots()
92 GeodesicSphere sphere(a->coord3d, radius, detaillevel); in getAtomSurfaceDots()
H A DVanDerWaalsSurface.cpp49 GeodesicSphere surface = getAtomSurfaceDots(a, detaillevel); in calculate()
H A DMolecularSurface.h67 static GeodesicSphere getAtomSurfaceDots(const SharedAtom &a, int detaillevel);
/dports/math/curv/curv-0.5/ideas/lib/
H A DGeode20 // GeodesicSphere is a simple parametric polyhedron.