Tag.
template<typename Tag>
struct CGAL::Isosurfacing::Grid_vertex_memory_policy< Tag >
A policy to choose whether grid vertex locations should be cached, or recomputed at each access.
- Template Parameters
-
| Tag | a tag that is either Tag_true (locations are cached) or Tag_false (locations are not cached). |