CGAL 5.1 - Surface Mesh Topology
WeightFunctor Class Reference

#include <Concepts/WeightFunctor.h>

Definition

Public types

typedef unspecified_type halfedge_descriptor
 A handle to Dart for combinatorial/generalized maps, or a halfedge descriptor for models of the FaceGraph concept. More...
 
using Weight_t = unspecified_type
 Number type of the weights. More...
 

Public member functions

Weight_t operator() (halfedge_descriptor hd) const
 Returns the weight of the edge containing hd. More...
 

Member Typedef Documentation

◆ halfedge_descriptor

A handle to Dart for combinatorial/generalized maps, or a halfedge descriptor for models of the FaceGraph concept.

◆ Weight_t

Number type of the weights.

Member Function Documentation

◆ operator()()

Weight_t WeightFunctor::operator() ( halfedge_descriptor  hd) const

Returns the weight of the edge containing hd.