Mesh::GTSAlgos Class Reference
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... | |
Detailed Description
The mesh algorithms container class.
Constructor & Destructor Documentation
◆ GTSAlgos()
| Mesh::GTSAlgos::GTSAlgos | ( | Mesh::MeshObject & | Mesh | ) |
Member Function Documentation
◆ boolean()
| 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().
◆ coarsen()
| void GTSAlgos::coarsen | ( | float | f | ) |
Coarsen the mesh.
References createGTSSurface().
◆ createGTSSurface()
|
static |
Creates a GTS Surface from a MeshKernel.
References Base::Console(), and Base::ConsoleSingleton::Log().
◆ fillMeshFromGTSSurface()
|
static |
Creates a GTS Surface from a MeshKernel.
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/GTSAlgos.h
- src/Mod/Mesh/App/GTSAlgos.cpp
1.8.17