Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
ConvexHull Member List

This is the complete list of members for ConvexHull, including all inherited members.

AddPointInNonnegativeScalingConstraints(solvers::MathematicalProgram *prog, const Eigen::Ref< const solvers::VectorXDecisionVariable > &x, const symbolic::Variable &t) constConvexSet
AddPointInNonnegativeScalingConstraints(solvers::MathematicalProgram *prog, const Eigen::Ref< const Eigen::MatrixXd > &A, const Eigen::Ref< const Eigen::VectorXd > &b, const Eigen::Ref< const Eigen::VectorXd > &c, double d, const Eigen::Ref< const solvers::VectorXDecisionVariable > &x, const Eigen::Ref< const solvers::VectorXDecisionVariable > &t) constConvexSet
AddPointInSetConstraints(solvers::MathematicalProgram *prog, const Eigen::Ref< const solvers::VectorXDecisionVariable > &vars) constConvexSet
AffineHullShortcut(const ConvexSet &self, std::optional< double > tol)ConvexSetprotectedstatic
ambient_dimension() constConvexSet
CalcVolume() constConvexHull
CalcVolumeViaSampling(RandomGenerator *generator, const double desired_rel_accuracy=1e-2, const int max_num_samples=1e4) constConvexSet
Clone() constConvexSet
ConvexHull(const ConvexHull &)=defaultConvexHull
ConvexHull(ConvexHull &&)=defaultConvexHull
ConvexHull(const ConvexSets &sets, const bool remove_empty_sets=true)ConvexHullexplicit
ConvexSet(const ConvexSet &)=defaultConvexSetprotected
ConvexSet(ConvexSet &&)=defaultConvexSetprotected
ConvexSet(int ambient_dimension, bool has_exact_volume)ConvexSetexplicitprotected
DoAffineHullShortcut(std::optional< double > tol) constConvexSetprotectedvirtual
DoCalcVolume() constConvexSetprotectedvirtual
DoIsBoundedShortcut() constConvexSetprotectedvirtual
DoMaybeGetFeasiblePoint() constConvexSetprotectedvirtual
DoPointInSetShortcut(const Eigen::Ref< const Eigen::VectorXd > &x, double tol) constConvexSetprotectedvirtual
DoProjectionShortcut(const Eigen::Ref< const Eigen::MatrixXd > &points, EigenPtr< Eigen::MatrixXd > projected_points) constConvexSetprotectedvirtual
element(int index) constConvexHull
empty_sets_removed() constConvexHull
HandleZeroAmbientDimensionConstraints(solvers::MathematicalProgram *prog, const ConvexSet &set, std::vector< solvers::Binding< solvers::Constraint > > *constraints) constConvexSetprotected
has_exact_volume() constConvexSet
IntersectsWith(const ConvexSet &other) constConvexSet
IsBounded(Parallelism parallelism=Parallelism::None()) constConvexHull
IsEmpty() constConvexHull
MaybeGetFeasiblePoint() constConvexSet
MaybeGetPoint() constConvexSet
num_elements() constConvexHull
operator=(const ConvexHull &)=defaultConvexHull
operator=(ConvexHull &&)=defaultConvexHull
drake::geometry::optimization::ConvexSet::operator=(const ConvexSet &)=defaultConvexSetprotected
drake::geometry::optimization::ConvexSet::operator=(ConvexSet &&)=defaultConvexSetprotected
drake::geometry::ShapeReifier::operator=(const ShapeReifier &)=defaultShapeReifierprivate
drake::geometry::ShapeReifier::operator=(ShapeReifier &&)=defaultShapeReifierprivate
participating_sets() constConvexHull
PointInSet(const Eigen::Ref< const Eigen::VectorXd > &x, double tol=0) constConvexSet
Projection(const Eigen::Ref< const Eigen::MatrixXd > &points) constConvexSet
Serialize(Archive *a)ConvexSetprotected
sets() constConvexHull
ToShapeWithPose() constConvexSet
~ConvexHull() finalConvexHull
~ConvexSet()ConvexSetvirtual