|
ViennaLS
|
#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.
Classes | |
| 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 PointData of the lsDomain and can be retrieved with lsDomain.getPointData().getVectorData("Normals"). More... | |
Namespaces | |
| namespace | viennals |
Enumerations | |
| enum class | viennals::NormalCalculationMethodEnum { viennals::CENTRAL_DIFFERENCES , viennals::ONE_SIDED_MIN_MOD } |