Parasol Planning Library (PPL)
ReachableVolumes.h
Go to the documentation of this file.
1 #ifndef PMPL_REACHABLE_VOLUMES_H_
2 #define PMPL_REACHABLE_VOLUMES_H_
3 
4 class Chain;
6 
7 
13 ComputeReachableVolume(const size_t _dimension,
14  const std::vector<double>& _center, const Chain& _chain);
15 
16 #endif
WorkspaceBoundingSphericalShell ComputeReachableVolume(const size_t _dimension, const std::vector< double > &_center, const Chain &_chain)
Definition: ReachableVolumes.cpp:84
Definition: Chain.h:29
A 2 or 3 dimensional bounding spherical shell in workspace.
Definition: WorkspaceBoundingSphericalShell.h:10