Template Class VertexPropertyHandle

Inheritance Relationships

Base Type

Class Documentation

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

顶点属性的Handle 可以用VertexHandle来访问属性

模板参数

T -- 属性的具体类型

Public Functions

explicit VertexPropertyHandle() = default
inline explicit VertexPropertyHandle(PropertyHandle<T> p)
inline reference operator[](VertexHandle v)
inline const_reference operator[](VertexHandle v) const