\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - 3D Mesh Generation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
MeshDomainField_3 Concept Reference

Definition

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 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 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. More...
 

Member Typedef Documentation

Numerical type.

Index type for points.

Must match the type MeshDomain_3::Index.

Member Function Documentation

FT MeshDomainField_3::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.