#include <pyWrap.hpp>
|
bool | isInside (const vectorType &initial, const vectorType &candidate, double eps=0.) const override |
T | getSignedDistance (const vectorType &initial, const vectorType &candidate, unsigned long initialPointId) const override |
boundsType | getBounds () const override |
| Sets bounds to the bounding box of the distribution.
|
virtual bool | isInside (const Vec3D< viennahrle::CoordType > &initial, const Vec3D< viennahrle::CoordType > &candidate, double eps) const |
| Quick check whether a point relative to the distributions center is inside the distribution. If there is no quick check due to the complexity of the distribution, always return true or do not overload this function.
|
virtual T | getSignedDistance (const Vec3D< viennahrle::CoordType > &initial, const Vec3D< viennahrle::CoordType > &candidate, unsigned long initialPointId) const =0 |
| Returns the signed distance of a point relative to the distributions center. This is the signed manhatten distance to the nearest surface point.
|
◆ getBounds()
◆ getSignedDistance() [1/2]
◆ getSignedDistance() [2/2]
virtual T viennals::GeometricAdvectDistribution< T, D >::getSignedDistance |
( |
const Vec3D< viennahrle::CoordType > & | initial, |
|
|
const Vec3D< viennahrle::CoordType > & | candidate, |
|
|
unsigned long | initialPointId ) const |
|
pure virtualinherited |
◆ isInside() [1/2]
◆ isInside() [2/2]
The documentation for this class was generated from the following file: