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 =========================================================
|
//== CLASS DEFINITION =========================================================
|
||||||
|
|
||||||
/// This class adds the standard properties to the mesh type.
|
/** \class AttribKernelT AttribKernelT.hh <OpenMesh/Mesh/AttribKernelT.hh>
|
||||||
///
|
|
||||||
/// The attribute kernel adds all standard properties to the kernel. Therefore
|
The attribute kernel adds all standard properties to the kernel. Therefore
|
||||||
/// the functions/types defined here provide a subset of the kernel
|
the functions/types defined here provide a subset of the kernel
|
||||||
/// interface as described in Concepts::KernelT.
|
interface as described in Concepts::KernelT.
|
||||||
///
|
|
||||||
/// \see Concepts::KernelT
|
\see Concepts::KernelT
|
||||||
|
*/
|
||||||
template <class MeshItems, class Connectivity>
|
template <class MeshItems, class Connectivity>
|
||||||
class AttribKernelT : public Connectivity
|
class AttribKernelT : public Connectivity
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user