mirror of https://github.com/CGAL/cgal
add get proxy size function
This commit is contained in:
parent
4659c7bb08
commit
faf86f642e
|
|
@ -573,7 +573,11 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// add function to return the proxy errors
|
||||
/*!
|
||||
* @brief Get the proxies size.
|
||||
* @return number of proxies
|
||||
*/
|
||||
std::size_t get_proxies_size() { return proxies.size(); }
|
||||
|
||||
/*!
|
||||
* @brief Get the anchor points, which have the area-averaged position of the projected anchor vertex points on the incident proxies.
|
||||
|
|
|
|||
Loading…
Reference in New Issue