CGAL 6.0 - 3D Isosurfacing
Loading...
Searching...
No Matches
3D Isosurfacing Reference

Mael Rouxel-Labbé, Julian Stahl, Daniel Zint, and Pierre Alliez
This package implements several grid-based isosurfacing algorithms (Marching Cubes, its topologically correct variant, and Dual Contouring) that enable generating surface meshes from 3D value and gradient fields. The methods are generic with respect to the definition of the grid and the fields, and all methods offer parallel implementations. The output is a polygon soup (i.e., a container of 3D point coordinates and indexed faces).
Introduced in: CGAL 6.1
BibTeX: cgal:sz-mc-24b
License: GPL
Windows Demo: Polyhedron demo

Classified Reference Pages

Concepts

Space Partitioning Data Structures

Value and Gradient Fields

Isosurfacing Domains Helpers

Isosurfacing Domains

Isosurfacing Methods

I/O

Modules

 Concepts
 
 Space Partitioning Data Structures
 This group encapsulates classes that represent a spatial discretization of space, which will be the scaffolding for the construction of the isosurface.
 
 Value and Gradient Fields Helpers
 The following classes and functions are parameters or template parameters of value and gradient fields.
 
 Value and Gradient Fields
 The following classes represent the data that defines the isosurface.
 
 Isosurfacing Domains
 This group encapsulates the classes that can be used to represent a complete domain (partition and fields), to be used by the isosurfacing methods of this package.
 
 Isosurfacing Methods
 
 I/O Functions