CGAL 5.6.1 - 3D Mesh Generation
|
Functions | |
template<typename T > | |
void | set_weighted_circumcenter (T *&t, T *value) |
template<typename T > | |
void | set_weighted_circumcenter (T *&t, std::nullptr_t) |
template<typename T > | |
bool | is_null (T *t) |
template<typename T > | |
void | delete_circumcenter (T *&t) |
template<typename T > | |
void | set_weighted_circumcenter (std::atomic< T *> &t, T *value) |
template<typename T > | |
void | set_weighted_circumcenter (std::atomic< T *> &t, std::nullptr_t) |
template<typename T > | |
bool | is_null (std::atomic< T *> &t) |
template<typename T > | |
void | delete_circumcenter (std::atomic< T *> &t) |