Rewrote vertex-centered circulators.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@890 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Hans-Christian Ebke
2013-08-07 08:03:42 +00:00
parent 6d70b25445
commit b548bf221f
4 changed files with 283 additions and 1961 deletions

View File

@@ -77,6 +77,14 @@
# endif
#endif
#if defined(_MSCVER)
#define DEPRECATED(msg) __declspec(deprecated(msg))
#elif defined(__GNUC__) or defined(__clang__)
#define DEPRECATED(msg) __attribute__ ((deprecated(msg)))
#else
#define DEPRECATED(msg)
#endif
typedef unsigned int uint;
//=============================================================================
#endif // OPENMESH_CONFIG_H defined