RobWorkProject
23.9.11-
|
Interface for bounding volume splitting strategy for objects with analytical surfaces. More...
#include <BVTreeFactory.hpp>
Inherited by BVTreeFactory::OBVShellMedianSplitter< BV >.
Public Member Functions | |
virtual size_t | partitionShell (rw::geometry::IndexedFaceArray &shell, const BV &bv) const =0 |
Split the shell in two. More... | |
Interface for bounding volume splitting strategy for objects with analytical surfaces.
|
pure virtual |
Split the shell in two.
shell | [in/out] the shell to split. |
bv | [in] the bounding volume of the shell. |
Implemented in BVTreeFactory::OBVShellMedianSplitter< BV >.