Gettting started
Cook book
C++ API
SolidClassifier
SolidClassifier::SolidClassifier()
SolidClassifier::inside()
SolidClassifier::outside()
Provides capability to classify if points are inside or outside of a given shape.
Public Functions
Solid classfier.
shape – Shape that we will be using for classification
Test if a point is inside the shape.
pt – Point to test
true if the point is inside, false otherwise
true
false
Test if a point is outside the shape.
true if the point is outside, false otherwise