The concept MeshDomainField_3 describes a scalar field which could be queried at any point of the space.
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.
|
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. |
Mesh_constant_field_3<Gt,Index>