| CGAL 4.4 - 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.  More... | |
| typedef unspecified_type | Point_3 | 
| Point type.  More... | |
| 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 dimensiondimensionand mesh vertex indexindex.  More... | |
Numerical type.
Index type for points.
Must match the type MeshDomain_3::Index. 
Point type.