Template Class FacePropertyHandle

Inheritance Relationships

Base Type

Class Documentation

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

面属性的Handle 可以用FaceHandle来访问属性

模板参数

T -- 属性的具体类型

Public Functions

explicit FacePropertyHandle() = default
inline explicit FacePropertyHandle(PropertyHandle<T> p)
inline reference operator[](FaceHandle f)
inline const_reference operator[](FaceHandle f) const