Documentation update
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@164 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -58,13 +58,14 @@ namespace OpenMesh {
|
||||
|
||||
//== CLASS DEFINITION =========================================================
|
||||
|
||||
/// 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 Concepts::KernelT
|
||||
/** \class AttribKernelT AttribKernelT.hh <OpenMesh/Mesh/AttribKernelT.hh>
|
||||
|
||||
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 Concepts::KernelT
|
||||
*/
|
||||
template <class MeshItems, class Connectivity>
|
||||
class AttribKernelT : public Connectivity
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user