Template Class EdgePropertyHandle
Defined in File properties.h
Inheritance Relationships
Base Type
public zmesh::core::PropertyHandle< T >(Template Class PropertyHandle)
Class Documentation
-
template<typename T>
class EdgePropertyHandle : public zmesh::core::PropertyHandle<T> 边属性的Handle 可以用EdgeHandle来访问属性
- 模板参数
T -- 属性的具体类型
Public Functions
-
explicit EdgePropertyHandle() = default
-
inline explicit EdgePropertyHandle(PropertyHandle<T> p)
-
inline reference operator[](EdgeHandle e)
-
inline const_reference operator[](EdgeHandle e) const