|
ViennaLS
|
Activates interior points in a level set. The largest value in the levelset is thus width*0.5 Returns the number of added points. More...
#include <lsInterior.hpp>
Public Member Functions | |
| Interior ()=default | |
| Interior (SmartPointer< Domain< T, D > > passedlsDomain) | |
| void | setLevelSet (SmartPointer< Domain< T, D > > passedlsDomain) |
| void | setGuide (SmartPointer< Domain< T, D > > g) |
| Set a guide level set: the fill will not activate points that are inside the guide (φ_guide < 0). Pass the Si surface to stop the oxide Interior fill at the Si-SiO2 interface. | |
| void | setUpdatePointData (bool update) |
| Set whether to update the point data stored in the LS during this algorithm. Defaults to true. | |
| void | apply () |
| Apply the interior definition until no more points can be added. | |
Activates interior points in a level set. The largest value in the levelset is thus width*0.5 Returns the number of added points.
|
default |
|
inline |
|
inline |
Apply the interior definition until no more points can be added.
|
inline |
Set a guide level set: the fill will not activate points that are inside the guide (φ_guide < 0). Pass the Si surface to stop the oxide Interior fill at the Si-SiO2 interface.
|
inline |
|
inline |
Set whether to update the point data stored in the LS during this algorithm. Defaults to true.