CGAL 6.0 - 3D Isosurfacing
|
Classes | |
struct | CGAL::Isosurfacing::Grid_vertex_memory_policy< Tag > |
A policy to choose whether grid vertex locations should be cached, or recomputed at each access. More... | |
Typedefs | |
using | CGAL::Isosurfacing::Cache_vertex_locations = Grid_vertex_memory_policy< Tag_true > |
A convenience alias for the policy that caches grid vertex locations. | |
using | CGAL::Isosurfacing::Do_not_cache_vertex_locations = Grid_vertex_memory_policy< Tag_false > |
A convenience alias for the policy that does not cache grid vertex locations. | |