ViennaLS
Loading...
Searching...
No Matches
BooleanOperationExactZero1.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>

Typedefs

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

Functions

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 ( )

Variable Documentation

◆ D

int D = 2
constexpr