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

sc::UnionShape - A UnionShape is volume enclosed by a set of Shape's.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       A UnionShape is volume enclosed by a set of Shape's.

Name

       sc::UnionShape - A UnionShape is volume enclosed by a set of Shape's.

Synopsis

       #include <shape.h>

       Inherits sc::Shape.

       Inherited by sc::DiscreteConnollyShape, and sc::VDWShape.

   PublicMemberFunctions
       void add_shape (Ref< Shape >)
       double distance_to_surface (const SCVector3 &r, SCVector3 *grad=0) const
       int is_outside (const SCVector3 &r) const
       void boundingbox (double valuemin, double valuemax, SCVector3 &p1, SCVector3 &p2)
       int gradient_implemented () const

   ProtectedAttributes
       std::set< Ref< Shape > > _shapesAdditionalInheritedMembers

See Also