Go to the source code of this file.
 | 
| class   | Cell | 
|   | Single cell used in mesh generation.  More...
  | 
|   | 
| class   | IScalarField | 
|   | Inferface for a generic scalar field, returning a float for given position.:w.  More...
  | 
|   | 
| class   | MarchingCubes | 
|   | Marching cubes algorithm for generation of mesh from iso-surface of given scalar field.  More...
  | 
|   | 
| struct   | McConfig | 
|   | 
◆ getSurfaceMesh()
Returns the triangle mesh of the body surface (or surfaces of bodies). 
- Parameters
 - 
  
    | scheduler | Scheduler used for parallelization.  | 
    | storage | Particle storage; must contain particle positions.  | 
  
   
- Returns
 - Array of generated triangles. Can be empty if no boundary exists. 
 
- Todo:
 - point cloud denoising? 
 
Definition at line 597 of file MarchingCubes.cpp.