logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                                 sc::CS2Sphere(3)

Name

       sc::CS2Sphere

Synopsis

PublicMemberFunctionsCS2Sphere (const SCVector3 &v, double rad)
       CS2Sphere (double x, double y, double z, double rad)
       void initialize (SCVector3 &v, double rad)
       CS2Sphere & operator= (const CS2Sphere &s)
       double distance (CS2Sphere &asphere)
       double common_radius (CS2Sphere &asphere)
       const SCVector3 & center (void) const
       double x () const
       double y () const
       double z () const
       SCVector3center_vec (const CS2Sphere &asphere)
       double radius (void) const
       void recenter (const SCVector3 &v)
       void print (std::ostream &os=ExEnv::out0()) const
       int intersect (CS2Sphere *s, int n_spheres) const

   StaticPublicMemberFunctions
       static void print_counts (std::ostream &=ExEnv::out0())

   StaticPublicAttributes
       static int n_no_spheres_
       static int n_probe_enclosed_by_a_sphere_
       static int n_probe_center_not_enclosed_
       static int n_surface_of_s0_not_covered_
       static int n_plane_totally_covered_
       static int n_internal_edge_not_covered_
       static int n_totally_covered_

See Also