Open CASCADE Technology
7.3.0
|
#include <NCollection_Vector.hxx>
#include <TColgp_HArray1OfPnt.hxx>
#include <TColStd_HArray1OfInteger.hxx>
#include <Select3D_SensitivePoly.hxx>
#include <Select3D_SensitiveSet.hxx>
Data Structures | |
class | Select3D_InteriorSensitivePointSet |
This class handles the selection of arbitrary point set with internal type of sensitivity. The main principle is to split the point set given onto planar convex polygons and search for the overlap with one or more of them through traverse of BVH tree. More... | |
Typedefs | |
typedef NCollection_Vector< Handle< Select3D_SensitivePoly > > | Select3D_VectorOfHPoly |