#include <hrleSparseIterator.hpp>
#include <lsDomain.hpp>
#include <lsExpand.hpp>
#include <lsMesh.hpp>
#include <lsPreCompileMacros.hpp>
#include <lsReduce.hpp>
#include <cmath>
#include <limits>
Go to the source code of this file.
|
class | viennals::CompareSparseField< T, D > |
| Calculate distance measure between two level sets by comparing their SDF values on a sparse field. This class iterates over the points in the sparse field of the sample level set and calculates differences with the target level set. The target level set needs to be expanded whereas the sample level set reduced to a sparse field if necessary. The code is currently intended for 2D level sets only. More...
|
|