#include <CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h>
 
The class Midpoint_placement is a model for the GetPlacement concept which computes the placement as the midpoint position along the edge. 
- Template Parameters
 - 
  
  
 
- Is Model Of:
 GetPlacement
 
 | 
| template<typename Profile >  | 
| optional< typename Profile::Point >  | operator() (Profile const &profile) const  | 
|   | Returns the placement (vertex position) as the midpoint between the points of the source and target vertices (profile.p0() and profile.p1())  More...
  | 
|   | 
template<typename ECM > 
template<typename Profile > 
      
 
Returns the placement (vertex position) as the midpoint between the points of the source and target vertices (profile.p0() and profile.p1())