OpenMesh.Core.Mesh.AttribKernelT



class AttribKernelT (MeshItems,Connectivity): Connectivity;
This class adds the standard properties to the mesh type.

The attribute kernel adds all standard properties to the kernel. Therefore

the functions/types defined here provide a subset of the kernel

interface as described in Concepts.KernelT.





See Also:
Concepts.KernelT

template assign (_AttribKernel)
Assignment from another mesh of \em another type. \note All that's copied is connectivity and vertex positions. All other information (like e.g. attributes or additional elements from traits classes) is not copied. \note If you want to copy all information, including *custom* properties, use AttribKernelT.copy() instead.

TODO:
version which copies standard properties specified by the user

void assign (_AttribKernel _other);
Assignment from another mesh of \em another type. \note All that's copied is connectivity and vertex positions. All other information (like e.g. attributes or additional elements from traits classes) is not copied. \note If you want to copy all information, including *custom* properties, use AttribKernelT.copy() instead.

TODO:
version which copies standard properties specified by the user

Point point (VertexHandle _vh);
*const*/ Point point (VertexHandle vh) /*const*/

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