Template Class HalfedgePropertyHandle

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class HalfedgePropertyHandle : public zmesh::core::PropertyHandle<T>

半边属性的Handle 可以用HalfedgeHandle来访问属性

模板参数

T -- 属性的具体类型

Public Functions

explicit HalfedgePropertyHandle() = default
inline explicit HalfedgePropertyHandle(PropertyHandle<T> p)
inline reference operator[](HalfedgeHandle h)
inline const_reference operator[](HalfedgeHandle h) const