Template Class FacePropertyHandle
Defined in File properties.h
Inheritance Relationships
Base Type
public zmesh::core::PropertyHandle< T >(Template Class PropertyHandle)
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