| 
    GetFEM
    5.4.4
    
   | 
 
Slices a mesh with a sphere (or its boundary). More...
#include <getfem_mesh_slicers.h>
Inherits getfem::slicer_volume.
Additional Inherited Members | |
  Protected Member Functions inherited from getfem::slicer_volume | |
| virtual void | prepare (size_type, const mesh_slicer::cs_nodes_ct &nodes, const dal::bit_vector &nodes_index) | 
| Overload either 'prepare' or 'test_point'.  | |
  Static Protected Member Functions inherited from getfem::slicer_volume | |
| static scalar_type | trinom (scalar_type a, scalar_type b, scalar_type c) | 
| Utility function.  | |
  Protected Attributes inherited from getfem::slicer_volume | |
| int | orient | 
| orient defines the kind of slicing : VOLIN -> keep the inside of the volume, VOLBOUND -> its boundary, VOLOUT -> its outside, VOLSPLIT -> keep everything but make split simplexes untils no simplex crosses the boundary  | |
Slices a mesh with a sphere (or its boundary).
Definition at line 355 of file getfem_mesh_slicers.h.