Get rid of the T.cc naming for template implementations

This commit is contained in:
Jan Möbius
2019-02-20 12:14:46 +01:00
parent 446d8cf14e
commit faa1a7917d
54 changed files with 80 additions and 129 deletions

View File

@@ -277,7 +277,7 @@ private: //------------------------------------------------------- private data
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_BASE_DECIMATER_DECIMATERT_CC)
#define OPENMESH_BASE_DECIMATER_TEMPLATES
#include "BaseDecimaterT.cc"
#include "BaseDecimaterT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_BASE_DECIMATER_DECIMATERT_HH defined

View File

@@ -39,7 +39,7 @@
* *
* ========================================================================= */
/** \file DecimaterT.cc
/** \file DecimaterT_impl.cc
*/
//=============================================================================

View File

@@ -209,7 +209,7 @@ private: //------------------------------------------------------- private data
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_DECIMATERT_CC)
#define OPENMESH_DECIMATER_TEMPLATES
#include "DecimaterT.cc"
#include "DecimaterT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_DECIMATER_DECIMATERT_HH defined

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file DecimaterT.cc
/** \file DecimaterT_impl.hh
*/
//=============================================================================

View File

@@ -138,7 +138,7 @@ private: //------------------------------------------------------- private data
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_MULTIPLE_CHOICE_DECIMATER_DECIMATERT_CC)
#define OPENMESH_MULTIPLE_CHOICE_DECIMATER_TEMPLATES
#include "McDecimaterT.cc"
#include "McDecimaterT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_MC_DECIMATER_DECIMATERT_HH defined

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file McDecimaterT.cc
/** \file McDecimaterT_impl.hh
*/
//=============================================================================

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file MixedDecimaterT.cc
/** \file MixedDecimaterT.hh
*/
//=============================================================================
@@ -123,7 +123,7 @@ private: //------------------------------------------------------- private data
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_MIXED_DECIMATER_DECIMATERT_CC)
#define OPENMESH_MIXED_DECIMATER_TEMPLATES
#include "MixedDecimaterT.cc"
#include "MixedDecimaterT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_MIXED_DECIMATER_DECIMATERT_HH

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file MixedDecimaterT.cc
/** \file MixedDecimaterT_impl.hh
*/
//=============================================================================

View File

@@ -142,7 +142,7 @@ class ModAspectRatioT: public ModBaseT<MeshT> {
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODASPECTRATIOT_C)
#define OPENMESH_DECIMATER_MODASPECTRATIOT_TEMPLATES
#include "ModAspectRatioT.cc"
#include "ModAspectRatioT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_DECIMATER_MODASPECTRATIOT_HH defined

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file ModAspectRatioT.cc
/** \file ModAspectRatioT_impl.hh
*/
//=============================================================================

View File

@@ -115,7 +115,7 @@ class ModEdgeLengthT: public ModBaseT<MeshT> {
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODEDGELENGTHT_C)
#define MODEDGELENGTHT_TEMPLATES
#include "ModEdgeLengthT.cc"
#include "ModEdgeLengthT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_DECIMATER_MODEDGELENGTHT_HH defined

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file ModEdgeLengthT.cc
/** \file ModEdgeLengthT_impl.hh
*/
//=============================================================================

View File

@@ -153,7 +153,7 @@ class ModHausdorffT: public ModBaseT<MeshT> {
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODHAUSDORFFT_C)
#define OPENMESH_DECIMATER_MODHAUSDORFFT_TEMPLATES
#include "ModHausdorffT.cc"
#include "ModHausdorffT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_DECIMATER_MODHAUSDORFFT_HH defined

View File

@@ -40,7 +40,7 @@
* ========================================================================= */
/** \file ModHausdorffT.cc
/** \file ModHausdorffT_impl.hh
*/

View File

@@ -185,7 +185,7 @@ private:
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODPROGMESH_CC)
#define OSG_MODPROGMESH_TEMPLATES
#include "ModProgMeshT.cc"
#include "ModProgMeshT_impl.hh"
#endif
//=============================================================================
#endif // OPENMESH_TOOLS_PROGMESHT_HH defined

View File

@@ -41,7 +41,7 @@
/** \file ModProgMeshT.cc
/** \file ModProgMeshT_impl.hh
*/

View File

@@ -183,7 +183,7 @@ private:
//=============================================================================
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODQUADRIC_CC)
#define OSG_MODQUADRIC_TEMPLATES
#include "ModQuadricT.cc"
#include "ModQuadricT_impl.hh"
#endif
//=============================================================================
#endif // OSG_MODQUADRIC_HH defined

View File

@@ -41,7 +41,7 @@
/** \file ModQuadricT.cc
/** \file ModQuadricT_impl.hh
Bodies of template member function.
*/