ViennaLS
Loading...
Searching...
No Matches
BooleanOperationExactZero.cpp File Reference
#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
 

Typedef Documentation

◆ LSType

using LSType = ls::SmartPointer<ls::Domain<NumericType, D>>

◆ NumericType

using NumericType = double

Function Documentation

◆ main()

int main ( )

◆ writeLS()

void writeLS ( LSType levelSet,
std::string fileName )

Variable Documentation

◆ D

int D = 2
constexpr