ViennaLS
|
#include <iostream>
#include <numeric>
#include <lsBooleanOperation.hpp>
#include <lsDomain.hpp>
#include <lsExpand.hpp>
#include <lsMakeGeometry.hpp>
#include <lsPrune.hpp>
#include <lsTestAsserts.hpp>
#include <lsToMesh.hpp>
#include <lsToSurfaceMesh.hpp>
#include <lsVTKWriter.hpp>
#include "result.hpp"
Typedefs | |
using | NumericType = double |
using | LSType = ls::SmartPointer<ls::Domain<NumericType, D>> |
Functions | |
void | writeLS (LSType levelSet, std::string fileName) |
int | main () |
Variables | |
constexpr int | D = 2 |
using LSType = ls::SmartPointer<ls::Domain<NumericType, D>> |
using NumericType = double |
int main | ( | ) |
void writeLS | ( | LSType | levelSet, |
std::string | fileName ) |
|
constexpr |