GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::CGALPointWrapper Concept Reference
Concept definition
template
<
typename
T>
concept
GridFormat::Concepts::CGALPointWrapper
=
requires
(
const
T& wrapper) {
{ wrapper.point() } -> CGALDetail::Point;
}
GridFormat::Concepts::CGALPointWrapper
Definition:
cgal.hpp:93
GridFormat
Concepts
CGALPointWrapper
Generated by
1.9.6