Document Poly and Trimesh connectivity to include their parts into the documentation

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@130 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-06-04 07:28:56 +00:00
parent 7b1f06d654
commit f1b991781b
2 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,8 @@
namespace OpenMesh
{
/** \brief Connectifity Class for polygonal meshes
*/
class PolyConnectivity : public ArrayKernel
{
public:

View File

@@ -30,6 +30,8 @@
namespace OpenMesh {
/** \brief Connectifity Class for Triangle Meshes
*/
class TriConnectivity : public PolyConnectivity
{
public: