CGAL 6.0 - 3D Isosurfacing
Loading...
Searching...
No Matches
CGAL::Isosurfacing::Grid_vertex_memory_policy< Tag > Struct Template Reference

#include <CGAL/Isosurfacing_3/Cartesian_grid_3.h>

Inherits from

Tag.

Definition

template<typename Tag>
struct CGAL::Isosurfacing::Grid_vertex_memory_policy< Tag >

A policy to choose whether grid vertex positions should be cached, or recomputed at each access.

Template Parameters
Taga tag that is either Tag_true (positions are cached) or Tag_false (positions are not cached).