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