#include <lsGeometricAdvectDistributions.hpp>
|
| CustomSphereDistribution (const std::vector< T > &radii) |
T | getSignedDistance (const Vec3D< viennahrle::CoordType > &initial, const Vec3D< viennahrle::CoordType > &candidate, unsigned long pointId) const override |
| Returns the signed distance of a point relative to the distributions center. This is the signed manhatten distance to the nearest surface point.
|
std::array< viennahrle::CoordType, 6 > | getBounds () const override |
| Sets bounds to the bounding box of the distribution.
|
bool | useSurfacePointId () const override |
void | prepare (SmartPointer< Domain< T, D > > domain) override |
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 void | finalize () |
◆ CustomSphereDistribution()
◆ finalize()
◆ getBounds()
◆ getSignedDistance()
T viennals::CustomSphereDistribution< T, D >::getSignedDistance |
( |
const Vec3D< viennahrle::CoordType > & | initial, |
|
|
const Vec3D< viennahrle::CoordType > & | candidate, |
|
|
unsigned long | pointId ) const |
|
inlineoverridevirtual |
◆ isInside()
◆ prepare()
◆ useSurfacePointId()
The documentation for this class was generated from the following file: