add get proxy size function

This commit is contained in:
Lingjie Zhu 2017-08-20 16:37:09 +08:00
parent 4659c7bb08
commit faf86f642e
1 changed files with 5 additions and 1 deletions

View File

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