CGAL 5.4.1 - 3D Mesh Generation
|
The concept MeshDomainField_3
describes a scalar field which could be queried at any point of the space.
Types | |
typedef unspecified_type | FT |
Numerical type. | |
typedef unspecified_type | Point_3 |
Point type. | |
typedef unspecified_type | Index |
Index type for points. More... | |
Operations | |
The The field value may depend on the query point location and/or on the input feature including the query point. | |
FT | operator() (const Point_3 &p, int dimension, const Index &index) const |
returns the value of the sizing field at the point p , assumed to be included in the input complex feature with dimension dimension and mesh vertex index index . | |
Index type for points.
Must match the type MeshDomain_3::Index
.