CGAL 6.0 - 3D Isosurfacing
Loading...
Searching...
No Matches
Space Partitioning Data Structures Helpers

Classes

struct  CGAL::Isosurfacing::Grid_vertex_memory_policy< Tag >
 A policy to choose whether grid vertex positions should be cached, or recomputed at each access. More...
 

Typedefs

using CGAL::Isosurfacing::Cache_positions = Grid_vertex_memory_policy< Tag_true >
 A convenience alias for the policy that caches grid vertex positions.
 
using CGAL::Isosurfacing::Do_not_cache_positions = Grid_vertex_memory_policy< Tag_false >
 A convenience alias for the policy that does not cache grid vertex positions.