FunctionObjectConcept

MeshDomainField_3

Definition

The concept MeshDomainField_3 describes a scalar field which could be queried at any point of the space.

Types

MeshDomainField_3::FT
Numerical type.


MeshDomainField_3::Point_3
Point type.


MeshDomainField_3::Index
Index type for points. Must match the type MeshDomain_3::Index.

Operations

The operator() returns the field value at a query point. The field value may depend on the query point location and/or on the input feature including the query point.

FT msf ( Point_3 p , int dimension , 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.

Has Models

Mesh_constant_field_3<Gt,Index>

See Also

MeshDomain_3
MeshDomainWithFeatures_3
CGAL::Mesh_edge_criteria_3<Tr>
CGAL::Mesh_facet_criteria_3<Tr>
CGAL::Mesh_cell_criteria_3<Tr>