OpenMesh.Core.Utils.PropertyContainer



class PropertyContainer (alias PropHandleT);
A a container for properties.

PropHandleT is a template for handles, parameterized on property type.

It must be an alias here because it's not net a concrete type when passed in.

Use one of the types from OpenMesh.Core.Utils.Properties:

VPropHandle, HPropHandle, EPropHandle, FPropHandle, or MPropHandle

template handle (T)
Lookup a property handle by name. The template parameter T (the type of the property) must be provided explicitly.

PropHandleT!(T) handle (string _name);
Lookup a property handle by name. The template parameter T (the type of the property) must be provided explicitly.

Page was generated with CanDyDOC on Fri Oct 12 16:12:26 2007