#include <lsPreCompileMacros.hpp>
#include <algorithm>
#include <hrleSparseStarIterator.hpp>
#include <lsDomain.hpp>
#include <lsExpand.hpp>
#include <vcLogger.hpp>
#include <vcSmartPointer.hpp>
#include <vcVectorType.hpp>
Go to the source code of this file.
|
class | viennals::CalculateNormalVectors< T, D > |
| This algorithm is used to compute the normal vectors for all points with level set values <= maxValue (default 0.5). The result is saved in the lsPointData of the lsDomain and can be retrieved with lsDomain.getPointData().getVectorData("Normals"). More...
|