The mesh algorithms container class. More...
#include <GTSAlgos.h>
Public Member Functions | |
| void | boolean (const Mesh::MeshObject &ToolMesh, int Type=0) |
| makes a boolean add The int Type stears the boolean oberation: 0=add;1=intersection;2=diff More... | |
| void | coarsen (float f) |
| Coarsen the mesh. More... | |
| GTSAlgos (Mesh::MeshObject &Mesh) | |
Static Public Member Functions | |
| static GtsSurface * | createGTSSurface (const Mesh::MeshObject &Mesh) |
| Creates a GTS Surface from a MeshKernel. More... | |
| static void | fillMeshFromGTSSurface (Mesh::MeshObject &Mesh, GtsSurface *pSurface) |
| Creates a GTS Surface from a MeshKernel. More... | |
The mesh algorithms container class.
| Mesh::GTSAlgos::GTSAlgos | ( | Mesh::MeshObject & | Mesh | ) |
| void GTSAlgos::boolean | ( | const Mesh::MeshObject & | ToolMesh, |
| int | Type = 0 |
||
| ) |
makes a boolean add The int Type stears the boolean oberation: 0=add;1=intersection;2=diff
References createGTSSurface(), and fillMeshFromGTSSurface().
| void GTSAlgos::coarsen | ( | float | f | ) |
Coarsen the mesh.
References createGTSSurface(), and fillMeshFromGTSSurface().
|
static |
Creates a GTS Surface from a MeshKernel.
References Base::Console(), and Base::ConsoleSingleton::Log().
|
static |